|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.owasp.dependencycheck.cli.CliParser.ArgumentName
public static class CliParser.ArgumentName
A collection of static final strings that represent the possible command line arguments.
| Field Summary | |
|---|---|
static String |
APP_NAME
The long CLI argument name specifying the name of the application to be scanned. |
static String |
APP_NAME_SHORT
The short CLI argument name specifying the name of the application to be scanned. |
static String |
CONNECTION_TIMEOUT
The CLI argument name indicating the connection timeout. |
static String |
CONNECTION_TIMEOUT_SHORT
The short CLI argument name indicating the connection timeout. |
static String |
DATA_DIRECTORY
The CLI argument name for setting the location of the data directory. |
static String |
DATA_DIRECTORY_SHORT
The short CLI argument name for setting the location of the data directory. |
static String |
DISABLE_AUTO_UPDATE
The long CLI argument name specifying that the CPE/CVE/etc. |
static String |
DISABLE_AUTO_UPDATE_SHORT
The short CLI argument name specifying that the CPE/CVE/etc. |
static String |
HELP
The long CLI argument name asking for help. |
static String |
HELP_SHORT
The short CLI argument name asking for help. |
static String |
OUT
The long CLI argument name specifying the directory to write the reports to. |
static String |
OUT_SHORT
The short CLI argument name specifying the directory to write the reports to. |
static String |
OUTPUT_FORMAT
The long CLI argument name specifying the output format to write the reports to. |
static String |
OUTPUT_FORMAT_SHORT
The short CLI argument name specifying the output format to write the reports to. |
static String |
PROP
The CLI argument name for setting the location of an additional properties file. |
static String |
PROP_SHORT
The short CLI argument name for setting the location of an additional properties file. |
static String |
PROXY_PASSWORD
The CLI argument name indicating the proxy password. |
static String |
PROXY_PASSWORD_SHORT
The short CLI argument name indicating the proxy password. |
static String |
PROXY_PORT
The CLI argument name indicating the proxy port. |
static String |
PROXY_PORT_SHORT
The short CLI argument name indicating the proxy port. |
static String |
PROXY_URL
The CLI argument name indicating the proxy url. |
static String |
PROXY_URL_SHORT
The short CLI argument name indicating the proxy url. |
static String |
PROXY_USERNAME
The CLI argument name indicating the proxy username. |
static String |
PROXY_USERNAME_SHORT
The short CLI argument name indicating the proxy username. |
static String |
SCAN
The long CLI argument name specifying the directory/file to scan. |
static String |
SCAN_SHORT
The short CLI argument name specifying the directory/file to scan. |
static String |
VERBOSE_LOG
The CLI argument name for setting the location of the data directory. |
static String |
VERBOSE_LOG_SHORT
The short CLI argument name for setting the location of the data directory. |
static String |
VERSION
The short CLI argument name asking for the version. |
static String |
VERSION_SHORT
The long CLI argument name asking for the version. |
| Constructor Summary | |
|---|---|
CliParser.ArgumentName()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SCAN
public static final String SCAN_SHORT
public static final String DISABLE_AUTO_UPDATE
public static final String DISABLE_AUTO_UPDATE_SHORT
public static final String OUT
public static final String OUT_SHORT
public static final String OUTPUT_FORMAT
public static final String OUTPUT_FORMAT_SHORT
public static final String APP_NAME
public static final String APP_NAME_SHORT
public static final String HELP
public static final String HELP_SHORT
public static final String VERSION_SHORT
public static final String VERSION
public static final String PROXY_PORT_SHORT
public static final String PROXY_PORT
public static final String PROXY_URL_SHORT
public static final String PROXY_URL
public static final String PROXY_USERNAME_SHORT
public static final String PROXY_USERNAME
public static final String PROXY_PASSWORD_SHORT
public static final String PROXY_PASSWORD
public static final String CONNECTION_TIMEOUT_SHORT
public static final String CONNECTION_TIMEOUT
public static final String PROP_SHORT
public static final String PROP
public static final String DATA_DIRECTORY
public static final String DATA_DIRECTORY_SHORT
public static final String VERBOSE_LOG
public static final String VERBOSE_LOG_SHORT
| Constructor Detail |
|---|
public CliParser.ArgumentName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||