public class GdtOptionsImpl extends java.lang.Object implements GdtOptions
| Constructor and Description |
|---|
GdtOptionsImpl() |
| 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.
|
public java.io.File getLastWarOutDir()
getLastWarOutDir in interface GdtOptionspublic void setLastWarOutDir(java.io.File lastWarOutDir)
setLastWarOutDir in interface GdtOptionslastWarOutDir - The last war out dir specified.public java.io.File getWarSrcDir()
getWarSrcDir in interface GdtOptionspublic void setWarSrcDir(java.io.File warSrcDir)
setWarSrcDir in interface GdtOptionswarSrcDir - The war source dir specified.public java.lang.Boolean getWarSrcDirIsOutput()
getWarSrcDirIsOutput in interface GdtOptionspublic void setWarSrcDirIsOutput(java.lang.Boolean warSrcDirIsOutput)
setWarSrcDirIsOutput in interface GdtOptionswarSrcDirIsOutput - Whether the war source dir is out put.