Index
All Classes and Interfaces|All Packages
A
- apply(Project) - Method in class org.docstr.gwt.GwtPlugin
C
- compiler(Action<? super GwtPluginExtension.CompilerOptions>) - Method in class org.docstr.gwt.GwtPluginExtension
-
Configures the compiler options
- CompilerOptions() - Constructor for class org.docstr.gwt.GwtPluginExtension.CompilerOptions
D
- devMode(Action<? super GwtPluginExtension.DevModeOptions>) - Method in class org.docstr.gwt.GwtPluginExtension
-
Configures the dev mode options
- DevModeOptions() - Constructor for class org.docstr.gwt.GwtPluginExtension.DevModeOptions
E
- exec() - Method in class org.docstr.gwt.GwtBaseTask
- exec() - Method in class org.docstr.gwt.GwtCompileTask
- exec() - Method in class org.docstr.gwt.GwtDevModeTask
- execute(GwtCompileTask) - Method in class org.docstr.gwt.GwtCompileConfig
- execute(GwtDevModeTask) - Method in class org.docstr.gwt.GwtDevModeConfig
G
- getBindAddress() - Method in class org.docstr.gwt.GwtDevModeTask
-
Specifies the bind address for the code server and web server (defaults to 127.0.0.1)
- getBindAddress() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-bindAddressSpecifies the bind address for the code server and web server (defaults to 127.0.0.1) - getCacheDir() - Method in class org.docstr.gwt.GwtBaseOptions
-
-Dgwt.persistentunitcachedir=[YourCacheDir]The directory to use for the persistent unit cache - getCacheDir() - Method in class org.docstr.gwt.GwtBaseTask
-
The directory to use for the persistent unit cache
- getCheckAssertions() - Method in class org.docstr.gwt.GwtCompileTask
-
Include assert statements in compiled output
- getCheckAssertions() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-[no]checkAssertionsInclude assert statements in compiled output. - getClassMetadata() - Method in class org.docstr.gwt.GwtCompileTask
-
Compile quickly with minimal optimizations
- getClassMetadata() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-X[no]classMetadataEXPERIMENTAL: Include metadata for some java.lang.Class methods (e.g. - getClosureFormattedOutput() - Method in class org.docstr.gwt.GwtCompileTask
-
Include assert statements in compiled output
- getClosureFormattedOutput() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-X[no]closureFormattedOutput - getCodeServerPort() - Method in class org.docstr.gwt.GwtDevModeTask
-
Specifies the TCP port for the code server (defaults to 9997 for classic Dev Mode or 9876 for Super Dev Mode)
- getCodeServerPort() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-codeServerPortSpecifies the TCP port for the code server (defaults to 9997 for classic Dev Mode or 9876 for Super Dev Mode) - getCompiler() - Method in class org.docstr.gwt.GwtPluginExtension
-
Nested extension for compiler options
- getCompileReport() - Method in class org.docstr.gwt.GwtCompileTask
-
Compile a report that tells the "Story of Your Compile"
- getCompileReport() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-[no]compileReportCompile a report that tells the "Story of Your Compile". - getDeploy() - Method in class org.docstr.gwt.GwtBaseOptions
-
-deployThe 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 class org.docstr.gwt.GwtBaseTask
-
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)
- getDevMode() - Method in class org.docstr.gwt.GwtPluginExtension
-
Nested extension for dev mode options
- getDraftCompile() - Method in class org.docstr.gwt.GwtCompileTask
-
Include assert statements in compiled output
- getDraftCompile() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-[no]draftCompileCompile quickly with minimal optimizations. - getExcludeJsInteropExports() - Method in class org.docstr.gwt.GwtBaseOptions
-
-includeJsInteropExports/excludeJsInteropExportsInclude/exclude members and classes while generating JsInterop exports. - getExcludeJsInteropExports() - Method in class org.docstr.gwt.GwtBaseTask
-
Exclude members and classes while generating JsInterop exports
- getExtra() - Method in class org.docstr.gwt.GwtBaseOptions
-
-extraThe directory into which extra files, not intended for deployment, will be written - getExtra() - Method in class org.docstr.gwt.GwtBaseTask
-
The directory into which extra files, not intended for deployment, will be written
- getFailOnError() - Method in class org.docstr.gwt.GwtBaseOptions
-
-[no]failOnErrorFail compilation if any input file contains an error. - getFailOnError() - Method in class org.docstr.gwt.GwtBaseTask
-
Fail on errors
- getFragmentCount() - Method in class org.docstr.gwt.GwtCompileTask
-
The number of fragments into which the output JS should be split
- getFragmentCount() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-XfragmentCountEXPERIMENTAL: Limits of number of fragments using a code splitter that merges split points. - getGen() - Method in class org.docstr.gwt.GwtBaseOptions
-
-gen - getGen() - Method in class org.docstr.gwt.GwtBaseTask
-
Debugging: causes normally-transient generated types to be saved in the specified directory
- getGenerateJsInteropExports() - Method in class org.docstr.gwt.GwtBaseOptions
-
-[no]generateJsInteropExportsGenerate exports for JsInterop purposes. - getGenerateJsInteropExports() - Method in class org.docstr.gwt.GwtBaseTask
-
Generate exports for JsInterop purposes.
- getGwtVersion() - Method in class org.docstr.gwt.GwtPluginExtension
-
The GWT version to use
- getIncludeJsInteropExports() - Method in class org.docstr.gwt.GwtBaseOptions
-
-includeJsInteropExports/excludeJsInteropExportsInclude/exclude members and classes while generating JsInterop exports. - getIncludeJsInteropExports() - Method in class org.docstr.gwt.GwtBaseTask
-
Include members and classes while generating JsInterop exports
- getIncremental() - Method in class org.docstr.gwt.GwtBaseOptions
-
-[no]incrementalCompiles faster by reusing data from the previous compile. - getIncremental() - Method in class org.docstr.gwt.GwtBaseTask
-
Incremental compilation
- getLocalWorkers() - Method in class org.docstr.gwt.GwtCompileTask
-
The number of local workers to use when compiling permutations
- getLocalWorkers() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-localWorkersThe number of local workers to use when compiling permutations - getLogdir() - Method in class org.docstr.gwt.GwtDevModeTask
-
Logs to a file in the given directory, as well as graphically
- getLogdir() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-logdirLogs to a file in the given directory, as well as graphically - getLogLevel() - Method in class org.docstr.gwt.GwtBaseOptions
-
-logLevel - getLogLevel() - Method in class org.docstr.gwt.GwtBaseTask
-
The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM or ALL (defaults to INFO)
- getMaxHeapSize() - Method in class org.docstr.gwt.GwtBaseOptions
-
Maximum heap size for the JVM
- getMethodNameDisplayMode() - Method in class org.docstr.gwt.GwtBaseOptions
-
-XmethodNameDisplayModeEXPERIMENTAL: Specifies method display name mode for chrome devtools: NONE, ONLY_METHOD_NAME, ABBREVIATED or FULL (defaults to NONE) - getMethodNameDisplayMode() - Method in class org.docstr.gwt.GwtBaseTask
-
The method name display mode
- getMinHeapSize() - Method in class org.docstr.gwt.GwtBaseOptions
-
Minimum heap size for the JVM
- getModulePathPrefix() - Method in class org.docstr.gwt.GwtDevModeTask
-
The prefix to prepend to module path
- getModulePathPrefix() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-modulePathPrefixThe subdirectory inside the war dir where DevMode will create module directories. - getModules() - Method in class org.docstr.gwt.GwtBaseOptions
-
module[s]Specifies the name(s) of the module(s) to host - getModules() - Method in class org.docstr.gwt.GwtBaseTask
-
The modules to run
- getNamespace() - Method in class org.docstr.gwt.GwtCompileTask
-
Puts most JavaScript globals into namespaces
- getNamespace() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-XnamespacePuts most JavaScript globals into namespaces. - getOptimize() - Method in class org.docstr.gwt.GwtCompileTask
-
The optimization level used by the compiler
- getOptimize() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-optimizeSets the optimization level used by the compiler. - getPort() - Method in class org.docstr.gwt.GwtDevModeTask
-
Specifies the TCP port for the embedded web server (defaults to 8888)
- getPort() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-portSpecifies the TCP port for the embedded web server (defaults to 8888) - getSaveSource() - Method in class org.docstr.gwt.GwtCompileTask
-
Enables saving source code needed by debuggers
- getSaveSource() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-[no]saveSourceEnables saving source code needed by debuggers. - getSaveSourceOutput() - Method in class org.docstr.gwt.GwtCompileTask
-
Overrides where source files useful to debuggers will be written
- getSaveSourceOutput() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-saveSourceOutputOverrides where source files useful to debuggers will be written. - getServer() - Method in class org.docstr.gwt.GwtDevModeTask
-
Specify a different embedded web server to run (must implement ServletContainerLauncher)
- getServer() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-serverSpecify a different embedded web server to run (must implement ServletContainerLauncher) - getSetProperty() - Method in class org.docstr.gwt.GwtBaseOptions
-
-setPropertySet the values of a property in the form of propertyName=value1[,value2...]. - getSetProperty() - Method in class org.docstr.gwt.GwtBaseTask
-
Set the values of a property in the form of propertyName=value1[,value2...].
- getSourceLevel() - Method in class org.docstr.gwt.GwtBaseOptions
-
-sourceLevelSpecifies Java source level (defaults to 1.8) - getSourceLevel() - Method in class org.docstr.gwt.GwtBaseTask
-
The source level of the java code
- getStartServer() - Method in class org.docstr.gwt.GwtDevModeTask
-
Starts a servlet container serving the directory specified by the -war flag.
- getStartServer() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-[no]startServerStarts a servlet container serving the directory specified by the -war flag. - getStartupUrl() - Method in class org.docstr.gwt.GwtDevModeTask
-
Automatically launches the specified URL
- getStartupUrl() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-startupUrlAutomatically launches the specified URL - getStrict() - Method in class org.docstr.gwt.GwtCompileTask
-
Include metadata for some java.lang.Class methods
- getStrict() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-strict - getStyle() - Method in class org.docstr.gwt.GwtBaseOptions
-
-styleScript output style: DETAILED, OBFUSCATED or PRETTY (defaults to OBFUSCATED) - getStyle() - Method in class org.docstr.gwt.GwtBaseTask
-
The style of output JavaScript: OBF, PRETTY, DETAILED, or DRAFT (defaults to OBF)
- getSuperDevMode() - Method in class org.docstr.gwt.GwtDevModeTask
-
Runs Super Dev Mode instead of classic Development Mode.
- getSuperDevMode() - Method in class org.docstr.gwt.GwtPluginExtension.DevModeOptions
-
-[no]superDevModeRuns Super Dev Mode instead of classic Development Mode. - getValidateOnly() - Method in class org.docstr.gwt.GwtCompileTask
-
Validate all source code, but do not compile
- getValidateOnly() - Method in class org.docstr.gwt.GwtPluginExtension.CompilerOptions
-
-[no]validateOnlyValidate all source code, but do not compile. - getWar() - Method in class org.docstr.gwt.GwtBaseOptions
-
-warThe directory into which deployable output files will be written (defaults to 'war') - getWar() - Method in class org.docstr.gwt.GwtBaseTask
-
The directory into which deployable output files will be written (defaults to 'war')
- getWorkDir() - Method in class org.docstr.gwt.GwtBaseOptions
-
-workDir - getWorkDir() - Method in class org.docstr.gwt.GwtBaseTask
-
The compiler's working directory for internal use (must be writeable; defaults to a system temp dir)
- GwtBaseOptions - Class in org.docstr.gwt
-
Base options for GWT compiler and dev mode
- GwtBaseOptions() - Constructor for class org.docstr.gwt.GwtBaseOptions
- GwtBaseTask - Class in org.docstr.gwt
-
Base class for several GWT related tasks that share specific parameters.
- GwtBaseTask(ObjectFactory) - Constructor for class org.docstr.gwt.GwtBaseTask
-
Constructs a new GwtCompileTask.
- GwtCompileConfig - Class in org.docstr.gwt
-
Configures the GWT compiler task.
- GwtCompileConfig(GwtPluginExtension) - Constructor for class org.docstr.gwt.GwtCompileConfig
-
Constructor.
- GwtCompileTask - Class in org.docstr.gwt
-
Task for compiling GWT modules.
- GwtCompileTask(ObjectFactory) - Constructor for class org.docstr.gwt.GwtCompileTask
-
Constructs a new GwtCompileTask.
- GwtDevModeConfig - Class in org.docstr.gwt
-
Configures the GWT dev mode task.
- GwtDevModeConfig(GwtPluginExtension) - Constructor for class org.docstr.gwt.GwtDevModeConfig
-
Constructor.
- GwtDevModeTask - Class in org.docstr.gwt
-
Task for running the GWT development mode.
- GwtDevModeTask(ObjectFactory) - Constructor for class org.docstr.gwt.GwtDevModeTask
-
Constructs a new GwtDevModeTask.
- GwtPlugin - Class in org.docstr.gwt
-
A plugin that adds GWT support to a project.
- GwtPlugin() - Constructor for class org.docstr.gwt.GwtPlugin
- GwtPluginExtension - Class in org.docstr.gwt
-
GWT plugin extension
- GwtPluginExtension() - Constructor for class org.docstr.gwt.GwtPluginExtension
- GwtPluginExtension.CompilerOptions - Class in org.docstr.gwt
-
Nested class for Compiler options https://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideCompilerOptions https://github.com/gwtproject/gwt/blob/main/dev/core/src/com/google/gwt/dev/PrecompileTaskOptionsImpl.java
- GwtPluginExtension.DevModeOptions - Class in org.docstr.gwt
-
Nested class for Dev Mode options
O
- org.docstr.gwt - package org.docstr.gwt
All Classes and Interfaces|All Packages