| Interface | Description |
|---|---|
| ToolsBase.ProcessCommand |
Interface to be implemented for processing of a command including adding
command specific options, and then processing and executing the command.
|
| Class | Description |
|---|---|
| GfxdDdlUtils |
Command-line launcher class for some of the tools shipped with DdlUtils
(avoiding the need to have and use ant for most cases).
|
| GfxdHelpFormatter |
Overrides commons CLI
HelpFormatter to change formatting as per
GemFireXD (in particular use '=' to separate option and value rather than a
space). |
| GfxdOption |
A dirty hack to override commons Option for GemFireXD to allow for '-' in
option names.
|
| GfxdOptionBuilder |
OptionBuilder allows the user to create Options using descriptive methods.
|
| GfxdParser |
A
Parser implementation for GemFireXD that correctly handles a value
separator that is not a '='. |
| GfxdServerLauncher |
Launcher class for the GFXD server script.
|
| JarTools |
Command-line tools to install/replace/remove JARs in a running GemFireXD
system.
|
| MiscTools |
Miscellaneous tools for gfxd utility.
|
| ToolsBase |
Base class for command-line launcher tools.
|
| ToolsBase.ConnectionOptions |
Encapsulates values of connection options.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.