| 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.ArgHandlerPermsArgument handler for specifying the which perms to run. | 
| protected static class  | DevMode.ArgHandlerServerHandles the -server command line flag. | 
| protected static class  | DevMode.ArgHandlerStartupURLsHandles a startup url that can be passed on the command line. | 
| protected static class  | DevMode.ArgHandlerSuperDevModeRuns the superdev-mode code server instead of classic one. | 
| protected static class  | DevModeBase.ArgHandlerBindAddressHandles the -bindAddress command line flag. | 
| protected static class  | DevModeBase.ArgHandlerBlacklistHandles the -blacklist command line argument. | 
| protected static class  | DevModeBase.ArgHandlerCodeServerPortHandles the -codeServerPort command line flag. | 
| protected static class  | DevModeBase.ArgHandlerLogDirHandles the -logdir command line option. | 
| protected static class  | DevModeBase.ArgHandlerNoServerFlagRuns a convenient embedded web server. | 
| protected static class  | DevModeBase.ArgHandlerPortHandles the -port command line flag. | 
| protected static class  | DevModeBase.ArgHandlerRemoteUIHandles the -remoteUI command line flag. | 
| protected static class  | DevModeBase.ArgHandlerWhitelistHandles the -whitelist command line flag. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArgHandlerCompileReportEnables Story Of Your Compile data-collection. | 
| class  | ArgHandlerCompilerMetricsEnables Compiler Metrics. | 
| class  | ArgHandlerDeployDirArgument handler for processing the deploy directory flag. | 
| class  | ArgHandlerDisableAggressiveOptimizationDeprecated.  | 
| class  | ArgHandlerDisableCastCheckingEnables run-time cast checking. | 
| class  | ArgHandlerDisableClassMetadataIncludes metadata for class name methods. | 
| class  | ArgHandlerDisableClusterSimilarFunctionsClusters similar functions in the output to improve compression. | 
| class  | ArgHandlerDisableGeneratingOnShardsAn undocumented option to disable running generators on CompilePerms shards. | 
| class  | ArgHandlerDisableInlineLiteralParametersInlines literal parameters to shrink function declarations and provide more deadcode elimination
 possibilities. | 
| class  | ArgHandlerDisableOptimizeDataflowAnalyzes and optimizes dataflow. | 
| class  | ArgHandlerDisableOrdinalizeEnumsOrdinalizes enums to reduce some large strings. | 
| class  | ArgHandlerDisableRemoveDuplicateFunctionsRemoves duplicate functions to shrink output. | 
| class  | ArgHandlerDisableRunAsyncSplits code on runAsync boundaries. | 
| class  | ArgHandlerDisableSoycHtmlCollects SOYC metrics and output in xml but not html format. | 
| class  | ArgHandlerDisableUpdateCheckChecks to see if an updated version of GWT is available. | 
| class  | ArgHandlerDraftCompileCompiles quickly with minimal optimizations. | 
| class  | ArgHandlerDumpSignaturesArgument handler for processing the script style flag. | 
| class  | ArgHandlerEnableAssertionsIncludes assert statements in compiled output. | 
| class  | ArgHandlerEnableClosureCompilerCompiles output Javascript with the Closure compiler for even further optimizations. | 
| class  | ArgHandlerEnableGeneratorResultCachingCaches results of generators with stable output. | 
| class  | ArgHandlerExtraDirArgument handler for processing the extra directory option. | 
| class  | ArgHandlerFragmentCountAn ArgHandler to provide the -XfragmentCount flag. | 
| class  | ArgHandlerFragmentMergeAn ArgHandler to provide the -XfragmentMerge flag. | 
| class  | ArgHandlerGenDirArgument handler for processing the code generation directory flag. | 
| class  | ArgHandlerIncrementalCompileWhether recompiles should process only changed files and construct JS output by
 linking old and new JS on a per class basis. | 
| class  | ArgHandlerIncrementalCompileWarningsToggles the display of warnings (during monolithic compiles) for issues that will break in
 incremental compiles. | 
