documentation version 1.4.2

This commit is contained in:
Jeremy Long
2016-07-31 08:10:07 -04:00
parent 6193968089
commit 44917ad0d3
1319 changed files with 93942 additions and 60498 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Thu Jun 16 06:47:06 EDT 2016 -->
<!-- Generated by javadoc (1.8.0_92) on Sun Jul 31 07:44:18 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Check (Dependency-Check Ant Task 1.4.0 API)</title>
<meta name="date" content="2016-06-16">
<title>Check (Dependency-Check Ant Task 1.4.2 API)</title>
<meta name="date" content="2016-07-31">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Check (Dependency-Check Ant Task 1.4.0 API)";
parent.document.title="Check (Dependency-Check Ant Task 1.4.2 API)";
}
}
catch(err) {
@@ -231,8 +231,8 @@ extends <a href="../../../../org/owasp/dependencycheck/taskdefs/Update.html" tit
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/owasp/dependencycheck/taskdefs/Check.html#execute--">execute</a></span>()</code>
<div class="block">Executes the update by initializing the settings, downloads the NVD XML data, and then processes the data storing it in the
local database.</div>
<div class="block">Executes the update by initializing the settings, downloads the NVD XML
data, and then processes the data storing it in the local database.</div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -611,7 +611,7 @@ extends <a href="../../../../org/owasp/dependencycheck/taskdefs/Update.html" tit
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.owasp.dependencycheck.taskdefs.<a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html" title="class in org.owasp.dependencycheck.taskdefs">Purge</a></h3>
<code><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#getDataDirectory--">getDataDirectory</a>, <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#setDataDirectory-java.lang.String-">setDataDirectory</a></code></li>
<code><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#getDataDirectory--">getDataDirectory</a>, <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#isFailOnError--">isFailOnError</a>, <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#setDataDirectory-java.lang.String-">setDataDirectory</a>, <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#setFailOnError-boolean-">setFailOnError</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.tools.ant.Task">
@@ -1513,13 +1513,14 @@ public&nbsp;void&nbsp;setUpdateOnly(boolean&nbsp;updateOnly)</pre>
<pre>public&nbsp;void&nbsp;execute()
throws org.apache.tools.ant.BuildException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/owasp/dependencycheck/taskdefs/Update.html#execute--">Update</a></code></span></div>
<div class="block">Executes the update by initializing the settings, downloads the NVD XML data, and then processes the data storing it in the
local database.</div>
<div class="block">Executes the update by initializing the settings, downloads the NVD XML
data, and then processes the data storing it in the local database.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../org/owasp/dependencycheck/taskdefs/Update.html#execute--">execute</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/owasp/dependencycheck/taskdefs/Update.html" title="class in org.owasp.dependencycheck.taskdefs">Update</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.tools.ant.BuildException</code> - thrown if a connection to the local database cannot be made.</dd>
<dd><code>org.apache.tools.ant.BuildException</code> - thrown if a connection to the local database
cannot be made.</dd>
</dl>
</li>
</ul>