public class DragomToolInvoker extends Object
This class simplifies the development of shell scripts for invoking the various tools.
Each tool becomes a command passed as the first argument to this meta-tool.
This command is used to lookup the details for invoking the corresponding tool
from system properties after calling Util.applyDragomSystemProperties().
This meta-tool also takes care of displaying help information about a tool using the special "help" command, as well as general help information when no argument is provided, including the list of available tools.
| Modifier and Type | Field and Description |
|---|---|
static String |
MSG_PATTERN_KEY_UNKNOWN_TOOL
See description in ResourceBundle.
|
| Constructor and Description |
|---|
DragomToolInvoker() |
public static final String MSG_PATTERN_KEY_UNKNOWN_TOOL
public static void main(String[] args)
args - Arguments.Copyright © 2015–2017 AZYVA INC.. All rights reserved.