mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-10 09:00:17 +02:00
documentation v1.3.2
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:04 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Nov 29 07:27:32 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Index (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<title>Index (Dependency-Check Command Line 1.3.2 API)</title>
|
||||
<meta name="date" content="2015-11-29">
|
||||
<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="Index (Dependency-Check Command Line 1.3.1 API)";
|
||||
parent.document.title="Index (Dependency-Check Command Line 1.3.2 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -139,6 +139,10 @@
|
||||
<dd>
|
||||
<div class="block">The CLI argument name for setting the URL for the CVE Data Files.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html#CVE_VALID_FOR_HOURS">CVE_VALID_FOR_HOURS</a></span> - Static variable in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html" title="class in org.owasp.dependencycheck">CliParser.ARGUMENT</a></dt>
|
||||
<dd>
|
||||
<div class="block">The CLI argument name for setting the location of the suppression file.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="_D_">
|
||||
<!-- -->
|
||||
@@ -189,6 +193,10 @@
|
||||
<dd>
|
||||
<div class="block">Disables the Autoconf Analyzer.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html#DISABLE_BUNDLE_AUDIT">DISABLE_BUNDLE_AUDIT</a></span> - Static variable in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html" title="class in org.owasp.dependencycheck">CliParser.ARGUMENT</a></dt>
|
||||
<dd>
|
||||
<div class="block">Disables the Ruby Bundler Audit Analyzer.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html#DISABLE_CENTRAL">DISABLE_CENTRAL</a></span> - Static variable in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html" title="class in org.owasp.dependencycheck">CliParser.ARGUMENT</a></dt>
|
||||
<dd>
|
||||
<div class="block">Disables the Central Analyzer.</div>
|
||||
@@ -273,6 +281,10 @@
|
||||
<dd>
|
||||
<div class="block">Returns the connection timeout.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.html#getCveValidForHours()">getCveValidForHours()</a></span> - Method in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.html" title="class in org.owasp.dependencycheck">CliParser</a></dt>
|
||||
<dd>
|
||||
<div class="block">Get the value of cveValidForHours.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.html#getDatabaseDriverName()">getDatabaseDriverName()</a></span> - Method in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.html" title="class in org.owasp.dependencycheck">CliParser</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the database driver name if specified; otherwise null is returned.</div>
|
||||
@@ -309,6 +321,10 @@
|
||||
<dd>
|
||||
<div class="block">Returns the url to the nexus server if one was specified.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.html#getPathToBundleAudit()">getPathToBundleAudit()</a></span> - Method in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.html" title="class in org.owasp.dependencycheck">CliParser</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the path to bundle-audit for Ruby bundle analysis.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.html#getPathToMono()">getPathToMono()</a></span> - Method in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.html" title="class in org.owasp.dependencycheck">CliParser</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the path to Mono for .NET Assembly analysis on non-windows systems.</div>
|
||||
@@ -381,6 +397,26 @@
|
||||
</a>
|
||||
<h2 class="title">I</h2>
|
||||
<dl>
|
||||
<dt><a href="./org/owasp/dependencycheck/InvalidScanPathException.html" title="class in org.owasp.dependencycheck"><span class="strong">InvalidScanPathException</span></a> - Exception in <a href="./org/owasp/dependencycheck/package-summary.html">org.owasp.dependencycheck</a></dt>
|
||||
<dd>
|
||||
<div class="block">Thrown if an invalid path is encountered.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/InvalidScanPathException.html#InvalidScanPathException()">InvalidScanPathException()</a></span> - Constructor for exception org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/InvalidScanPathException.html" title="class in org.owasp.dependencycheck">InvalidScanPathException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Creates a new InvalidScanPathException.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/InvalidScanPathException.html#InvalidScanPathException(java.lang.String)">InvalidScanPathException(String)</a></span> - Constructor for exception org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/InvalidScanPathException.html" title="class in org.owasp.dependencycheck">InvalidScanPathException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Creates a new InvalidScanPathException.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/InvalidScanPathException.html#InvalidScanPathException(java.lang.Throwable)">InvalidScanPathException(Throwable)</a></span> - Constructor for exception org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/InvalidScanPathException.html" title="class in org.owasp.dependencycheck">InvalidScanPathException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Creates a new InvalidScanPathException.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/InvalidScanPathException.html#InvalidScanPathException(java.lang.String,%20java.lang.Throwable)">InvalidScanPathException(String, Throwable)</a></span> - Constructor for exception org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/InvalidScanPathException.html" title="class in org.owasp.dependencycheck">InvalidScanPathException</a></dt>
|
||||
<dd>
|
||||
<div class="block">Creates a new InvalidScanPathException.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.html#isArchiveDisabled()">isArchiveDisabled()</a></span> - Method in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.html" title="class in org.owasp.dependencycheck">CliParser</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns true if the disableArchive command line argument was specified.</div>
|
||||
@@ -397,6 +433,10 @@
|
||||
<dd>
|
||||
<div class="block">Checks if the auto update feature has been disabled.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.html#isBundleAuditDisabled()">isBundleAuditDisabled()</a></span> - Method in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.html" title="class in org.owasp.dependencycheck">CliParser</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns true if the disableBundleAudit command line argument was specified.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.html#isCentralDisabled()">isCentralDisabled()</a></span> - Method in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.html" title="class in org.owasp.dependencycheck">CliParser</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns true if the disableCentral command line argument was specified.</div>
|
||||
@@ -525,6 +565,10 @@
|
||||
<dd>
|
||||
<div class="block">Parses the arguments passed in and captures the results for later use.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html#PATH_TO_BUNDLE_AUDIT">PATH_TO_BUNDLE_AUDIT</a></span> - Static variable in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html" title="class in org.owasp.dependencycheck">CliParser.ARGUMENT</a></dt>
|
||||
<dd>
|
||||
<div class="block">The CLI argument name for setting the path to bundle-audit for Ruby bundle analysis.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html#PATH_TO_MONO">PATH_TO_MONO</a></span> - Static variable in class org.owasp.dependencycheck.<a href="./org/owasp/dependencycheck/CliParser.ARGUMENT.html" title="class in org.owasp.dependencycheck">CliParser.ARGUMENT</a></dt>
|
||||
<dd>
|
||||
<div class="block">The CLI argument name for setting the path to mono for .NET Assembly analysis on non-windows systems.</div>
|
||||
@@ -686,6 +730,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