Package org.docstr.gwt
Class GwtPluginExtension
java.lang.Object
org.docstr.gwt.GwtBaseOptions
org.docstr.gwt.GwtPluginExtension
GWT plugin extension
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested 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.javastatic classNested class for Dev Mode options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompiler(org.gradle.api.Action<? super GwtPluginExtension.CompilerOptions> action) Configures the compiler optionsvoiddevMode(org.gradle.api.Action<? super GwtPluginExtension.DevModeOptions> action) Configures the dev mode optionsabstract GwtPluginExtension.CompilerOptionsNested extension for compiler optionsabstract GwtPluginExtension.DevModeOptionsNested extension for dev mode optionsabstract org.gradle.api.provider.Property<String>The GWT version to useMethods inherited from class org.docstr.gwt.GwtBaseOptions
getCacheDir, getDeploy, getExcludeJsInteropExports, getExtra, getFailOnError, getGen, getGenerateJsInteropExports, getIncludeJsInteropExports, getIncremental, getLogLevel, getMaxHeapSize, getMethodNameDisplayMode, getMinHeapSize, getModules, getSetProperty, getSourceLevel, getStyle, getWar, getWorkDir
-
Constructor Details
-
GwtPluginExtension
public GwtPluginExtension()
-
-
Method Details
-
getGwtVersion
The GWT version to use- Returns:
- The GWT version
-
getCompiler
Nested extension for compiler options- Returns:
- The compiler options
-
getDevMode
Nested extension for dev mode options- Returns:
- The dev mode options
-
compiler
Configures the compiler options- Parameters:
action- The action to configure the compiler options
-
devMode
Configures the dev mode options- Parameters:
action- The action to configure the dev mode options
-