org.flexunit.ant.tasks.configuration
Class CompilationConfiguration

java.lang.Object
  extended by org.flexunit.ant.tasks.configuration.CompilationConfiguration
All Implemented Interfaces:
StepConfiguration

public class CompilationConfiguration
extends java.lang.Object
implements StepConfiguration


Field Summary
private  boolean debug
           
private  java.io.File flexHome
           
private  LibraryPaths libraries
           
private  LoadConfig loadConfig
           
private  java.lang.String player
           
private  SourcePaths sources
           
private  SourcePaths testSources
           
private  java.io.File workingDir
           
 
Constructor Summary
CompilationConfiguration()
           
 
Method Summary
 void addLibrary(org.apache.tools.ant.types.FileSet fileset)
           
 void addSource(org.apache.tools.ant.types.FileSet fileset)
           
 void addTestSource(org.apache.tools.ant.types.FileSet fileset)
           
 boolean getDebug()
           
 java.io.File getFlexHome()
           
 LibraryPaths getLibraries()
           
 LoadConfig getLoadConfig()
           
 java.lang.String getPlayer()
           
 SourcePaths getSources()
           
 SourcePaths getTestSources()
           
 java.io.File getWorkingDir()
           
 void log()
           
 void setDebug(boolean value)
           
 void setFlexHome(java.io.File flexHome)
           
 void setLoadConfig(LoadConfig loadconfig)
           
 void setPlayer(java.lang.String player)
           
 void setWorkingDir(java.io.File workingDir)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CompilationConfiguration

public CompilationConfiguration()
Method Detail

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()