mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-03 05:34:52 +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:42:19 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Nov 29 07:24:39 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Settings (Dependency-Check Utils 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<title>Settings (Dependency-Check Utils 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="Settings (Dependency-Check Utils 1.3.1 API)";
|
||||
parent.document.title="Settings (Dependency-Check Utils 1.3.2 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -280,17 +280,52 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/utils/Settings.html#setInstance(org.owasp.dependencycheck.utils.Settings)">setInstance</a></strong>(<a href="../../../../org/owasp/dependencycheck/utils/Settings.html" title="class in org.owasp.dependencycheck.utils">Settings</a> instance)</code>
|
||||
<div class="block">Sets the instance of the Settings object to use in this thread.</div>
|
||||
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/utils/Settings.html#setBooleanIfNotNull(java.lang.String,%20java.lang.Boolean)">setBooleanIfNotNull</a></strong>(<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> key,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> value)</code>
|
||||
<div class="block">Sets a property value only if the value is not null.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/utils/Settings.html#setInstance(org.owasp.dependencycheck.utils.Settings)">setInstance</a></strong>(<a href="../../../../org/owasp/dependencycheck/utils/Settings.html" title="class in org.owasp.dependencycheck.utils">Settings</a> instance)</code>
|
||||
<div class="block">Sets the instance of the Settings object to use in this thread.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/utils/Settings.html#setInt(java.lang.String,%20int)">setInt</a></strong>(<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> key,
|
||||
int value)</code>
|
||||
<div class="block">Sets a property value.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/utils/Settings.html#setIntIfNotNull(java.lang.String,%20java.lang.Integer)">setIntIfNotNull</a></strong>(<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> key,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> value)</code>
|
||||
<div class="block">Sets a property value only if the value is not null.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/utils/Settings.html#setString(java.lang.String,%20java.lang.String)">setString</a></strong>(<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> key,
|
||||
<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> value)</code>
|
||||
<div class="block">Sets a property value.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/utils/Settings.html#setStringIfNotEmpty(java.lang.String,%20java.lang.String)">setStringIfNotEmpty</a></strong>(<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> key,
|
||||
<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> value)</code>
|
||||
<div class="block">Sets a property value only if the value is not null and not empty.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../org/owasp/dependencycheck/utils/Settings.html#setStringIfNotNull(java.lang.String,%20java.lang.String)">setStringIfNotNull</a></strong>(<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> key,
|
||||
<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> value)</code>
|
||||
<div class="block">Sets a property value only if the value is not null.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
@@ -391,6 +426,30 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the key for the property</dd><dd><code>value</code> - the value for the property</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setStringIfNotNull(java.lang.String, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setStringIfNotNull</h4>
|
||||
<pre>public static void setStringIfNotNull(<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> key,
|
||||
<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> value)</pre>
|
||||
<div class="block">Sets a property value only if the value is not null.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the key for the property</dd><dd><code>value</code> - the value for the property</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setStringIfNotEmpty(java.lang.String, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setStringIfNotEmpty</h4>
|
||||
<pre>public static void setStringIfNotEmpty(<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> key,
|
||||
<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> value)</pre>
|
||||
<div class="block">Sets a property value only if the value is not null and not empty.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the key for the property</dd><dd><code>value</code> - the value for the property</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setBoolean(java.lang.String, boolean)">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -403,6 +462,42 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the key for the property</dd><dd><code>value</code> - the value for the property</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setBooleanIfNotNull(java.lang.String, java.lang.Boolean)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setBooleanIfNotNull</h4>
|
||||
<pre>public static void setBooleanIfNotNull(<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> key,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> value)</pre>
|
||||
<div class="block">Sets a property value only if the value is not null.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the key for the property</dd><dd><code>value</code> - the value for the property</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setInt(java.lang.String, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setInt</h4>
|
||||
<pre>public static void setInt(<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> key,
|
||||
int value)</pre>
|
||||
<div class="block">Sets a property value.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the key for the property</dd><dd><code>value</code> - the value for the property</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setIntIfNotNull(java.lang.String, java.lang.Integer)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setIntIfNotNull</h4>
|
||||
<pre>public static void setIntIfNotNull(<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> key,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> value)</pre>
|
||||
<div class="block">Sets a property value only if the value is not null.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the key for the property</dd><dd><code>value</code> - the value for the property</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="mergeProperties(java.io.File)">
|
||||
<!-- -->
|
||||
</a>
|
||||
@@ -727,6 +822,6 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<!-- -->
|
||||
</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