version 1.1.4 of the projects documentation

This commit is contained in:
Jeremy Long
2014-03-29 10:02:40 -04:00
parent a64a31923a
commit 99d2502581
975 changed files with 36859 additions and 28147 deletions

View File

@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 10 15:39:12 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_45) on Sat Mar 29 06:14:44 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>CliParser (Dependency-Check Command Line 1.1.3 API)</title>
<meta name="date" content="2014-03-10">
<title>CliParser (Dependency-Check Command Line 1.1.4 API)</title>
<meta name="date" content="2014-03-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="CliParser (Dependency-Check Command Line 1.1.3 API)";
parent.document.title="CliParser (Dependency-Check Command Line 1.1.4 API)";
}
//-->
</script>
@@ -286,6 +286,18 @@ 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/cli/CliParser.html#isArchiveDisabled()">isArchiveDisabled</a></strong>()</code>
<div class="block">Returns true if the disableArchive 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/cli/CliParser.html#isAssemblyDisabled()">isAssemblyDisabled</a></strong>()</code>
<div class="block">Returns true if the disableAssembly 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/cli/CliParser.html#isAutoUpdate()">isAutoUpdate</a></strong>()</code>
<div class="block">Checks if the auto update feature has been disabled.</div>
</td>
@@ -304,17 +316,29 @@ 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/cli/CliParser.html#isNexusDisabled()">isNexusDisabled</a></strong>()</code>
<div class="block">Returns true if the disableNexus command line argument was specified.</div>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/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="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/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="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/cli/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/cli/CliParser.html#isNuspecDisabled()">isNuspecDisabled</a></strong>()</code>
<div class="block">Returns true if the disableNuspec 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/cli/CliParser.html#isRunScan()">isRunScan</a></strong>()</code>
@@ -428,6 +452,50 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
<dl><dt><span class="strong">Returns:</span></dt><dd>whether or not the 'scan' command line argument was passed in</dd></dl>
</li>
</ul>
<a name="isJarDisabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isJarDisabled</h4>
<pre>public&nbsp;boolean&nbsp;isJarDisabled()</pre>
<div class="block">Returns true if the disableJar command line argument was specified.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableJar command line argument was specified; otherwise false</dd></dl>
</li>
</ul>
<a name="isArchiveDisabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isArchiveDisabled</h4>
<pre>public&nbsp;boolean&nbsp;isArchiveDisabled()</pre>
<div class="block">Returns true if the disableArchive command line argument was specified.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableArchive command line argument was specified; otherwise false</dd></dl>
</li>
</ul>
<a name="isNuspecDisabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isNuspecDisabled</h4>
<pre>public&nbsp;boolean&nbsp;isNuspecDisabled()</pre>
<div class="block">Returns true if the disableNuspec command line argument was specified.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableNuspec command line argument was specified; otherwise false</dd></dl>
</li>
</ul>
<a name="isAssemblyDisabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAssemblyDisabled</h4>
<pre>public&nbsp;boolean&nbsp;isAssemblyDisabled()</pre>
<div class="block">Returns true if the disableAssembly command line argument was specified.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableAssembly command line argument was specified; otherwise false</dd></dl>
</li>
</ul>
<a name="isNexusDisabled()">
<!-- -->
</a>