Files
DependencyCheck/dependency-check-cli/apidocs/org/owasp/dependencycheck/cli/CliParser.ArgumentName.html
2014-05-10 08:48:22 -04:00

1007 lines
56 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Sat May 10 08:04:45 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>CliParser.ArgumentName (Dependency-Check Command Line 1.2.1 API)</title>
<meta name="date" content="2014-05-10">
<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.2.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CliParser.ArgumentName.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/owasp/dependencycheck/cli/CliParser.html" title="class in org.owasp.dependencycheck.cli"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/owasp/dependencycheck/cli/CliParser.ArgumentName.html" target="_top">Frames</a></li>
<li><a href="CliParser.ArgumentName.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.owasp.dependencycheck.cli</div>
<h2 title="Class CliParser.ArgumentName" class="title">Class CliParser.ArgumentName</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.owasp.dependencycheck.cli.CliParser.ArgumentName</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../org/owasp/dependencycheck/cli/CliParser.html" title="class in org.owasp.dependencycheck.cli">CliParser</a></dd>
</dl>
<hr>
<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>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</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#ADDITIONAL_ZIP_EXTENSIONS">ADDITIONAL_ZIP_EXTENSIONS</a></strong></code>
<div class="block">The CLI argument name for setting extra extensions.</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#ADVANCED_HELP">ADVANCED_HELP</a></strong></code>
<div class="block">The long CLI argument name asking for advanced help.</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">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="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_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>
</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#CONNECTION_STRING">CONNECTION_STRING</a></strong></code>
<div class="block">The CLI argument name for setting the connection string.</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_TIMEOUT">CONNECTION_TIMEOUT</a></strong></code>
<div class="block">The CLI argument name indicating the connection timeout.</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#CONNECTION_TIMEOUT_SHORT">CONNECTION_TIMEOUT_SHORT</a></strong></code>
<div class="block">The short CLI argument name indicating the connection timeout.</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#DATA_DIRECTORY">DATA_DIRECTORY</a></strong></code>
<div class="block">The 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#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>
</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">DB_DRIVER</a></strong></code>
<div class="block">The CLI argument name for setting the database driver name.</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_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="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_NAME">DB_NAME</a></strong></code>
<div class="block">The CLI argument name for setting the database user name.</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_PASSWORD">DB_PASSWORD</a></strong></code>
<div class="block">The CLI argument name for setting the database password.</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#DISABLE_ARCHIVE">DISABLE_ARCHIVE</a></strong></code>
<div class="block">Disables the Archive Analyzer.</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#DISABLE_ASSEMBLY">DISABLE_ASSEMBLY</a></strong></code>
<div class="block">Disables the Assembly 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#DISABLE_AUTO_UPDATE">DISABLE_AUTO_UPDATE</a></strong></code>
<div class="block">The long CLI argument name specifying that the CPE/CVE/etc.</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#DISABLE_AUTO_UPDATE_SHORT">DISABLE_AUTO_UPDATE_SHORT</a></strong></code>
<div class="block">The short CLI argument name specifying that the CPE/CVE/etc.</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#DISABLE_JAR">DISABLE_JAR</a></strong></code>
<div class="block">Disables the Jar Analyzer.</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#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#DISABLE_NUSPEC">DISABLE_NUSPEC</a></strong></code>
<div class="block">Disables the Nuspec Analyzer.</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#HELP">HELP</a></strong></code>
<div class="block">The long 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#HELP_SHORT">HELP_SHORT</a></strong></code>
<div class="block">The short CLI argument name asking for help.</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#NEXUS_URL">NEXUS_URL</a></strong></code>
<div class="block">The URL of the nexus server.</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_USES_PROXY">NEXUS_USES_PROXY</a></strong></code>
<div class="block">Whether or not the defined proxy should be used when connecting to Nexus.</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>
</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>
</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>
</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>
</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#PATH_TO_MONO">PATH_TO_MONO</a></strong></code>
<div class="block">The CLI argument name for setting the path to mono for .NET Assembly analysis on non-windows systems.</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">PROP</a></strong></code>
<div class="block">The CLI argument name for setting the location of an additional properties 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#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>
</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_PASSWORD">PROXY_PASSWORD</a></strong></code>
<div class="block">The 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">
<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">
<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">
<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">
<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#SCAN">SCAN</a></strong></code>
<div class="block">The long CLI argument name specifying the directory/file to scan.</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_SHORT">SCAN_SHORT</a></strong></code>
<div class="block">The short CLI argument name specifying the directory/file to scan.</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#SUPPRESSION_FILE">SUPPRESSION_FILE</a></strong></code>
<div class="block">The 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">
<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>
</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#VERSION">VERSION</a></strong></code>
<div class="block">The short CLI argument name asking for the version.</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#VERSION_SHORT">VERSION_SHORT</a></strong></code>
<div class="block">The long CLI argument name asking for the version.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/CliParser.ArgumentName.html#CliParser.ArgumentName()">CliParser.ArgumentName</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="SCAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCAN</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> SCAN</pre>
<div class="block">The long CLI argument name specifying the directory/file to scan.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.SCAN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SCAN_SHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCAN_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> SCAN_SHORT</pre>
<div class="block">The short CLI argument name specifying the directory/file to scan.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.SCAN_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DISABLE_AUTO_UPDATE">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="DISABLE_AUTO_UPDATE_SHORT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="OUT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="OUT_SHORT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="OUTPUT_FORMAT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="OUTPUT_FORMAT_SHORT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="APP_NAME">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="APP_NAME_SHORT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="HELP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>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> HELP</pre>
<div class="block">The long CLI argument name asking for help.</div>
<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>
<ul class="blockList">
<li class="blockList">
<h4>HELP_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> HELP_SHORT</pre>
<div class="block">The short CLI argument name asking for help.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.HELP_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="VERSION_SHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VERSION_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> VERSION_SHORT</pre>
<div class="block">The long CLI argument name asking for the version.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.VERSION_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="VERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VERSION</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> VERSION</pre>
<div class="block">The short CLI argument name asking for the version.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.VERSION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_PORT_SHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROXY_PORT_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_PORT_SHORT</pre>
<div class="block">The short CLI argument name indicating the proxy port.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROXY_PORT_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_PORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROXY_PORT</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_PORT</pre>
<div class="block">The CLI argument name indicating the proxy port.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROXY_PORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_URL_SHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROXY_URL_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_URL_SHORT</pre>
<div class="block">The short CLI argument name indicating the proxy url.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PROXY_URL_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_URL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROXY_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> PROXY_URL</pre>
<div class="block">The CLI argument name indicating the proxy url.</div>
<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">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROXY_USERNAME</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</pre>
<div class="block">The 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">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROXY_PASSWORD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROXY_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> PROXY_PASSWORD</pre>
<div class="block">The 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">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONNECTION_TIMEOUT_SHORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONNECTION_TIMEOUT_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> CONNECTION_TIMEOUT_SHORT</pre>
<div class="block">The short CLI argument name indicating the connection timeout.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.CONNECTION_TIMEOUT_SHORT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONNECTION_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONNECTION_TIMEOUT</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_TIMEOUT</pre>
<div class="block">The CLI argument name indicating the connection timeout.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.CONNECTION_TIMEOUT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_SHORT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="PROP">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="DATA_DIRECTORY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATA_DIRECTORY</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</pre>
<div class="block">The 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">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DATA_DIRECTORY_SHORT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="VERBOSE_LOG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VERBOSE_LOG</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</pre>
<div class="block">The 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">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="VERBOSE_LOG_SHORT">
<!-- -->
</a>
<ul class="blockList">
<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>
<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>
<a name="SUPPRESSION_FILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUPPRESSION_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> SUPPRESSION_FILE</pre>
<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.SUPPRESSION_FILE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DISABLE_JAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISABLE_JAR</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_JAR</pre>
<div class="block">Disables the Jar Analyzer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DISABLE_JAR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DISABLE_ARCHIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISABLE_ARCHIVE</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_ARCHIVE</pre>
<div class="block">Disables the Archive Analyzer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DISABLE_ARCHIVE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DISABLE_ASSEMBLY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISABLE_ASSEMBLY</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_ASSEMBLY</pre>
<div class="block">Disables the Assembly Analyzer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DISABLE_ASSEMBLY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DISABLE_NUSPEC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISABLE_NUSPEC</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_NUSPEC</pre>
<div class="block">Disables the Nuspec Analyzer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.DISABLE_NUSPEC">Constant Field Values</a></dd></dl>
</li>
</ul>
<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="NEXUS_USES_PROXY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEXUS_USES_PROXY</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_USES_PROXY</pre>
<div class="block">Whether or not the defined proxy should be used when connecting to Nexus.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.NEXUS_USES_PROXY">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="blockList">
<li class="blockList">
<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>
<a name="PATH_TO_MONO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PATH_TO_MONO</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> PATH_TO_MONO</pre>
<div class="block">The CLI argument name for setting the path to mono for .NET Assembly analysis on non-windows systems.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.PATH_TO_MONO">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ADDITIONAL_ZIP_EXTENSIONS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ADDITIONAL_ZIP_EXTENSIONS</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> ADDITIONAL_ZIP_EXTENSIONS</pre>
<div class="block">The CLI argument name for setting extra extensions.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.owasp.dependencycheck.cli.CliParser.ArgumentName.ADDITIONAL_ZIP_EXTENSIONS">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CliParser.ArgumentName()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CliParser.ArgumentName</h4>
<pre>public&nbsp;CliParser.ArgumentName()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CliParser.ArgumentName.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/owasp/dependencycheck/cli/CliParser.html" title="class in org.owasp.dependencycheck.cli"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/owasp/dependencycheck/cli/CliParser.ArgumentName.html" target="_top">Frames</a></li>
<li><a href="CliParser.ArgumentName.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2014 <a href="http://www.owasp.org">OWASP</a>. All rights reserved.</small></p>
</body>
</html>