public class GdtOptionsImpl extends Object implements GdtOptions
| Constructor and Description |
|---|
GdtOptionsImpl() |
| Modifier and Type | Method and Description |
|---|---|
File |
getLastWarOutDir() |
File |
getWarSrcDir() |
Boolean |
getWarSrcDirIsOutput() |
void |
setLastWarOutDir(File lastWarOutDir)
If set this will cause the lastWarOutDir property to be set to the specified path.
|
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.
|
public File getLastWarOutDir()
getLastWarOutDir in interface GdtOptionspublic void setLastWarOutDir(File lastWarOutDir)
setLastWarOutDir in interface GdtOptionspublic File getWarSrcDir()
getWarSrcDir in interface GdtOptionspublic void setWarSrcDir(File warSrcDir)
setWarSrcDir in interface GdtOptionspublic Boolean getWarSrcDirIsOutput()
getWarSrcDirIsOutput in interface GdtOptionspublic void setWarSrcDirIsOutput(Boolean warSrcDirIsOutput)
setWarSrcDirIsOutput in interface GdtOptions