Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.util.arg | |
com.google.gwt.user.tools.util |
Classes to process command-line arguments for GWT command-line tools.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
DevMode.ArgHandlerSuperDevMode
Runs the superdev-mode code server instead of classic one.
|
protected static class |
DevModeBase.ArgHandlerNoServerFlag
Runs a convenient embedded web server.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgHandlerCompileReport
Enables Story Of Your Compile data-collection.
|
class |
ArgHandlerCompilerMetrics
Enables Compiler Metrics.
|
class |
ArgHandlerDisableAggressiveOptimization
Deprecated.
|
class |
ArgHandlerDisableCastChecking
Enables run-time cast checking.
|
class |
ArgHandlerDisableClassMetadata
Includes metadata for class name methods.
|
class |
ArgHandlerDisableClusterSimilarFunctions
Clusters similar functions in the output to improve compression.
|
class |
ArgHandlerDisableGeneratingOnShards
An undocumented option to disable running generators on CompilePerms shards.
|
class |
ArgHandlerDisableInlineLiteralParameters
Inlines literal parameters to shrink function declarations and provide more deadcode elimination
possibilities.
|
class |
ArgHandlerDisableOptimizeDataflow
Analyzes and optimizes dataflow.
|
class |
ArgHandlerDisableOrdinalizeEnums
Ordinalizes enums to reduce some large strings.
|
class |
ArgHandlerDisableRemoveDuplicateFunctions
Removes duplicate functions to shrink output.
|
class |
ArgHandlerDisableRunAsync
Splits code on runAsync boundaries.
|
class |
ArgHandlerDisableSoycHtml
Collects SOYC metrics and output in xml but not html format.
|
class |
ArgHandlerDisableUpdateCheck
Checks to see if an updated version of GWT is available.
|
class |
ArgHandlerDraftCompile
Compiles quickly with minimal optimizations.
|
class |
ArgHandlerEnableAssertions
Includes assert statements in compiled output.
|
class |
ArgHandlerEnableClosureCompiler
Compiles output Javascript with the Closure compiler for even further optimizations.
|
class |
ArgHandlerEnableGeneratorResultCaching
Caches results of generators with stable output.
|
class |
ArgHandlerIncrementalCompile
Whether recompiles should process only changed files and construct JS output by
linking old and new JS on a per class basis.
|
class |
ArgHandlerIncrementalCompileWarnings
Toggles the display of warnings (during monolithic compiles) for issues that will break in
incremental compiles.
|
class |
ArgHandlerJsonSoyc
Emits detailed compile-report information in the "Story Of Your Compile" in the new json format.
|
class |
ArgHandlerLink
Whether the separate compiler should link compiled output and supplied precompiled libraries into
a usable result.
Normally the separate compiler does not link and instead outputs just a precompiled library of the currently being compiled module. |
class |
ArgHandlerOverlappingSourceWarnings
Toggles the display of overlapping source include warnings (during monolithic compiles).
|
class |
ArgHandlerSaveSource
Argument handler for processing the -saveSource option.
|
class |
ArgHandlerSoyc
Generates the "Story Of Your Compile".
|
class |
ArgHandlerSoycDetailed
Emits extra, detailed compile-report information in the "Story Of Your Compile".
|
class |
ArgHandlerStrict
Fails compilation if any input file contains an error.
|
class |
ArgHandlerStrictResources
Generally whether to be strict about resource loading and in particular whether to implicitly add
"client" and "public" resource dependencies when none are mentioned.
|
class |
ArgHandlerValidateOnlyFlag
Validates all source code, but does not compile it.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgHandlerIgnore
Ignores any existing files and does not overwrite them.
|
class |
ArgHandlerOverwrite
Overwrites any existing files.
|
Copyright © 2018. All rights reserved.