public interface GdtOptions
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getLastWarOutDir() |
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 |
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.
|
void setWarSrcDirIsOutput(java.lang.Boolean warSrcDirIsOutput)
warSrcDirIsOutput - Whether the war source dir is out put.java.lang.Boolean getWarSrcDirIsOutput()
void setWarSrcDir(java.io.File warSrcDir)
warSrcDir - The war source dir specified.java.io.File getWarSrcDir()
void setLastWarOutDir(java.io.File lastWarOutDir)
lastWarOutDir - The last war out dir specified.java.io.File getLastWarOutDir()