public class GenerateGdt extends DefaultTask implements GdtOptions
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor and Description |
---|
GenerateGdt() |
Modifier and Type | Method and Description |
---|---|
File |
getLastWarOutDir() |
File |
getSettingsFile() |
File |
getWarSrcDir() |
Boolean |
getWarSrcDirIsOutput() |
void |
setLastWarOutDir(File lastWarOutDir)
If set this will cause the lastWarOutDir property to be set to the specified path.
|
void |
setSettingsFile(File settingsFile) |
void |
setWarSrcDir(File warSrcDir)
Sets the location of the web application source (typical location is src/main/webapp).
|
void |
setWarSrcDirIsOutput(Boolean warSrcDirIsOutput)
Sets the value of the warSrcDirIsOutput property.
|
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
public void setWarSrcDirIsOutput(Boolean warSrcDirIsOutput)
setWarSrcDirIsOutput
in interface GdtOptions
@Input public Boolean getWarSrcDirIsOutput()
getWarSrcDirIsOutput
in interface GdtOptions
public void setWarSrcDir(File warSrcDir)
setWarSrcDir
in interface GdtOptions
@Input public File getWarSrcDir()
getWarSrcDir
in interface GdtOptions
public void setLastWarOutDir(File lastWarOutDir)
setLastWarOutDir
in interface GdtOptions
@Input @Optional public File getLastWarOutDir()
getLastWarOutDir
in interface GdtOptions
public File getSettingsFile()
public void setSettingsFile(File settingsFile)