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 GdtOptions
public void setLastWarOutDir(File lastWarOutDir)
setLastWarOutDir
in interface GdtOptions
public File getWarSrcDir()
getWarSrcDir
in interface GdtOptions
public void setWarSrcDir(File warSrcDir)
setWarSrcDir
in interface GdtOptions
public Boolean getWarSrcDirIsOutput()
getWarSrcDirIsOutput
in interface GdtOptions
public void setWarSrcDirIsOutput(Boolean warSrcDirIsOutput)
setWarSrcDirIsOutput
in interface GdtOptions