mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 11:52:15 +01:00
version 1.4.0 documentation
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_31) on Sat Apr 09 20:11:45 EDT 2016 -->
|
||||
<!-- Generated by javadoc (1.8.0_92) on Thu Jun 16 06:47:07 EDT 2016 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>StaticLoggerBinder (Dependency-Check Ant Task 1.3.6 API)</title>
|
||||
<meta name="date" content="2016-04-09">
|
||||
<title>StaticLoggerBinder (Dependency-Check Ant Task 1.4.0 API)</title>
|
||||
<meta name="date" content="2016-06-16">
|
||||
<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="StaticLoggerBinder (Dependency-Check Ant Task 1.3.6 API)";
|
||||
parent.document.title="StaticLoggerBinder (Dependency-Check Ant Task 1.4.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
@@ -117,8 +117,9 @@ var activeTableTab = "activeTableTab";
|
||||
<pre>public class <span class="typeNameLabel">StaticLoggerBinder</span>
|
||||
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
|
||||
implements org.slf4j.spi.LoggerFactoryBinder</pre>
|
||||
<div class="block">The binding of org.slf4j.LoggerFactory class with an actual instance of org.slf4j.ILoggerFactory is performed using information
|
||||
returned by this class.</div>
|
||||
<div class="block">The binding of org.slf4j.LoggerFactory class with an actual instance of
|
||||
org.slf4j.ILoggerFactory is performed using information returned by this
|
||||
class.</div>
|
||||
<dl>
|
||||
<dt><span class="simpleTagLabel">Author:</span></dt>
|
||||
<dd>colezlaw</dd>
|
||||
@@ -144,7 +145,8 @@ implements org.slf4j.spi.LoggerFactoryBinder</pre>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static <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></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/slf4j/impl/StaticLoggerBinder.html#REQUESTED_API_VERSION">REQUESTED_API_VERSION</a></span></code>
|
||||
<div class="block">Declare the version of the SLF4J API this implementation is compiled against.</div>
|
||||
<div class="block">Declare the version of the SLF4J API this implementation is compiled
|
||||
against.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -215,8 +217,8 @@ implements org.slf4j.spi.LoggerFactoryBinder</pre>
|
||||
<li class="blockList">
|
||||
<h4>REQUESTED_API_VERSION</h4>
|
||||
<pre>public static <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> REQUESTED_API_VERSION</pre>
|
||||
<div class="block">Declare the version of the SLF4J API this implementation is compiled against. The value of this filed is usually modified
|
||||
with each release.</div>
|
||||
<div class="block">Declare the version of the SLF4J API this implementation is compiled
|
||||
against. The value of this filed is usually modified with each release.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user