org.flexunit.ant.tasks.configuration
Class CompilationConfiguration
java.lang.Object
org.flexunit.ant.tasks.configuration.CompilationConfiguration
- All Implemented Interfaces:
- StepConfiguration
public class CompilationConfiguration
- extends java.lang.Object
- implements StepConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sources
private SourcePaths sources
testSources
private SourcePaths testSources
libraries
private LibraryPaths libraries
flexHome
private java.io.File flexHome
player
private java.lang.String player
workingDir
private java.io.File workingDir
debug
private boolean debug
loadConfig
private LoadConfig loadConfig
CompilationConfiguration
public CompilationConfiguration()
getFlexHome
public java.io.File getFlexHome()
setFlexHome
public void setFlexHome(java.io.File flexHome)
addLibrary
public void addLibrary(org.apache.tools.ant.types.FileSet fileset)
getLibraries
public LibraryPaths getLibraries()
getPlayer
public java.lang.String getPlayer()
setPlayer
public void setPlayer(java.lang.String player)
addSource
public void addSource(org.apache.tools.ant.types.FileSet fileset)
getSources
public SourcePaths getSources()
addTestSource
public void addTestSource(org.apache.tools.ant.types.FileSet fileset)
getTestSources
public SourcePaths getTestSources()
setWorkingDir
public void setWorkingDir(java.io.File workingDir)
getWorkingDir
public java.io.File getWorkingDir()
validate
public void validate()
throws org.apache.tools.ant.BuildException
- Specified by:
validate
in interface StepConfiguration
- Throws:
org.apache.tools.ant.BuildException
log
public void log()
- Specified by:
log
in interface StepConfiguration
getDebug
public boolean getDebug()
setDebug
public void setDebug(boolean value)
setLoadConfig
public void setLoadConfig(LoadConfig loadconfig)
getLoadConfig
public LoadConfig getLoadConfig()