public interface GwtSuperDevOptions
GwtSuperDev
task.Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowMissingSrc() |
String |
getBindAddress() |
Boolean |
getCompileTest() |
Integer |
getCompileTestRecompiles() |
Boolean |
getFailOnError() |
File |
getLauncherDir() |
Boolean |
getNoPrecompile() |
Integer |
getPort() |
Boolean |
getUseClasspathForSrc() |
File |
getWorkDir() |
void |
setAllowMissingSrc(Boolean allowMissingSrc) |
void |
setBindAddress(String bindAddress)
Sets the "-bindAddress" option that defines to which network ip the socket should be bound.
|
void |
setCompileTest(Boolean compileTest) |
void |
setCompileTestRecompiles(Integer compileTestRecompiles) |
void |
setFailOnError(Boolean failOnError) |
void |
setLauncherDir(File launcherDir) |
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()
void setLauncherDir(File launcherDir)
File getLauncherDir()
void setCompileTestRecompiles(Integer compileTestRecompiles)
Integer getCompileTestRecompiles()
void setCompileTest(Boolean compileTest)
Boolean getCompileTest()
void setFailOnError(Boolean failOnError)
Boolean getFailOnError()
void setAllowMissingSrc(Boolean allowMissingSrc)
Boolean getAllowMissingSrc()