public class CompilationConfiguration extends Object implements StepConfiguration
| Constructor and Description |
|---|
CompilationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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() |
LibraryPaths |
getLibraries() |
LoadConfig |
getLoadConfig() |
String |
getPlayer() |
File |
getRoyaleHome() |
SourcePaths |
getSources() |
SourcePaths |
getTestSources() |
File |
getWorkingDir() |
void |
log() |
void |
setDebug(boolean value) |
void |
setLoadConfig(LoadConfig loadconfig) |
void |
setPlayer(String player) |
void |
setRoyaleHome(File royaleHome) |
void |
setWorkingDir(File workingDir) |
void |
validate() |
public File getRoyaleHome()
public void setRoyaleHome(File royaleHome)
public void addLibrary(org.apache.tools.ant.types.FileSet fileset)
public LibraryPaths getLibraries()
public String getPlayer()
public void setPlayer(String player)
public void addSource(org.apache.tools.ant.types.FileSet fileset)
public SourcePaths getSources()
public void addTestSource(org.apache.tools.ant.types.FileSet fileset)
public SourcePaths getTestSources()
public void setWorkingDir(File workingDir)
public File getWorkingDir()
public void validate()
throws org.apache.tools.ant.BuildException
validate in interface StepConfigurationorg.apache.tools.ant.BuildExceptionpublic void log()
log in interface StepConfigurationpublic boolean getDebug()
public void setDebug(boolean value)
public void setLoadConfig(LoadConfig loadconfig)
public LoadConfig getLoadConfig()
Copyright © 2023 The Apache Software Foundation. All rights reserved.