Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.util.arg | |
com.google.gwt.i18n.tools | |
com.google.gwt.user.tools.util |
Classes to process command-line arguments for GWT command-line tools.
|
com.google.gwt.util.tools |
Utility classes for building GWT command-line applications.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
CompilePerms.ArgHandlerPerms
Argument handler for specifying the which perms to run.
|
protected static class |
DevMode.ArgHandlerServer
Handles the -server command line flag.
|
protected static class |
DevMode.ArgHandlerStartupURLs
Handles a startup url that can be passed on the command line.
|
protected static class |
DevMode.ArgHandlerSuperDevMode
Runs the superdev-mode code server instead of classic one.
|
protected static class |
DevModeBase.ArgHandlerBindAddress
Handles the -bindAddress command line flag.
|
protected static class |
DevModeBase.ArgHandlerBlacklist
Handles the -blacklist command line argument.
|
protected static class |
DevModeBase.ArgHandlerCodeServerPort
Handles the -codeServerPort command line flag.
|
protected static class |
DevModeBase.ArgHandlerLogDir
Handles the -logdir command line option.
|
protected static class |
DevModeBase.ArgHandlerNoServerFlag
Runs a convenient embedded web server.
|
protected static class |
DevModeBase.ArgHandlerPort
Handles the -port command line flag.
|
protected static class |
DevModeBase.ArgHandlerRemoteUI
Handles the -remoteUI command line flag.
|
protected static class |
DevModeBase.ArgHandlerWhitelist
Handles the -whitelist command line flag.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgHandlerCompileReport
Enables Story Of Your Compile data-collection.
|
class |
ArgHandlerCompilerMetrics
Enables Compiler Metrics.
|
class |
ArgHandlerDeployDir
Argument handler for processing the deploy directory flag.
|
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 |
ArgHandlerDumpSignatures
Argument handler for processing the script style flag.
|
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 |
ArgHandlerExtraDir
Argument handler for processing the extra directory option.
|
class |
ArgHandlerFragmentCount
An ArgHandler to provide the -XfragmentCount flag.
|
class |
ArgHandlerFragmentMerge
An ArgHandler to provide the -XfragmentMerge flag.
|
class |
ArgHandlerGenDir
Argument handler for processing the code generation directory flag.
|
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 |
ArgHandlerJsInteropMode
Set the JsInterop mode.
|
class |
ArgHandlerJsonSoyc
Emits detailed compile-report information in the "Story Of Your Compile" in the new json format.
|
class |
ArgHandlerLibraries
An argument handler for providing a list of paths to input precompiled library files.
|
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 |
ArgHandlerLocalWorkers
An arg handler to specify the number of local workers that should be used by
the compiler.
|
class |
ArgHandlerLogLevel
Argument handler for processing the log level flag.
|
class |
ArgHandlerMaxPermsPerPrecompile
Handles an argument for
OptionMaxPermsPerPrecompile . |
class |
ArgHandlerMethodNameDisplayMode
Argument handler set setting the display name setting in the compiler.
|
class |
ArgHandlerMissingDepsFile
Optionally specifies a file into which detailed missing dependency information will be written.
|
class |
ArgHandlerModuleName
Argument handler for one or more module names at the end of the command line.
|
class |
ArgHandlerModulePathPrefix
Argument handler for processing a prefix for the output directory.
|
class |
ArgHandlerNamespace
When enabled, the GWT compiler will place most JavaScript globals into
namespaces instead of putting them all on the "window" object.
|
class |
ArgHandlerOptimize
Set the optimization level from the command line.
|
class |
ArgHandlerOutDir
Argument handler for processing the output directory flag.
|
class |
ArgHandlerOutputLibrary
An argument handler for specifying the path for the generated precompiled library file.
|
class |
ArgHandlerOverlappingSourceWarnings
Toggles the display of overlapping source include warnings (during monolithic compiles).
|
class |
ArgHandlerPerm
Argument handler for specifying the which permutation to run.
|
class |
ArgHandlerSaveSource
Argument handler for processing the -saveSource option.
|
class |
ArgHandlerSaveSourceOutput
Argument handler for processing the -saveSourceOutput option.
|
class |
ArgHandlerScriptStyle
Argument handler for processing the script style flag.
|
class |
ArgHandlerSourceLevel
Set the Java source level compatibility.
|
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.
|
class |
ArgHandlerWarDir
Argument handler for processing the output directory flag.
|
class |
ArgHandlerWorkDirOptional
Argument handler for processing an optional working directory.
|
class |
ArgHandlerWorkDirRequired
Argument handler for processing a required work directory.
|
Modifier and Type | Class and Description |
---|---|
protected class |
I18NCreator.ArgHandlerClassName
Utility class to handle class name argument.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgHandlerAddToClassPath
Parse the -addToClassPath argument.
|
class |
ArgHandlerEclipse
Creates an arg handler for eclipse launch config options.
|
class |
ArgHandlerIgnore
Ignores any existing files and does not overwrite them.
|
class |
ArgHandlerOverwrite
Overwrites any existing files.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgHandlerDir
Argument handler for arguments that are directories.
|
class |
ArgHandlerExtra
Argument handler that handles arguments that do not have preceeding flags.
|
class |
ArgHandlerFile
Argument handler for arguments that are directories.
|
class |
ArgHandlerFlag
Argument handler for boolean flags that have no parameters.
|
class |
ArgHandlerInt
Argument handler for flags that take an integer as their parameter.
|
class |
ArgHandlerNoopDeprecatedFlag
Argument handler for deprecated no-op flags.
|
class |
ArgHandlerString
Argument handler for processing flags that take a string as their parameter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ToolBase.registerHandler(ArgHandler handler) |
Copyright © 2018. All rights reserved.