org.codehaus.mojo.natives.compiler
Class ResourceCompilerConfiguration

java.lang.Object
  extended by org.codehaus.mojo.natives.ConfigurationBase
      extended by org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration

public class ResourceCompilerConfiguration
extends ConfigurationBase

Version:
$Id: ResourceCompilerConfiguration.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Dan Tran

Constructor Summary
ResourceCompilerConfiguration()
           
 
Method Summary
 java.io.File getDebugOutputDirectory()
           
 java.lang.String getExecutable()
           
 java.io.File[] getIncludePaths()
           
 java.lang.String[] getOptions()
           
 java.io.File getOutputDirectory()
           
 java.io.File getOutputFile(java.io.File src)
           
 java.io.File[] getSystemIncludePaths()
           
 java.io.File getWorkingDirectory()
           
 void setDebugOutputDirectory(java.io.File dir)
           
 void setExecutable(java.lang.String executable)
           
 void setIncludePaths(java.io.File[] paths)
           
 void setOptions(java.lang.String[] options)
           
 void setOutputDirectory(java.io.File dir)
           
 void setSystemIncludePaths(java.io.File[] paths)
           
 void setWorkingDirectory(java.io.File dir)
           
 
Methods inherited from class org.codehaus.mojo.natives.ConfigurationBase
getEnvFactoryName, setEnvFactoryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCompilerConfiguration

public ResourceCompilerConfiguration()
Method Detail

getExecutable

public java.lang.String getExecutable()

setExecutable

public void setExecutable(java.lang.String executable)

getWorkingDirectory

public java.io.File getWorkingDirectory()

setWorkingDirectory

public void setWorkingDirectory(java.io.File dir)

getOptions

public java.lang.String[] getOptions()

setOptions

public void setOptions(java.lang.String[] options)

getOutputDirectory

public java.io.File getOutputDirectory()

setOutputDirectory

public void setOutputDirectory(java.io.File dir)

getDebugOutputDirectory

public java.io.File getDebugOutputDirectory()

setDebugOutputDirectory

public void setDebugOutputDirectory(java.io.File dir)

getIncludePaths

public java.io.File[] getIncludePaths()

setIncludePaths

public void setIncludePaths(java.io.File[] paths)

getSystemIncludePaths

public java.io.File[] getSystemIncludePaths()

setSystemIncludePaths

public void setSystemIncludePaths(java.io.File[] paths)

getOutputFile

public java.io.File getOutputFile(java.io.File src)


Copyright © 2010. All Rights Reserved.