mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-17 14:10:02 +02: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: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>Purge (Dependency-Check Ant Task 1.4.0 API)</title>
|
||||
<meta name="date" content="2016-06-16">
|
||||
<title>Purge (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,13 +13,13 @@
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Purge (Dependency-Check Ant Task 1.4.0 API)";
|
||||
parent.document.title="Purge (Dependency-Check Ant Task 1.4.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
|
||||
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
|
||||
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
@@ -205,17 +205,29 @@ extends org.apache.tools.ant.Task</pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i2" class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#isFailOnError--">isFailOnError</a></span>()</code>
|
||||
<div class="block">Get the value of failOnError.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i3" class="rowColor">
|
||||
<td class="colFirst"><code>protected void</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#populateSettings--">populateSettings</a></span>()</code>
|
||||
<div class="block">Takes the properties supplied and updates the dependency-check settings.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i3" class="rowColor">
|
||||
<tr id="i4" class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#setDataDirectory-java.lang.String-">setDataDirectory</a></span>(<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> dataDirectory)</code>
|
||||
<div class="block">Set the value of dataDirectory.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i5" class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/owasp/dependencycheck/taskdefs/Purge.html#setFailOnError-boolean-">setFailOnError</a></span>(boolean failOnError)</code>
|
||||
<div class="block">Set the value of failOnError.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.org.apache.tools.ant.Task">
|
||||
@@ -298,6 +310,34 @@ extends org.apache.tools.ant.Task</pre>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isFailOnError--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isFailOnError</h4>
|
||||
<pre>public boolean isFailOnError()</pre>
|
||||
<div class="block">Get the value of failOnError.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>the value of failOnError</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setFailOnError-boolean-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setFailOnError</h4>
|
||||
<pre>public void setFailOnError(boolean failOnError)</pre>
|
||||
<div class="block">Set the value of failOnError.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>failOnError</code> - new value of failOnError</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="execute--">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -320,9 +360,15 @@ extends org.apache.tools.ant.Task</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>populateSettings</h4>
|
||||
<pre>protected void populateSettings()</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>
|
||||
<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>
|
||||
<dl>
|
||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
||||
<dd><code>org.apache.tools.ant.BuildException</code> - thrown if the properties file cannot be read.</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user