mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-01 20:54:44 +02:00
documentation v1.3.1
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:03 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>App (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>App (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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="App (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="App (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -139,7 +139,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>protected <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/App.html#ensureCanonicalPath(java.lang.String)">ensureCanonicalPath</a></strong>(<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)</code>
|
||||
<div class="block">Takes a path and resolves it to be a canonical & absolute path.</div>
|
||||
<div class="block">Takes a path and resolves it to be a canonical & absolute path.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
@@ -222,7 +222,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<li class="blockList">
|
||||
<h4>ensureCanonicalPath</h4>
|
||||
<pre>protected <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> ensureCanonicalPath(<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)</pre>
|
||||
<div class="block">Takes a path and resolves it to be a canonical & absolute path. The caveats are that this method will take an Ant style
|
||||
<div class="block">Takes a path and resolves it to be a canonical & absolute path. The caveats are that this method will take an Ant style
|
||||
file selector path (../someDir/**\/*.jar) and convert it to an absolute/canonical path (at least to the left of the first *
|
||||
or ?).</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path to canonicalize</dd>
|
||||
@@ -295,6 +295,6 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:03 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CliParser.ARGUMENT (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>CliParser.ARGUMENT (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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.ARGUMENT (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="CliParser.ARGUMENT (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -136,13 +136,17 @@ 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/CliParser.ARGUMENT.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>
|
||||
<div class="block"><strong>Deprecated.</strong>
|
||||
<div class="block"><i>project should be used instead</i></div>
|
||||
</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/CliParser.ARGUMENT.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"><strong>Deprecated.</strong>
|
||||
<div class="block"><i>project should be used instead</i></div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
@@ -267,16 +271,28 @@ 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/CliParser.ARGUMENT.html#DISABLE_JAR">DISABLE_JAR</a></strong></code>
|
||||
<div class="block">Disables the Jar Analyzer.</div>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.ARGUMENT.html#DISABLE_COMPOSER">DISABLE_COMPOSER</a></strong></code>
|
||||
<div class="block">Disables the Python Package 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/CliParser.ARGUMENT.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/CliParser.ARGUMENT.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/CliParser.ARGUMENT.html#DISABLE_NODE_JS">DISABLE_NODE_JS</a></strong></code>
|
||||
<div class="block">Disables the Node.js Package 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/CliParser.ARGUMENT.html#DISABLE_NUSPEC">DISABLE_NUSPEC</a></strong></code>
|
||||
@@ -303,64 +319,76 @@ 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/CliParser.ARGUMENT.html#DISABLE_RUBYGEMS">DISABLE_RUBYGEMS</a></strong></code>
|
||||
<div class="block">Disables the Ruby Gemspec 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/CliParser.ARGUMENT.html#EXCLUDE">EXCLUDE</a></strong></code>
|
||||
<div class="block">Exclude path argument.</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/CliParser.ARGUMENT.html#HELP">HELP</a></strong></code>
|
||||
<div class="block">The long CLI argument name asking for help.</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/CliParser.ARGUMENT.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">
|
||||
<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/CliParser.ARGUMENT.html#NEXUS_URL">NEXUS_URL</a></strong></code>
|
||||
<div class="block">The URL of the nexus server.</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/CliParser.ARGUMENT.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="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/CliParser.ARGUMENT.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="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/CliParser.ARGUMENT.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="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/CliParser.ARGUMENT.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="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/CliParser.ARGUMENT.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="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/CliParser.ARGUMENT.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/CliParser.ARGUMENT.html#PROJECT">PROJECT</a></strong></code>
|
||||
<div class="block">The long CLI argument name specifying the name of the project 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/CliParser.ARGUMENT.html#PROP">PROP</a></strong></code>
|
||||
@@ -407,53 +435,59 @@ 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/CliParser.ARGUMENT.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/CliParser.ARGUMENT.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/CliParser.ARGUMENT.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/CliParser.ARGUMENT.html#SYM_LINK_DEPTH">SYM_LINK_DEPTH</a></strong></code>
|
||||
<div class="block">The CLI argument name for setting the depth of symbolic links that will be followed.</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/CliParser.ARGUMENT.html#UPDATE_ONLY">UPDATE_ONLY</a></strong></code>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.ARGUMENT.html#PURGE_NVD">PURGE_NVD</a></strong></code>
|
||||
<div class="block">The long CLI argument name specifying that only the update phase should be executed; no scan should be run.</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/CliParser.ARGUMENT.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="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/CliParser.ARGUMENT.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="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/CliParser.ARGUMENT.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="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/CliParser.ARGUMENT.html#SYM_LINK_DEPTH">SYM_LINK_DEPTH</a></strong></code>
|
||||
<div class="block">The CLI argument name for setting the depth of symbolic links that will be followed.</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/CliParser.ARGUMENT.html#UPDATE_ONLY">UPDATE_ONLY</a></strong></code>
|
||||
<div class="block">The long CLI argument name specifying that only the update phase should be executed; no scan should be run.</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/CliParser.ARGUMENT.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/CliParser.ARGUMENT.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">
|
||||
<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/CliParser.ARGUMENT.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/CliParser.ARGUMENT.html#VERSION_SHORT">VERSION_SHORT</a></strong></code>
|
||||
<div class="block">The long CLI argument name asking for the version.</div>
|
||||
@@ -561,6 +595,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.CliParser.ARGUMENT.UPDATE_ONLY">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="PURGE_NVD">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>PURGE_NVD</h4>
|
||||
<pre>public static final <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> PURGE_NVD</pre>
|
||||
<div class="block">The long CLI argument name specifying that only the update phase should be executed; no scan should be run.</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.owasp.dependencycheck.CliParser.ARGUMENT.PURGE_NVD">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="OUT">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -605,13 +650,26 @@ 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.CliParser.ARGUMENT.OUTPUT_FORMAT_SHORT">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="PROJECT">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>PROJECT</h4>
|
||||
<pre>public static final <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> PROJECT</pre>
|
||||
<div class="block">The long CLI argument name specifying the name of the project to be scanned.</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.owasp.dependencycheck.CliParser.ARGUMENT.PROJECT">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 <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>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
|
||||
public static final <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"><span class="strong">Deprecated.</span> <i>project should be used instead</i></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.CliParser.ARGUMENT.APP_NAME">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
@@ -622,7 +680,9 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>APP_NAME_SHORT</h4>
|
||||
<pre>public static final <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>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
|
||||
public static final <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"><span class="strong">Deprecated.</span> <i>project should be used instead</i></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.CliParser.ARGUMENT.APP_NAME_SHORT">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
@@ -937,6 +997,28 @@ public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.owasp.dependencycheck.CliParser.ARGUMENT.DISABLE_PY_PKG">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="DISABLE_COMPOSER">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>DISABLE_COMPOSER</h4>
|
||||
<pre>public static final <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_COMPOSER</pre>
|
||||
<div class="block">Disables the Python Package Analyzer.</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.owasp.dependencycheck.CliParser.ARGUMENT.DISABLE_COMPOSER">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="DISABLE_RUBYGEMS">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>DISABLE_RUBYGEMS</h4>
|
||||
<pre>public static final <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_RUBYGEMS</pre>
|
||||
<div class="block">Disables the Ruby Gemspec Analyzer.</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.owasp.dependencycheck.CliParser.ARGUMENT.DISABLE_RUBYGEMS">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="DISABLE_AUTOCONF">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -1014,6 +1096,17 @@ public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.owasp.dependencycheck.CliParser.ARGUMENT.DISABLE_OPENSSL">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="DISABLE_NODE_JS">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>DISABLE_NODE_JS</h4>
|
||||
<pre>public static final <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_NODE_JS</pre>
|
||||
<div class="block">Disables the Node.js Package Analyzer.</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.owasp.dependencycheck.CliParser.ARGUMENT.DISABLE_NODE_JS">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="NEXUS_URL">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -1207,6 +1300,6 @@ public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:03 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CliParser (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>CliParser (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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 (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="CliParser (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -165,94 +165,94 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getApplicationName()">getApplicationName</a></strong>()</code>
|
||||
<div class="block">Returns the application name specified on the command line.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getBaseCve12Url()">getBaseCve12Url</a></strong>()</code>
|
||||
<div class="block">Returns the base URL for the CVE 1.2 XMl file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getBaseCve20Url()">getBaseCve20Url</a></strong>()</code>
|
||||
<div class="block">Returns the base URL for the CVE 2.0 XMl file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getConnectionString()">getConnectionString</a></strong>()</code>
|
||||
<div class="block">Returns the database connection string if specified; otherwise null is returned.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getConnectionTimeout()">getConnectionTimeout</a></strong>()</code>
|
||||
<div class="block">Returns the connection timeout.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getDatabaseDriverName()">getDatabaseDriverName</a></strong>()</code>
|
||||
<div class="block">Returns the database driver name if specified; otherwise null is returned.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getDatabaseDriverPath()">getDatabaseDriverPath</a></strong>()</code>
|
||||
<div class="block">Returns the database driver path if specified; otherwise null is returned.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getDatabasePassword()">getDatabasePassword</a></strong>()</code>
|
||||
<div class="block">Returns the database database password if specified; otherwise null is returned.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getDatabaseUser()">getDatabaseUser</a></strong>()</code>
|
||||
<div class="block">Returns the database database user name if specified; otherwise null is returned.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getDataDirectory()">getDataDirectory</a></strong>()</code>
|
||||
<div class="block">Get the value of dataDirectory.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getExcludeList()">getExcludeList</a></strong>()</code>
|
||||
<div class="block">Retrieves the list of excluded file patterns specified by the 'exclude' argument.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getModifiedCve12Url()">getModifiedCve12Url</a></strong>()</code>
|
||||
<div class="block">Returns the URL for the modified CVE 1.2 XMl file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getModifiedCve20Url()">getModifiedCve20Url</a></strong>()</code>
|
||||
<div class="block">Returns the URL for the modified CVE 2.0 XMl file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getNexusUrl()">getNexusUrl</a></strong>()</code>
|
||||
<div class="block">Returns the url to the nexus server if one was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getPathToMono()">getPathToMono</a></strong>()</code>
|
||||
<div class="block">Returns the path to Mono for .NET Assembly analysis on non-windows systems.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code><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/CliParser.html#getProjectName()">getProjectName</a></strong>()</code>
|
||||
<div class="block">Returns the application name specified on the command line.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#getPropertiesFile()">getPropertiesFile</a></strong>()</code>
|
||||
@@ -357,34 +357,46 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isComposerDisabled()">isComposerDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disableComposer command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isGetHelp()">isGetHelp</a></strong>()</code>
|
||||
<div class="block">Determines if the 'help' command line argument was passed in.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isGetVersion()">isGetVersion</a></strong>()</code>
|
||||
<div class="block">Determines if the 'version' command line argument was passed in.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isJarDisabled()">isJarDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disableJar command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isNexusDisabled()">isNexusDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disableNexus command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isNexusUsesProxy()">isNexusUsesProxy</a></strong>()</code>
|
||||
<div class="block">Returns true if the Nexus Analyzer should use the configured proxy to connect to Nexus; otherwise false is returned.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isNodeJsDisabled()">isNodeJsDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disableNodeJS command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isNuspecDisabled()">isNuspecDisabled</a></strong>()</code>
|
||||
@@ -399,16 +411,28 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isPythonDistributionDisabled()">isPythonDistributionDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disablePyDist command line argument was specified.</div>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isPurge()">isPurge</a></strong>()</code>
|
||||
<div class="block">Checks if the purge NVD flag has been set.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isPythonDistributionDisabled()">isPythonDistributionDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disablePyDist command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isPythonPackageDisabled()">isPythonPackageDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disablePyPkg command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isRubyGemspecDisabled()">isRubyGemspecDisabled</a></strong>()</code>
|
||||
<div class="block">Returns whether the Ruby gemspec analyzer is disabled.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isRunScan()">isRunScan</a></strong>()</code>
|
||||
@@ -605,6 +629,17 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disablePyPkg command line argument was specified; otherwise false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isRubyGemspecDisabled()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isRubyGemspecDisabled</h4>
|
||||
<pre>public boolean isRubyGemspecDisabled()</pre>
|
||||
<div class="block">Returns whether the Ruby gemspec analyzer is disabled.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the <a href="../../../org/owasp/dependencycheck/CliParser.ARGUMENT.html#DISABLE_RUBYGEMS"><code>CliParser.ARGUMENT.DISABLE_RUBYGEMS</code></a> command line argument was specified; otherwise false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isCmakeDisabled()">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -627,6 +662,17 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableAutoconf command line argument was specified; otherwise false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isComposerDisabled()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isComposerDisabled</h4>
|
||||
<pre>public boolean isComposerDisabled()</pre>
|
||||
<div class="block">Returns true if the disableComposer command line argument was specified.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableComposer command line argument was specified; otherwise false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isNexusDisabled()">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -649,6 +695,17 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableOpenSSL command line argument was specified; otherwise false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isNodeJsDisabled()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isNodeJsDisabled</h4>
|
||||
<pre>public boolean isNodeJsDisabled()</pre>
|
||||
<div class="block">Returns true if the disableNodeJS command line argument was specified.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableNodeJS command line argument was specified; otherwise false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isCentralDisabled()">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -747,13 +804,13 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>the output format name.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getApplicationName()">
|
||||
<a name="getProjectName()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getApplicationName</h4>
|
||||
<pre>public <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> getApplicationName()</pre>
|
||||
<h4>getProjectName</h4>
|
||||
<pre>public <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> getProjectName()</pre>
|
||||
<div class="block">Returns the application name specified on the command line.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>the application name.</dd></dl>
|
||||
</li>
|
||||
@@ -936,6 +993,17 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the update only flag has been set; otherwise <code>false</code>.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isPurge()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isPurge</h4>
|
||||
<pre>public boolean isPurge()</pre>
|
||||
<div class="block">Checks if the purge NVD flag has been set.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the purge nvd flag has been set; otherwise <code>false</code>.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getDatabaseDriverName()">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -1068,6 +1136,6 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:04 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.App (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>Uses of Class org.owasp.dependencycheck.App (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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="Uses of Class org.owasp.dependencycheck.App (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.App (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -110,6 +110,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:04 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.CliParser.ARGUMENT (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>Uses of Class org.owasp.dependencycheck.CliParser.ARGUMENT (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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="Uses of Class org.owasp.dependencycheck.CliParser.ARGUMENT (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.CliParser.ARGUMENT (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -110,6 +110,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:04 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.CliParser (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>Uses of Class org.owasp.dependencycheck.CliParser (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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="Uses of Class org.owasp.dependencycheck.CliParser (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.CliParser (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -110,6 +110,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:03 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>org.owasp.dependencycheck (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>org.owasp.dependencycheck (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:03 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>org.owasp.dependencycheck (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>org.owasp.dependencycheck (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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="org.owasp.dependencycheck (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="org.owasp.dependencycheck (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -151,6 +151,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:03 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>org.owasp.dependencycheck Class Hierarchy (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>org.owasp.dependencycheck Class Hierarchy (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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="org.owasp.dependencycheck Class Hierarchy (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="org.owasp.dependencycheck Class Hierarchy (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -121,6 +121,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:04 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Package org.owasp.dependencycheck (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>Uses of Package org.owasp.dependencycheck (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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="Uses of Package org.owasp.dependencycheck (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="Uses of Package org.owasp.dependencycheck (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -110,6 +110,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user