Package io.freefair.gradle.plugins.gwt
Interface GwtDevModeOptions
- All Superinterfaces:
CommonGwtToolOptions
- All Known Implementing Classes:
GwtDevModeTask
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the bind address for the code server and web server (defaults to 127.0.0.1)Specifies the TCP port for the code server (defaults to 9997 for classic Dev Mode or 9876 for Super Dev Mode)The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)getExtra()
The directory into which extra files, not intended for deployment, will be writtengetGen()
Debugging: causes normally-transient generated types to be saved in the specified directoryLogs to a file in the given directory, as well as graphicallyThe subdirectory inside the war dir where DevMode will create module directories.getPort()
Specifies the TCP port for the embedded web server (defaults to 8888)Specify a different embedded web server to run (must implement ServletContainerLauncher)Starts a servlet container serving the directory specified by the -war flag.Automatically launches the specified URLRuns Super Dev Mode instead of classic Development Mode.getWar()
The directory into which deployable output files will be written (defaults to 'war')Methods inherited from interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
getExcludeJsInteropExports, getFailOnError, getGenerateJsInteropExports, getIncludeJsInteropExports, getIncremental, getLogLevel, getModule, getSetProperty, getSourceLevel, getStyle, getWorkDir, getXmethodNameDisplayMode
-
Method Details
-
getStartServer
Starts a servlet container serving the directory specified by the -war flag. (defaults to ON) -
getPort
Specifies the TCP port for the embedded web server (defaults to 8888) -
getLogdir
Logs to a file in the given directory, as well as graphically -
getGen
Debugging: causes normally-transient generated types to be saved in the specified directory -
getBindAddress
Specifies the bind address for the code server and web server (defaults to 127.0.0.1) -
getCodeServerPort
Specifies the TCP port for the code server (defaults to 9997 for classic Dev Mode or 9876 for Super Dev Mode) -
getSuperDevMode
Runs Super Dev Mode instead of classic Development Mode. (defaults to ON) -
getServer
Specify a different embedded web server to run (must implement ServletContainerLauncher) -
getStartupUrl
Automatically launches the specified URL -
getWar
The directory into which deployable output files will be written (defaults to 'war') -
getDeploy
The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar) -
getExtra
The directory into which extra files, not intended for deployment, will be written -
getModulePathPrefix
The subdirectory inside the war dir where DevMode will create module directories. (defaults empty for top level)
-