Package io.freefair.gradle.plugins.gwt
Interface CommonGwtToolOptions
- All Known Subinterfaces:
GwtCodeServerOptions
,GwtCompileOptions
,GwtDevModeOptions
- All Known Implementing Classes:
AbstractGwtTask
,GwtCodeServerTask
,GwtCompileTask
,GwtDevModeTask
public interface CommonGwtToolOptions
-
Method Summary
Modifier and TypeMethodDescriptionInclude/exclude members and classes while generating JsInterop exports.Generate exports for JsInterop purposes.Include members and classes while generating JsInterop exports.The GWT modules that the code server should compile.Set the values of a property in the form of propertyName=value1[,value2...].getStyle()
-
Method Details
-
getLogLevel
-
getFailOnError
-
getWorkDir
-
getStyle
-
getSetProperty
Set the values of a property in the form of propertyName=value1[,value2...]. -
getIncremental
-
getSourceLevel
-
getGenerateJsInteropExports
Generate exports for JsInterop purposes. If no -includeJsInteropExport/-excludeJsInteropExport provided, generates all exports. (defaults to OFF) -
getIncludeJsInteropExports
Include members and classes while generating JsInterop exports. Flag could be set multiple times to expand the pattern. (The flag has only effect if exporting is enabled via -generateJsInteropExports) -
getExcludeJsInteropExports
Include/exclude members and classes while generating JsInterop exports. Flag could be set multiple times to expand the pattern. (The flag has only effect if exporting is enabled via -generateJsInteropExports) -
getXmethodNameDisplayMode
- Returns:
- EXPERIMENTAL: Specifies method display name mode for chrome devtools: NONE, ONLY_METHOD_NAME, ABBREVIATED or FULL (defaults to NONE)
-
getModule
The GWT modules that the code server should compile. (Example: com.example.MyApp)
-