|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.cinnamon.generator.ant.SourceGeneratorSettings
public class SourceGeneratorSettings
Represents a single as3SourceGenerator tag in
a Cinnamon Generator Ant Task.
| Constructor Summary | |
|---|---|
SourceGeneratorSettings()
|
|
| Method Summary | |
|---|---|
File |
getOutputDir()
Returns the directory that serves as the root directory for all generated source files. |
void |
setOutputDir(File outputDir)
Sets the directory that serves as the root directory for all generated source files. |
void |
validate()
Checks if the outputDir property has been set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceGeneratorSettings()
| Method Detail |
|---|
public File getOutputDir()
public void setOutputDir(File outputDir)
outputDir - the directory that serves as the root directory for all generated source files.
public void validate()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException - if the outputDir property has not been set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||