Enum Constant and Description |
---|
ALIAS
Flag to enable aliasing.
|
ALLREFS
Flag to specify the allrefs dictionary support file.
|
CONFIG
Specify a configuration file.
|
HELP
Flag to display the help.
|
INCLUDES
Flag to specify the path(s) to search for file references.
|
KEYPASS
Flag to specify the password for the keystore file.
|
LOCAL
Flag to not traverse a directory.
|
MODE
Flag to specify the tool mode.
|
PASS
Flag to specify a password associated with the username.
|
PDSDD
Specify the PDS data dictionary files.
|
REPORT
Flag to specify the report file.
|
SERVERURL
Flag to specify the server url of the PDS storage service.
|
TARGET
Flag to explicitly specify the targets.
|
TRANSPORTURL
Flag to specify the transport url of the PDS transport service.
|
USER
Flag to specify a username for authentication with the PDS Security Service
|
VERBOSE
Flag to specify the severity level.
|
VERSION
Flag to display the version.
|
Modifier and Type | Method and Description |
---|---|
boolean |
allowsMultipleArgs()
Find out if the flag can handle multiple arguments.
|
java.lang.String |
getArgName()
Get the argument name of the flag.
|
java.lang.Object |
getArgType()
Get the argument type of the flag.
|
java.lang.String |
getDescription()
Get the flag description.
|
java.lang.String |
getLongName()
Get the long name of the flag.
|
static org.apache.commons.cli.Options |
getOptions()
Get the command-line options.
|
java.lang.String |
getShortName()
Get the short name of the flag.
|
static Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Flag ALIAS
public static final Flag ALLREFS
public static final Flag CONFIG
public static final Flag PDSDD
public static final Flag MODE
public static final Flag INCLUDES
public static final Flag LOCAL
public static final Flag USER
public static final Flag PASS
public static final Flag SERVERURL
public static final Flag TRANSPORTURL
public static final Flag KEYPASS
public static final Flag TARGET
public static final Flag REPORT
public static final Flag VERBOSE
public static final Flag HELP
public static final Flag VERSION
public static Flag[] values()
for (Flag c : Flag.values()) System.out.println(c);
public static Flag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getShortName()
public java.lang.String getLongName()
public java.lang.String getArgName()
public boolean allowsMultipleArgs()
public java.lang.Object getArgType()
public java.lang.String getDescription()
public static org.apache.commons.cli.Options getOptions()
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.