Index
All Classes and Interfaces|All Packages
A
- AbstractGwtTask - Class in io.freefair.gradle.plugins.gwt.tasks
- AbstractGwtTask() - Constructor for class io.freefair.gradle.plugins.gwt.tasks.AbstractGwtTask
- apply(Project) - Method in class io.freefair.gradle.plugins.gwt.GwtBasePlugin
- apply(Project) - Method in class io.freefair.gradle.plugins.gwt.GwtPlugin
- apply(Project) - Method in class io.freefair.gradle.plugins.gwt.GwtWarPlugin
- apply(Project) - Method in class io.freefair.gradle.plugins.gwt.GwtWebJarPlugin
C
- CommonGwtToolOptions - Interface in io.freefair.gradle.plugins.gwt
E
- exec() - Method in class io.freefair.gradle.plugins.gwt.tasks.AbstractGwtTask
G
- getAllowMissingSrc() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
Allows -src flags to reference missing directories.
- getBindAddress() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
Specifies the bind address for the code server and web server (defaults to 127.0.0.1)
- getBindAddress() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Specifies the bind address for the code server and web server (defaults to 127.0.0.1)
- getCheckAssertions() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Include assert statements in compiled output.
- getCodeServerPort() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Specifies the TCP port for the code server (defaults to 9997 for classic Dev Mode or 9876 for Super Dev Mode)
- getCompileReport() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Compile a report that tells the "Story of Your Compile".
- getCompileTest() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
Exits after compiling the modules.
- getCompileTestRecompiles() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
The number of times to recompile (after the first one) during a compile test.
- getDeploy() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
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)
- getDeploy() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
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)
- getDraftCompile() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Compile quickly with minimal optimizations.
- getExcludeJsInteropExports() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
-
Include/exclude members and classes while generating JsInterop exports.
- getExtra() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
The directory into which extra files, not intended for deployment, will be written
- getExtra() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
The directory into which extra files, not intended for deployment, will be written
- getFailOnError() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
- getGen() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Debugging: causes normally-transient generated types to be saved in the specified directory
- getGen() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Debugging: causes normally-transient generated types to be saved in the specified directory
- getGenerateJsInteropExports() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
-
Generate exports for JsInterop purposes.
- getGwtClasspath() - Method in class io.freefair.gradle.plugins.gwt.tasks.AbstractGwtTask
- getIncludeJsInteropExports() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
-
Include members and classes while generating JsInterop exports.
- getIncremental() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
- getLauncherDir() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
An output directory where files for launching Super Dev Mode will be written.
- getLocalWorkers() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
The number of local workers to use when compiling permutations
- getLogdir() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Logs to a file in the given directory, as well as graphically
- getLogLevel() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
- getModule() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
-
The GWT modules that the code server should compile.
- getModulePathPrefix() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
The subdirectory inside the war dir where DevMode will create module directories.
- getModules() - Method in class io.freefair.gradle.plugins.gwt.GwtExtension
- getOptimize() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Sets the optimization level used by the compiler.
- getPort() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
The port where the code server will run.
- getPort() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Specifies the TCP port for the embedded web server (defaults to 8888)
- getPrecompile() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
Precompile modules.
- getSaveSource() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Enables saving source code needed by debuggers.
- getSaveSourceOutput() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Overrides where source files useful to debuggers will be written.
- getServer() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Specify a different embedded web server to run (must implement ServletContainerLauncher)
- getSetProperty() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
-
Set the values of a property in the form of propertyName=value1[,value2...].
- getSourceLevel() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
- getSrc() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
A directory containing GWT source to be prepended to the classpath for compiling.
- getStartServer() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Starts a servlet container serving the directory specified by the -war flag.
- getStartupUrl() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Automatically launches the specified URL
- getStyle() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
- getSuperDevMode() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
Runs Super Dev Mode instead of classic Development Mode.
- getToolVersion() - Method in class io.freefair.gradle.plugins.gwt.GwtExtension
- getValidateOnly() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Validate all source code, but do not compile.
- getWar() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
The directory into which deployable output files will be written (defaults to 'war')
- getWar() - Method in interface io.freefair.gradle.plugins.gwt.GwtDevModeOptions
-
The directory into which deployable output files will be written (defaults to 'war')
- getWorkDir() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
- getXcheckCasts() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
EXPERIMENTAL: DEPRECATED: use jre.checks.checkLevel instead.
- getXclassMetadata() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
EXPERIMENTAL: Include metadata for some java.lang.Class methods (e.g.
- getXclosureFormattedOutput() - Method in interface io.freefair.gradle.plugins.gwt.GwtCodeServerOptions
-
EXPERIMENTAL: Enables Javascript output suitable for post-compilation by Closure Compiler (defaults to OFF)
- getXClosureFormattedOutput() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
EXPERIMENTAL: Enables Javascript output suitable for post-compilation by Closure Compiler (defaults to OFF)
- getXfragmentCount() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
EXPERIMENTAL: Limits of number of fragments using a code splitter that merges split points.
- getXmethodNameDisplayMode() - Method in interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
- getXnamespace() - Method in interface io.freefair.gradle.plugins.gwt.GwtCompileOptions
-
Puts most JavaScript globals into namespaces.
- GwtBasePlugin - Class in io.freefair.gradle.plugins.gwt
- GwtBasePlugin() - Constructor for class io.freefair.gradle.plugins.gwt.GwtBasePlugin
- GwtCodeServerOptions - Interface in io.freefair.gradle.plugins.gwt
- GwtCodeServerTask - Class in io.freefair.gradle.plugins.gwt.tasks
- GwtCodeServerTask() - Constructor for class io.freefair.gradle.plugins.gwt.tasks.GwtCodeServerTask
- GwtCompileOptions - Interface in io.freefair.gradle.plugins.gwt
- GwtCompileTask - Class in io.freefair.gradle.plugins.gwt.tasks
- GwtCompileTask() - Constructor for class io.freefair.gradle.plugins.gwt.tasks.GwtCompileTask
- GwtDevModeOptions - Interface in io.freefair.gradle.plugins.gwt
- GwtDevModeTask - Class in io.freefair.gradle.plugins.gwt.tasks
- GwtDevModeTask() - Constructor for class io.freefair.gradle.plugins.gwt.tasks.GwtDevModeTask
- GwtExtension - Class in io.freefair.gradle.plugins.gwt
- GwtExtension() - Constructor for class io.freefair.gradle.plugins.gwt.GwtExtension
- GwtPlugin - Class in io.freefair.gradle.plugins.gwt
- GwtPlugin() - Constructor for class io.freefair.gradle.plugins.gwt.GwtPlugin
- GwtWarPlugin - Class in io.freefair.gradle.plugins.gwt
- GwtWarPlugin() - Constructor for class io.freefair.gradle.plugins.gwt.GwtWarPlugin
- GwtWebJarPlugin - Class in io.freefair.gradle.plugins.gwt
- GwtWebJarPlugin() - Constructor for class io.freefair.gradle.plugins.gwt.GwtWebJarPlugin
I
- io.freefair.gradle.plugins.gwt - package io.freefair.gradle.plugins.gwt
- io.freefair.gradle.plugins.gwt.tasks - package io.freefair.gradle.plugins.gwt.tasks
All Classes and Interfaces|All Packages