mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
documentation version 1.4.2
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_92) on Thu Jun 16 06:47:07 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>Update (Dependency-Check Ant Task 1.4.0 API)</title>
|
||||
<meta name="date" content="2016-06-16">
|
||||
<title>Update (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="Update (Dependency-Check Ant Task 1.4.0 API)";
|
||||
parent.document.title="Update (Dependency-Check Ant Task 1.4.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
@@ -135,8 +135,9 @@ var activeTableTab = "activeTableTab";
|
||||
<br>
|
||||
<pre>public class <span class="typeNameLabel">Update</span>
|
||||
extends <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html" title="class in org.owasp.dependencycheck.taskdefs">Purge</a></pre>
|
||||
<div class="block">An Ant task definition to execute dependency-check update. This will download the latest data from the National Vulnerability
|
||||
Database (NVD) and store a copy in the local database.</div>
|
||||
<div class="block">An Ant task definition to execute dependency-check update. This will download
|
||||
the latest data from the National Vulnerability Database (NVD) and store a
|
||||
copy in the local database.</div>
|
||||
<dl>
|
||||
<dt><span class="simpleTagLabel">Author:</span></dt>
|
||||
<dd>Jeremy Long</dd>
|
||||
@@ -203,8 +204,8 @@ extends <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html" titl
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/owasp/dependencycheck/taskdefs/Update.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="i1" class="rowColor">
|
||||
@@ -399,7 +400,7 @@ extends <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html" titl
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class 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">
|
||||
@@ -882,13 +883,14 @@ extends <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html" titl
|
||||
<h4>execute</h4>
|
||||
<pre>public void execute()
|
||||
throws org.apache.tools.ant.BuildException</pre>
|
||||
<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/Purge.html#execute--">execute</a></code> in class <code><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html" title="class in org.owasp.dependencycheck.taskdefs">Purge</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>
|
||||
@@ -900,8 +902,9 @@ extends <a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html" titl
|
||||
<h4>populateSettings</h4>
|
||||
<pre>protected void populateSettings()
|
||||
throws org.apache.tools.ant.BuildException</pre>
|
||||
<div class="block">Takes the properties supplied and updates the dependency-check settings. Additionally, this sets the system properties
|
||||
required to change the proxy server, port, and connection timeout.</div>
|
||||
<div class="block">Takes the properties supplied and updates the dependency-check settings.
|
||||
Additionally, this sets the system properties required to change the
|
||||
proxy server, port, and connection timeout.</div>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#populateSettings--">populateSettings</a></code> in class <code><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html" title="class in org.owasp.dependencycheck.taskdefs">Purge</a></code></dd>
|
||||
|
||||
Reference in New Issue
Block a user