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 |
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 |
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.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 |
ArgHandlerJsInteropMode
Set the JsInterop mode.
|
class |
ArgHandlerLibraries
An argument handler for providing a list of paths to input precompiled library files.
|
class |
ArgHandlerMethodNameDisplayMode
Argument handler set setting the display name setting in the compiler.
|
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 |
ArgHandlerOutputLibrary
An argument handler for specifying the path for the generated precompiled library file.
|
class |
ArgHandlerSourceLevel
Set the Java source level compatibility.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgHandlerAddToClassPath
Parse the -addToClassPath argument.
|
class |
ArgHandlerEclipse
Creates an arg handler for eclipse launch config options.
|
Copyright © 2018. All rights reserved.