version 1.1.0

This commit is contained in:
Jeremy Long
2014-01-26 11:51:55 -05:00
parent 034dd03d2d
commit 8c53925bd7
1007 changed files with 55095 additions and 53038 deletions

View File

@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Thu Jan 16 07:29:46 EST 2014 -->
<!-- Generated by javadoc (version 1.7.0_45) on Sun Jan 26 11:13:14 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>CliParser.ArgumentName (Dependency-Check Command Line 1.0.8 API)</title>
<meta name="date" content="2014-01-16">
<title>CliParser.ArgumentName (Dependency-Check Command Line 1.1.0 API)</title>
<meta name="date" content="2014-01-26">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CliParser.ArgumentName (Dependency-Check Command Line 1.0.8 API)";
parent.document.title="CliParser.ArgumentName (Dependency-Check Command Line 1.1.0 API)";
}
//-->
</script>
@@ -103,8 +103,7 @@
<br>
<pre>public static class <span class="strong">CliParser.ArgumentName</span>
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">A collection of static final strings that represent the possible command
line arguments.</div>
<div class="block">A collection of static final strings that represent the possible command line arguments.</div>
</li>
</ul>
</div>
@@ -125,16 +124,26 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#APP_NAME">APP_NAME</a></strong></code>
<div class="block">The long CLI argument name specifying the name of the application to
be scanned.</div>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#ADVANCED_HELP">ADVANCED_HELP</a></strong></code>
<div class="block">The long CLI argument name asking for advanced help.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#APP_NAME">APP_NAME</a></strong></code>
<div class="block">The long CLI argument name specifying the name of the application to be scanned.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#APP_NAME_SHORT">APP_NAME_SHORT</a></strong></code>
<div class="block">The short CLI argument name specifying the name of the application to
be scanned.</div>
<div class="block">The short CLI argument name specifying the name of the application to be scanned.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#CONNECTION_STRING">CONNECTION_STRING</a></strong></code>
<div class="block">The CLI argument name for setting the connection string.</div>
</td>
</tr>
<tr class="altColor">
@@ -158,8 +167,31 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#DATA_DIRECTORY_SHORT">DATA_DIRECTORY_SHORT</a></strong></code>
<div class="block">The short CLI argument name for setting the location of the data
directory.</div>
<div class="block">The short CLI argument name for setting the location of the data directory.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#DB_DRIVER">DB_DRIVER</a></strong></code>
<div class="block">The CLI argument name for setting the database driver name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#DB_DRIVER_PATH">DB_DRIVER_PATH</a></strong></code>
<div class="block">The CLI argument name for setting the path to the database driver; in case it is not on the class path.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#DB_NAME">DB_NAME</a></strong></code>
<div class="block">The CLI argument name for setting the database user name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#DB_PASSWORD">DB_PASSWORD</a></strong></code>
<div class="block">The CLI argument name for setting the database password.</div>
</td>
</tr>
<tr class="altColor">
@@ -176,56 +208,62 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#DISABLE_NEXUS">DISABLE_NEXUS</a></strong></code>
<div class="block">Disables the Nexus Analyzer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#HELP">HELP</a></strong></code>
<div class="block">The long CLI argument name asking for help.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#HELP_SHORT">HELP_SHORT</a></strong></code>
<div class="block">The short CLI argument name asking for help.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#NEXUS_URL">NEXUS_URL</a></strong></code>
<div class="block">The URL of the nexus server.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#OUT">OUT</a></strong></code>
<div class="block">The long CLI argument name specifying the directory to write the
reports to.</div>
<div class="block">The long CLI argument name specifying the directory to write the reports to.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#OUT_SHORT">OUT_SHORT</a></strong></code>
<div class="block">The short CLI argument name specifying the directory to write the
reports to.</div>
<div class="block">The short CLI argument name specifying the directory to write the reports to.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#OUTPUT_FORMAT">OUTPUT_FORMAT</a></strong></code>
<div class="block">The long CLI argument name specifying the output format to write the
reports to.</div>
<div class="block">The long CLI argument name specifying the output format to write the reports to.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#OUTPUT_FORMAT_SHORT">OUTPUT_FORMAT_SHORT</a></strong></code>
<div class="block">The short CLI argument name specifying the output format to write the
reports to.</div>
<div class="block">The short CLI argument name specifying the output format to write the reports to.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROP">PROP</a></strong></code>
<div class="block">The CLI argument name for setting the location of an additional
properties file.</div>
<div class="block">The CLI argument name for setting the location of an additional properties file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROP_SHORT">PROP_SHORT</a></strong></code>
<div class="block">The short CLI argument name for setting the location of an additional
properties file.</div>
<div class="block">The short CLI argument name for setting the location of an additional properties file.</div>
</td>
</tr>
<tr class="altColor">
@@ -236,46 +274,34 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROXY_PASSWORD_SHORT">PROXY_PASSWORD_SHORT</a></strong></code>
<div class="block">The short CLI argument name indicating the proxy password.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROXY_PORT">PROXY_PORT</a></strong></code>
<div class="block">The CLI argument name indicating the proxy port.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROXY_PORT_SHORT">PROXY_PORT_SHORT</a></strong></code>
<div class="block">The short CLI argument name indicating the proxy port.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROXY_URL">PROXY_URL</a></strong></code>
<div class="block">The CLI argument name indicating the proxy url.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROXY_URL_SHORT">PROXY_URL_SHORT</a></strong></code>
<div class="block">The short CLI argument name indicating the proxy url.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROXY_USERNAME">PROXY_USERNAME</a></strong></code>
<div class="block">The CLI argument name indicating the proxy username.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#PROXY_USERNAME_SHORT">PROXY_USERNAME_SHORT</a></strong></code>
<div class="block">The short CLI argument name indicating the proxy username.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#SCAN">SCAN</a></strong></code>
@@ -291,37 +317,28 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#SUPPRESION_FILE">SUPPRESION_FILE</a></strong></code>
<div class="block">The CLI argument name for setting the location of the suppression
file.</div>
<div class="block">The CLI argument name for setting the location of the suppression file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#SUPPRESION_FILE_SHORT">SUPPRESION_FILE_SHORT</a></strong></code>
<div class="block">The short CLI argument name for setting the location of the
suppression file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#VERBOSE_LOG">VERBOSE_LOG</a></strong></code>
<div class="block">The CLI argument name for setting the location of the data directory.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#VERBOSE_LOG_SHORT">VERBOSE_LOG_SHORT</a></strong></code>
<div class="block">The short CLI argument name for setting the location of the data
directory.</div>
<div class="block">The short CLI argument name for setting the location of the data directory.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#VERSION">VERSION</a></strong></code>
<div class="block">The short CLI argument name asking for the version.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#VERSION_SHORT">VERSION_SHORT</a></strong></code>
<div class="block">The long CLI argument name asking for the version.</div>
@@ -403,8 +420,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>DISABLE_AUTO_UPDATE</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DISABLE_AUTO_UPDATE</pre>
<div class="block">The long CLI argument name specifying that the CPE/CVE/etc. data
should not be automatically updated.</div>
<div class="block">The long CLI argument name specifying that the CPE/CVE/etc. data should not be automatically updated.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DISABLE_AUTO_UPDATE">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -415,8 +431,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>DISABLE_AUTO_UPDATE_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DISABLE_AUTO_UPDATE_SHORT</pre>
<div class="block">The short CLI argument name specifying that the CPE/CVE/etc. data
should not be automatically updated.</div>
<div class="block">The short CLI argument name specifying that the CPE/CVE/etc. data should not be automatically updated.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DISABLE_AUTO_UPDATE_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -427,8 +442,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>OUT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> OUT</pre>
<div class="block">The long CLI argument name specifying the directory to write the
reports to.</div>
<div class="block">The long CLI argument name specifying the directory to write the reports to.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.OUT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -439,8 +453,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>OUT_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> OUT_SHORT</pre>
<div class="block">The short CLI argument name specifying the directory to write the
reports to.</div>
<div class="block">The short CLI argument name specifying the directory to write the reports to.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.OUT_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -451,8 +464,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>OUTPUT_FORMAT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> OUTPUT_FORMAT</pre>
<div class="block">The long CLI argument name specifying the output format to write the
reports to.</div>
<div class="block">The long CLI argument name specifying the output format to write the reports to.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.OUTPUT_FORMAT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -463,8 +475,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>OUTPUT_FORMAT_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> OUTPUT_FORMAT_SHORT</pre>
<div class="block">The short CLI argument name specifying the output format to write the
reports to.</div>
<div class="block">The short CLI argument name specifying the output format to write the reports to.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.OUTPUT_FORMAT_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -475,8 +486,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>APP_NAME</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> APP_NAME</pre>
<div class="block">The long CLI argument name specifying the name of the application to
be scanned.</div>
<div class="block">The long CLI argument name specifying the name of the application to be scanned.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.APP_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -487,8 +497,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>APP_NAME_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> APP_NAME_SHORT</pre>
<div class="block">The short CLI argument name specifying the name of the application to
be scanned.</div>
<div class="block">The short CLI argument name specifying the name of the application to be scanned.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.APP_NAME_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -503,6 +512,17 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.HELP">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ADVANCED_HELP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ADVANCED_HELP</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ADVANCED_HELP</pre>
<div class="block">The long CLI argument name asking for advanced help.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.ADVANCED_HELP">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="HELP_SHORT">
<!-- -->
</a>
@@ -580,17 +600,6 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROXY_URL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_USERNAME_SHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROXY_USERNAME_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROXY_USERNAME_SHORT</pre>
<div class="block">The short CLI argument name indicating the proxy username.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROXY_USERNAME_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_USERNAME">
<!-- -->
</a>
@@ -602,17 +611,6 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROXY_USERNAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_PASSWORD_SHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROXY_PASSWORD_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROXY_PASSWORD_SHORT</pre>
<div class="block">The short CLI argument name indicating the proxy password.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROXY_PASSWORD_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_PASSWORD">
<!-- -->
</a>
@@ -653,8 +651,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>PROP_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROP_SHORT</pre>
<div class="block">The short CLI argument name for setting the location of an additional
properties file.</div>
<div class="block">The short CLI argument name for setting the location of an additional properties file.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROP_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -665,8 +662,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>PROP</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROP</pre>
<div class="block">The CLI argument name for setting the location of an additional
properties file.</div>
<div class="block">The CLI argument name for setting the location of an additional properties file.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROP">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -688,8 +684,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>DATA_DIRECTORY_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DATA_DIRECTORY_SHORT</pre>
<div class="block">The short CLI argument name for setting the location of the data
directory.</div>
<div class="block">The short CLI argument name for setting the location of the data directory.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DATA_DIRECTORY_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -711,8 +706,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>VERBOSE_LOG_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VERBOSE_LOG_SHORT</pre>
<div class="block">The short CLI argument name for setting the location of the data
directory.</div>
<div class="block">The short CLI argument name for setting the location of the data directory.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.VERBOSE_LOG_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
@@ -723,21 +717,85 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>SUPPRESION_FILE</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SUPPRESION_FILE</pre>
<div class="block">The CLI argument name for setting the location of the suppression
file.</div>
<div class="block">The CLI argument name for setting the location of the suppression file.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.SUPPRESION_FILE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SUPPRESION_FILE_SHORT">
<a name="DISABLE_NEXUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISABLE_NEXUS</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DISABLE_NEXUS</pre>
<div class="block">Disables the Nexus Analyzer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DISABLE_NEXUS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="NEXUS_URL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEXUS_URL</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> NEXUS_URL</pre>
<div class="block">The URL of the nexus server.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.NEXUS_URL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONNECTION_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONNECTION_STRING</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONNECTION_STRING</pre>
<div class="block">The CLI argument name for setting the connection string.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.CONNECTION_STRING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DB_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DB_NAME</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DB_NAME</pre>
<div class="block">The CLI argument name for setting the database user name.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DB_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DB_PASSWORD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DB_PASSWORD</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DB_PASSWORD</pre>
<div class="block">The CLI argument name for setting the database password.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DB_PASSWORD">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DB_DRIVER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DB_DRIVER</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DB_DRIVER</pre>
<div class="block">The CLI argument name for setting the database driver name.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DB_DRIVER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DB_DRIVER_PATH">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SUPPRESION_FILE_SHORT</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SUPPRESION_FILE_SHORT</pre>
<div class="block">The short CLI argument name for setting the location of the
suppression file.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.SUPPRESION_FILE_SHORT">Constant Field Values</a></dd></dl>
<h4>DB_DRIVER_PATH</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DB_DRIVER_PATH</pre>
<div class="block">The CLI argument name for setting the path to the database driver; in case it is not on the class path.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DB_DRIVER_PATH">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>