public class GenerateGdt extends org.gradle.api.DefaultTask implements GdtOptions
| Constructor and Description |
|---|
GenerateGdt() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getLastWarOutDir() |
java.io.File |
getSettingsFile() |
java.io.File |
getWarSrcDir() |
java.lang.Boolean |
getWarSrcDirIsOutput() |
void |
setLastWarOutDir(java.io.File lastWarOutDir)
If set this will cause the lastWarOutDir property to be set to the specified path.
|
void |
setSettingsFile(java.io.File settingsFile) |
void |
setWarSrcDir(java.io.File warSrcDir)
Sets the location of the web application source (typical location is src/main/webapp).
|
void |
setWarSrcDirIsOutput(java.lang.Boolean warSrcDirIsOutput)
Sets the value of the warSrcDirIsOutput property.
|
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void setWarSrcDirIsOutput(java.lang.Boolean warSrcDirIsOutput)
setWarSrcDirIsOutput in interface GdtOptionswarSrcDirIsOutput - Whether the war source dir is out put.@Input public java.lang.Boolean getWarSrcDirIsOutput()
getWarSrcDirIsOutput in interface GdtOptionspublic void setWarSrcDir(java.io.File warSrcDir)
setWarSrcDir in interface GdtOptionswarSrcDir - The war source dir specified.@Input public java.io.File getWarSrcDir()
getWarSrcDir in interface GdtOptionspublic void setLastWarOutDir(java.io.File lastWarOutDir)
setLastWarOutDir in interface GdtOptionslastWarOutDir - The last war out dir specified.@Input @Optional public java.io.File getLastWarOutDir()
getLastWarOutDir in interface GdtOptionspublic java.io.File getSettingsFile()
public void setSettingsFile(java.io.File settingsFile)