public abstract class SimpleCommand extends CommandWithInfo
| Constructor and Description |
|---|
SimpleCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailableInShell()
Whether the command is available to be invoked from within the shell.
|
boolean |
isAvailableOutsideShell()
Indicates if the command is available to be invoked from outside the
shell (from the main command line).
|
boolean |
isStorageRequired() |
getDescription, getOptions, getUsagepublic boolean isStorageRequired()
isStorageRequired in interface CommandisStorageRequired in class CommandWithInfopublic boolean isAvailableInShell()
CommandisAvailableInShell in interface CommandisAvailableInShell in class CommandWithInfopublic boolean isAvailableOutsideShell()
CommandisAvailableOutsideShell in interface CommandisAvailableOutsideShell in class CommandWithInfoCopyright © 2012. All Rights Reserved.