org.owasp.dependencycheck.cli
Class CliParser.ArgumentName

java.lang.Object
  extended by org.owasp.dependencycheck.cli.CliParser.ArgumentName
Enclosing class:
CliParser

public static class CliParser.ArgumentName
extends Object

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 proxy url.
static String CONNECTION_TIMEOUT_SHORT
          The short CLI argument name indicating the proxy url.
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_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 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 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

SCAN

public static final String SCAN
The long CLI argument name specifying the directory/file to scan.

See Also:
Constant Field Values

SCAN_SHORT

public static final String SCAN_SHORT
The short CLI argument name specifying the directory/file to scan.

See Also:
Constant Field Values

DISABLE_AUTO_UPDATE

public static final String DISABLE_AUTO_UPDATE
The long CLI argument name specifying that the CPE/CVE/etc. data should not be automatically updated.

See Also:
Constant Field Values

DISABLE_AUTO_UPDATE_SHORT

public static final String DISABLE_AUTO_UPDATE_SHORT
The short CLI argument name specifying that the CPE/CVE/etc. data should not be automatically updated.

See Also:
Constant Field Values

OUT

public static final String OUT
The long CLI argument name specifying the directory to write the reports to.

See Also:
Constant Field Values

OUT_SHORT

public static final String OUT_SHORT
The short CLI argument name specifying the directory to write the reports to.

See Also:
Constant Field Values

OUTPUT_FORMAT

public static final String OUTPUT_FORMAT
The long CLI argument name specifying the output format to write the reports to.

See Also:
Constant Field Values

OUTPUT_FORMAT_SHORT

public static final String OUTPUT_FORMAT_SHORT
The short CLI argument name specifying the output format to write the reports to.

See Also:
Constant Field Values

APP_NAME

public static final String APP_NAME
The long CLI argument name specifying the name of the application to be scanned.

See Also:
Constant Field Values

APP_NAME_SHORT

public static final String APP_NAME_SHORT
The short CLI argument name specifying the name of the application to be scanned.

See Also:
Constant Field Values

HELP

public static final String HELP
The long CLI argument name asking for help.

See Also:
Constant Field Values

HELP_SHORT

public static final String HELP_SHORT
The short CLI argument name asking for help.

See Also:
Constant Field Values

VERSION_SHORT

public static final String VERSION_SHORT
The long CLI argument name asking for the version.

See Also:
Constant Field Values

VERSION

public static final String VERSION
The short CLI argument name asking for the version.

See Also:
Constant Field Values

PROXY_PORT_SHORT

public static final String PROXY_PORT_SHORT
The short CLI argument name indicating the proxy port.

See Also:
Constant Field Values

PROXY_PORT

public static final String PROXY_PORT
The CLI argument name indicating the proxy port.

See Also:
Constant Field Values

PROXY_URL_SHORT

public static final String PROXY_URL_SHORT
The short CLI argument name indicating the proxy url.

See Also:
Constant Field Values

PROXY_URL

public static final String PROXY_URL
The CLI argument name indicating the proxy url.

See Also:
Constant Field Values

CONNECTION_TIMEOUT_SHORT

public static final String CONNECTION_TIMEOUT_SHORT
The short CLI argument name indicating the proxy url.

See Also:
Constant Field Values

CONNECTION_TIMEOUT

public static final String CONNECTION_TIMEOUT
The CLI argument name indicating the proxy url.

See Also:
Constant Field Values

PROP_SHORT

public static final String PROP_SHORT
The short CLI argument name for setting the location of an additional properties file.

See Also:
Constant Field Values

PROP

public static final String PROP
The CLI argument name for setting the location of an additional properties file.

See Also:
Constant Field Values

DATA_DIRECTORY

public static final String DATA_DIRECTORY
The CLI argument name for setting the location of the data directory.

See Also:
Constant Field Values

DATA_DIRECTORY_SHORT

public static final String DATA_DIRECTORY_SHORT
The short CLI argument name for setting the location of the data directory.

See Also:
Constant Field Values
Constructor Detail

CliParser.ArgumentName

public CliParser.ArgumentName()


Copyright © 2012-2013 OWASP. All Rights Reserved.