- getApplicationName() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the application name specified on the command line.
- getConnectionString() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the database connection string if specified; otherwise null is returned.
- getConnectionTimeout() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the connection timeout.
- getDatabaseDriverName() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the database driver name if specified; otherwise null is returned.
- getDatabaseDriverPath() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the database driver path if specified; otherwise null is returned.
- getDatabasePassword() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the database database password if specified; otherwise null is returned.
- getDatabaseUser() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the database database user name if specified; otherwise null is returned.
- getDataDirectory() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Get the value of dataDirectory.
- getNexusUrl() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the url to the nexus server if one was specified.
- getPropertiesFile() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the properties file specified on the command line.
- getProxyPassword() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the proxy password.
- getProxyPort() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the proxy port.
- getProxyUrl() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the proxy url.
- getProxyUsername() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the proxy username.
- getReportDirectory() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the directory to write the reports to specified on the command line.
- getReportFormat() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the output format specified on the command line.
- getScanFiles() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Retrieves the file command line parameter(s) specified for the 'scan' argument.
- getSuppressionFile() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the path to the suppression file.
- getVerboseLog() - Method in class org.owasp.dependencycheck.cli.CliParser
-
Returns the path to the verbose log file.