Package io.freefair.gradle.plugins.gwt
Interface GwtCompileOptions
- All Superinterfaces:
CommonGwtToolOptions
- All Known Implementing Classes:
GwtCompileTask
-
Method Summary
Modifier and TypeMethodDescriptionInclude assert statements in compiled output.Compile a report that tells the "Story of Your Compile".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)Compile quickly with minimal optimizations.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 directoryThe number of local workers to use when compiling permutationsSets the optimization level used by the compiler.Enables saving source code needed by debuggers.Overrides where source files useful to debuggers will be written.Validate all source code, but do not compile.getWar()
The directory into which deployable output files will be written (defaults to 'war')EXPERIMENTAL: DEPRECATED: use jre.checks.checkLevel instead.EXPERIMENTAL: Include metadata for some java.lang.Class methods (e.g.EXPERIMENTAL: Enables Javascript output suitable for post-compilation by Closure Compiler (defaults to OFF)EXPERIMENTAL: Limits of number of fragments using a code splitter that merges split points.Puts most JavaScript globals into namespaces.Methods inherited from interface io.freefair.gradle.plugins.gwt.CommonGwtToolOptions
getExcludeJsInteropExports, getFailOnError, getGenerateJsInteropExports, getIncludeJsInteropExports, getIncremental, getLogLevel, getModule, getSetProperty, getSourceLevel, getStyle, getWorkDir, getXmethodNameDisplayMode
-
Method Details
-
getXClosureFormattedOutput
EXPERIMENTAL: Enables Javascript output suitable for post-compilation by Closure Compiler (defaults to OFF) -
getCompileReport
Compile a report that tells the "Story of Your Compile". (defaults to OFF) -
getXcheckCasts
EXPERIMENTAL: DEPRECATED: use jre.checks.checkLevel instead. (defaults to OFF) -
getXclassMetadata
EXPERIMENTAL: Include metadata for some java.lang.Class methods (e.g. getName()). (defaults to ON) -
getDraftCompile
Compile quickly with minimal optimizations. (defaults to OFF) -
getCheckAssertions
Include assert statements in compiled output. (defaults to OFF) -
getXfragmentCount
EXPERIMENTAL: Limits of number of fragments using a code splitter that merges split points. -
getGen
Debugging: causes normally-transient generated types to be saved in the specified directory -
getXnamespace
Puts most JavaScript globals into namespaces. Default: PACKAGE for -draftCompile, otherwise NONE -
getOptimize
Sets the optimization level used by the compiler. 0=none 9=maximum. -
getSaveSource
Enables saving source code needed by debuggers. Also see -debugDir. (defaults to OFF) -
getValidateOnly
Validate all source code, but do not compile. (defaults to OFF) -
getLocalWorkers
The number of local workers to use when compiling permutations -
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 -
getSaveSourceOutput
Overrides where source files useful to debuggers will be written. Default: saved with extras.
-