| class  | ArgHandlerJsInteropModeSet the JsInterop mode. | 
| class  | ArgHandlerJsonSoycEmits detailed compile-report information in the "Story Of Your Compile" in the new json format. | 
| class  | ArgHandlerLibrariesAn argument handler for providing a list of paths to input precompiled library files. | 
| class  | ArgHandlerLinkWhether 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  | ArgHandlerLocalWorkersAn arg handler to specify the number of local workers that should be used by
 the compiler. | 
| class  | ArgHandlerLogLevelArgument handler for processing the log level flag. | 
| class  | ArgHandlerMaxPermsPerPrecompileHandles an argument for  OptionMaxPermsPerPrecompile. | 
| class  | ArgHandlerMethodNameDisplayModeArgument handler set setting the display name setting in the compiler. | 
| class  | ArgHandlerMissingDepsFileOptionally specifies a file into which detailed missing dependency information will be written. | 
| class  | ArgHandlerModuleNameArgument handler for one or more module names at the end of the command line. | 
| class  | ArgHandlerModulePathPrefixArgument handler for processing a prefix for the output directory. | 
| class  | ArgHandlerNamespaceWhen enabled, the GWT compiler will place most JavaScript globals into
 namespaces instead of putting them all on the "window" object. | 
| class  | ArgHandlerOptimizeSet the optimization level from the command line. | 
| class  | ArgHandlerOutDirArgument handler for processing the output directory flag. | 
| class  | ArgHandlerOutputLibraryAn argument handler for specifying the path for the generated precompiled library file. | 
| class  | ArgHandlerOverlappingSourceWarningsToggles the display of overlapping source include warnings (during monolithic compiles). | 
| class  | ArgHandlerPermArgument handler for specifying the which permutation to run. | 
| class  | ArgHandlerSaveSourceArgument handler for processing the -saveSource option. | 
| class  | ArgHandlerSaveSourceOutputArgument handler for processing the -saveSourceOutput option. | 
| class  | ArgHandlerScriptStyleArgument handler for processing the script style flag. | 
| class  | ArgHandlerSourceLevelSet the Java source level compatibility. | 
| class  | ArgHandlerSoycGenerates the "Story Of Your Compile". | 
| class  | ArgHandlerSoycDetailedEmits extra, detailed compile-report information in the "Story Of Your Compile". | 
| class  | ArgHandlerStrictFails compilation if any input file contains an error. | 
| class  | ArgHandlerStrictResourcesGenerally whether to be strict about resource loading and in particular whether to implicitly add
 "client" and "public" resource dependencies when none are mentioned. | 
| class  | ArgHandlerValidateOnlyFlagValidates all source code, but does not compile it. | 
| class  | ArgHandlerWarDirArgument handler for processing the output directory flag. | 
| class  | ArgHandlerWorkDirOptionalArgument handler for processing an optional working directory. | 
| class  | ArgHandlerWorkDirRequiredArgument handler for processing a required work directory. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | I18NCreator.ArgHandlerClassNameUtility class to handle class name argument. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArgHandlerAddToClassPathParse the -addToClassPath argument. | 
| class  | ArgHandlerEclipseCreates an arg handler for eclipse launch config options. | 
| class  | ArgHandlerIgnoreIgnores any existing files and does not overwrite them. | 
| class  | ArgHandlerOverwriteOverwrites any existing files. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArgHandlerDirArgument handler for arguments that are directories. | 
| class  | ArgHandlerExtraArgument handler that handles arguments that do not have preceeding flags. | 
| class  | ArgHandlerFileArgument handler for arguments that are directories. | 
| class  | ArgHandlerFlagArgument handler for boolean flags that have no parameters. | 
| class  | ArgHandlerIntArgument handler for flags that take an integer as their parameter. | 
| class  | ArgHandlerNoopDeprecatedFlagArgument handler for deprecated no-op flags. | 
| class  | ArgHandlerStringArgument 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.