public interface GwtSuperDevOptions
GwtSuperDev
task.Modifier and Type | Method and Description |
---|---|
String |
getBindAddress() |
Boolean |
getNoPrecompile() |
Integer |
getPort() |
Boolean |
getUseClasspathForSrc() |
File |
getWorkDir() |
void |
setBindAddress(String bindAddress)
Sets the "-bindAddress" option that defines to which network ip the socket should be bound.
|
void |
setNoPrecompile(Boolean noPrecompile)
Sets the "-noprecompile" flag that causes the Super Dev Mode to not compile the
modules on startup but only at access.
|
void |
setPort(Integer port)
Sets the "-port" option that defines to which port the socket should be bound.
|
void |
setUseClasspathForSrc(Boolean useClasspathForSrc)
If set to true, this causes the src to be prepended to the classpath instead of using -src parameters.
|
void |
setWorkDir(File workDir)
Sets the "-workDir" option that specifies the directory where the Super Dev Mode outputs its
generated files.
|
File getWorkDir()
setWorkDir(File)
void setWorkDir(File workDir)
workDir
- the workDir to setString getBindAddress()
void setBindAddress(String bindAddress)
bindAddress
- the bindAddress to setInteger getPort()
void setPort(Integer port)
port
- the port to set. Valid range is [1; 65535].Boolean getNoPrecompile()
void setNoPrecompile(Boolean noPrecompile)
noPrecompile
- true if the noPrecompile flag should be set, false otherwisevoid setUseClasspathForSrc(Boolean useClasspathForSrc)
useClasspathForSrc
- true to add the src to the classpath, false to use -src parametersBoolean getUseClasspathForSrc()