| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_ZIP_EXTENSIONS
The CLI argument name for setting extra extensions.
|
static String |
ADVANCED_HELP
The long CLI argument name asking for advanced help.
|
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_STRING
The CLI argument name for setting the connection string.
|
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 |
DB_DRIVER
The CLI argument name for setting the database driver name.
|
static String |
DB_DRIVER_PATH
The CLI argument name for setting the path to the database driver; in case it is not on the class path.
|
static String |
DB_NAME
The CLI argument name for setting the database user name.
|
static String |
DB_PASSWORD
The CLI argument name for setting the database password.
|
static String |
DISABLE_ARCHIVE
Disables the Archive Analyzer.
|
static String |
DISABLE_ASSEMBLY
Disables the Assembly Analyzer.
|
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 |
DISABLE_JAR
Disables the Jar Analyzer.
|
static String |
DISABLE_NEXUS
Disables the Nexus Analyzer.
|
static String |
DISABLE_NUSPEC
Disables the Nuspec Analyzer.
|
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 |
NEXUS_URL
The URL of the nexus server.
|
static String |
NEXUS_USES_PROXY
Whether or not the defined proxy should be used when connecting to Nexus.
|
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 |
PATH_TO_MONO
The CLI argument name for setting the path to mono for .NET Assembly analysis on non-windows systems.
|
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_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 |
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 |
SUPPRESSION_FILE
The CLI argument name for setting the location of the suppression file.
|
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 and Description |
|---|
CliParser.ArgumentName() |
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 ADVANCED_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
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
public static final String SUPPRESSION_FILE
public static final String DISABLE_JAR
public static final String DISABLE_ARCHIVE
public static final String DISABLE_ASSEMBLY
public static final String DISABLE_NUSPEC
public static final String DISABLE_NEXUS
public static final String NEXUS_URL
public static final String NEXUS_USES_PROXY
public static final String CONNECTION_STRING
public static final String DB_NAME
public static final String DB_PASSWORD
public static final String DB_DRIVER
public static final String DB_DRIVER_PATH
public static final String PATH_TO_MONO
public static final String ADDITIONAL_ZIP_EXTENSIONS
Copyright © 2012–2014 OWASP. All rights reserved.