Command line parameters
| Modifiers | Name | Description |
|---|---|---|
enum |
CommandLineParameters.Command |
The enumeration of all possible commands |
class |
CommandLineParameters.DescribeCommandParameters |
Specific parameters to print information about an add-on |
class |
CommandLineParameters.InstallCommandParameters |
Specific parameters to install an add-on |
class |
CommandLineParameters.ListCommandParameters |
Specific parameters to list add-ons |
class |
CommandLineParameters.UninstallCommandParameters |
Specific parameters to uninstall an add-on |
| Type | Name and description |
|---|---|
static java.lang.String |
BATCH_LONG_OPT |
static java.lang.String |
BATCH_SHORT_OPT |
static java.lang.String |
CATALOG_LONG_OPT |
static java.lang.String |
CONFLICT_LONG_OPT |
static java.lang.String |
DESCRIBE_CMD |
static java.lang.String |
FORCE_LONG_OPT |
static java.lang.String |
HELP_LONG_OPT |
static java.lang.String |
HELP_SHORT_OPT |
static java.lang.String |
INSTALLED_LONG_OPT |
static java.lang.String |
INSTALL_CMD |
static java.lang.String |
LIST_CMD |
static java.lang.String |
NO_CACHE_LONG_OPT |
static java.lang.String |
NO_COMPAT_LONG_OPT |
static java.lang.String |
OFFLINE_LONG_OPT |
static java.lang.String |
OUTDATED_LONG_OPT |
static java.lang.String |
SNAPSHOTS_LONG_OPT |
static java.lang.String |
UNINSTALL_CMD |
static java.lang.String |
UNSTABLE_LONG_OPT |
static java.lang.String |
VERBOSE_LONG_OPT |
static java.lang.String |
VERBOSE_SHORT_OPT |
CommandLineParameters.Command |
commandThe command asked by the user |
CommandLineParameters.DescribeCommandParameters |
commandDescribeDescribe command parameters |
CommandLineParameters.InstallCommandParameters |
commandInstallInstall command parameters |
CommandLineParameters.ListCommandParameters |
commandListList command parameters |
CommandLineParameters.UninstallCommandParameters |
commandUninstallUninstall command parameters |
| Type | Name and description |
|---|---|
java.lang.Boolean |
isBatchMode()Verifies if is the batch option is activated as main parameter or command parameter |
java.lang.Boolean |
isHelp()Verifies if is the help option is activated as main parameter or command parameter |
java.lang.Boolean |
isVerbose()Verifies if is the verbose option is activated as main parameter or command parameter |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The command asked by the user
Describe command parameters
Install command parameters
List command parameters
Uninstall command parameters
Verifies if is the batch option is activated as main parameter or command parameter
Verifies if is the help option is activated as main parameter or command parameter
Verifies if is the verbose option is activated as main parameter or command parameter