- DATA_DIRECTORY - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
The CLI argument name for setting the location of the data directory.
- DATA_DIRECTORY_SHORT - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
The short CLI argument name for setting the location of the data directory.
- DB_DRIVER - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
The CLI argument name for setting the database driver name.
- DB_DRIVER_PATH - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
The CLI argument name for setting the path to the database driver; in case it is not on the class path.
- DB_NAME - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
The CLI argument name for setting the database user name.
- DB_PASSWORD - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
The CLI argument name for setting the database password.
- DISABLE_ARCHIVE - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
Disables the Archive Analyzer.
- DISABLE_ASSEMBLY - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
Disables the Assembly Analyzer.
- DISABLE_AUTO_UPDATE - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
The long CLI argument name specifying that the CPE/CVE/etc.
- DISABLE_AUTO_UPDATE_SHORT - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
The short CLI argument name specifying that the CPE/CVE/etc.
- DISABLE_CENTRAL - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
Disables the Central Analyzer.
- DISABLE_JAR - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
Disables the Jar Analyzer.
- DISABLE_NEXUS - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
Disables the Nexus Analyzer.
- DISABLE_NUSPEC - Static variable in class org.owasp.dependencycheck.CliParser.ARGUMENT
-
Disables the Nuspec Analyzer.
- getAdditionalZipExtensions() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the additional Extensions if specified; otherwise null is returned.
- getApplicationName() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the application name specified on the command line.
- getConnectionString() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the database connection string if specified; otherwise null is returned.
- getConnectionTimeout() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the connection timeout.
- getDatabaseDriverName() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the database driver name if specified; otherwise null is returned.
- getDatabaseDriverPath() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the database driver path if specified; otherwise null is returned.
- getDatabasePassword() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the database database password if specified; otherwise null is returned.
- getDatabaseUser() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the database database user name if specified; otherwise null is returned.
- getDataDirectory() - Method in class org.owasp.dependencycheck.CliParser
-
Get the value of dataDirectory.
- getExcludeList() - Method in class org.owasp.dependencycheck.CliParser
-
Retrieves the list of excluded file patterns specified by the 'exclude' argument.
- getNexusUrl() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the url to the nexus server if one was specified.
- getPathToMono() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the path to Mono for .NET Assembly analysis on non-windows systems.
- getPropertiesFile() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the properties file specified on the command line.
- getProxyPassword() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the proxy password.
- getProxyPort() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the proxy port.
- getProxyServer() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the proxy server.
- getProxyUsername() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the proxy username.
- getReportDirectory() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the directory to write the reports to specified on the command line.
- getReportFormat() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the output format specified on the command line.
- getScanFiles() - Method in class org.owasp.dependencycheck.CliParser
-
Retrieves the file command line parameter(s) specified for the 'scan' argument.
- getSuppressionFile() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the path to the suppression file.
- getVerboseLog() - Method in class org.owasp.dependencycheck.CliParser
-
Returns the path to the verbose log file.