Package io.freefair.gradle.plugins.gwt
Interface GwtCodeServerOptions
- All Superinterfaces:
CommonGwtToolOptions
- All Known Implementing Classes:
GwtCodeServerTask
-
Method Summary
Modifier and TypeMethodDescriptionAllows -src flags to reference missing directories.Specifies the bind address for the code server and web server (defaults to 127.0.0.1)Exits after compiling the modules.The number of times to recompile (after the first one) during a compile test.An output directory where files for launching Super Dev Mode will be written.getPort()
The port where the code server will run.Precompile modules.getSrc()
A directory containing GWT source to be prepended to the classpath for compiling.EXPERIMENTAL: Enables Javascript output suitable for post-compilation by Closure Compiler (defaults to OFF)Methods inherited from interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
getExcludeJsInteropExports, getFailOnError, getGenerateJsInteropExports, getIncludeJsInteropExports, getIncremental, getLogLevel, getModule, getSetProperty, getSourceLevel, getStyle, getWorkDir, getXmethodNameDisplayMode
-
Method Details
-
getAllowMissingSrc
Allows -src flags to reference missing directories. (defaults to OFF) -
getCompileTest
Exits after compiling the modules. The exit code will be 0 if the compile succeeded. (defaults to OFF) -
getCompileTestRecompiles
The number of times to recompile (after the first one) during a compile test. -
getPrecompile
Precompile modules. (defaults to ON) -
getPort
The port where the code server will run. -
getSrc
A directory containing GWT source to be prepended to the classpath for compiling. -
getLauncherDir
An output directory where files for launching Super Dev Mode will be written. (Optional.) -
getBindAddress
Specifies the bind address for the code server and web server (defaults to 127.0.0.1) -
getXclosureFormattedOutput
EXPERIMENTAL: Enables Javascript output suitable for post-compilation by Closure Compiler (defaults to OFF)
-