http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/JuneauLogger.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/JuneauLogger.html b/content/site/apidocs/org/apache/juneau/internal/JuneauLogger.html index dba6f1c..d1566e2 100644 --- a/content/site/apidocs/org/apache/juneau/internal/JuneauLogger.html +++ b/content/site/apidocs/org/apache/juneau/internal/JuneauLogger.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JuneauLogger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JuneauLogger (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JuneauLogger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JuneauLogger (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.29">JuneauLogger</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.30">JuneauLogger</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></pre> <div class="block">Wraps and extends the <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging"><code>Logger</code></a> class to provide some additional convenience methods.</div> </li> @@ -327,7 +327,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockListLast"> <li class="blockList"> <h4>JuneauLogger</h4> -<pre>protected <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.95">JuneauLogger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> innerLogger)</pre> +<pre>protected <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.96">JuneauLogger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> innerLogger)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -349,7 +349,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>getLogger</h4> -<pre>public static <a href="../../../../org/apache/juneau/internal/JuneauLogger.html" title="class in org.apache.juneau.internal">JuneauLogger</a> <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.52">getLogger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> forClass)</pre> +<pre>public static <a href="../../../../org/apache/juneau/internal/JuneauLogger.html" title="class in org.apache.juneau.internal">JuneauLogger</a> <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.53">getLogger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> forClass)</pre> <div class="block">Get logger for specified class.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -365,7 +365,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>getLogger</h4> -<pre>public static <a href="../../../../org/apache/juneau/internal/JuneauLogger.html" title="class in org.apache.juneau.internal">JuneauLogger</a> <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.69">getLogger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> forClass, +<pre>public static <a href="../../../../org/apache/juneau/internal/JuneauLogger.html" title="class in org.apache.juneau.internal">JuneauLogger</a> <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.70">getLogger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> forClass, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resourceBundleName)</pre> <div class="block">Get logger for specified class using the specified resource bundle name.</div> <dl> @@ -389,7 +389,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>getLogger</h4> -<pre>public static <a href="../../../../org/apache/juneau/internal/JuneauLogger.html" title="class in org.apache.juneau.internal">JuneauLogger</a> <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.86">getLogger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, +<pre>public static <a href="../../../../org/apache/juneau/internal/JuneauLogger.html" title="class in org.apache.juneau.internal">JuneauLogger</a> <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.87">getLogger</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resourceBundleName)</pre> <div class="block">Get logger with specified name using the specified resource bundle name.</div> <dl> @@ -413,7 +413,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>severe</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.107">severe</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.108">severe</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#SEVERE" title="class or interface in java.util.logging"><code>Level.SEVERE</code></a> level.</div> <dl> @@ -429,7 +429,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>warning</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.118">warning</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.119">warning</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#WARNING" title="class or interface in java.util.logging"><code>Level.WARNING</code></a> level.</div> <dl> @@ -445,7 +445,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>info</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.129">info</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.130">info</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#INFO" title="class or interface in java.util.logging"><code>Level.INFO</code></a> level.</div> <dl> @@ -461,7 +461,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>config</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.140">config</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.141">config</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#CONFIG" title="class or interface in java.util.logging"><code>Level.CONFIG</code></a> level.</div> <dl> @@ -477,7 +477,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>fine</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.151">fine</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.152">fine</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#FINE" title="class or interface in java.util.logging"><code>Level.FINE</code></a> level.</div> <dl> @@ -493,7 +493,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>finer</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.162">finer</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.163">finer</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#FINER" title="class or interface in java.util.logging"><code>Level.FINER</code></a> level.</div> <dl> @@ -509,7 +509,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>finest</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.173">finest</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.174">finest</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#FINEST" title="class or interface in java.util.logging"><code>Level.FINEST</code></a> level.</div> <dl> @@ -525,7 +525,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>severe</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.183">severe</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</pre> +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.184">severe</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</pre> <div class="block">Logs an exception as <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#SEVERE" title="class or interface in java.util.logging"><code>Level.SEVERE</code></a> level.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -539,7 +539,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>warning</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.193">warning</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</pre> +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.194">warning</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</pre> <div class="block">Logs an exception as <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#WARNING" title="class or interface in java.util.logging"><code>Level.WARNING</code></a> level.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -553,7 +553,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>severe</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.205">severe</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.206">severe</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#SEVERE" title="class or interface in java.util.logging"><code>Level.SEVERE</code></a> level.</div> @@ -571,7 +571,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>warning</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.217">warning</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.218">warning</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#WARNING" title="class or interface in java.util.logging"><code>Level.WARNING</code></a> level.</div> @@ -589,7 +589,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>info</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.229">info</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.230">info</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Logs a message with the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments at <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true#INFO" title="class or interface in java.util.logging"><code>Level.INFO</code></a> level.</div> @@ -607,7 +607,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>log</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.235">log</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/LogRecord.html?is-external=true" title="class or interface in java.util.logging">LogRecord</a> record)</pre> +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.236">log</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/LogRecord.html?is-external=true" title="class or interface in java.util.logging">LogRecord</a> record)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true#log-java.util.logging.LogRecord-" title="class or interface in java.util.logging">log</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></dd> @@ -620,7 +620,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockList"> <li class="blockList"> <h4>isLoggable</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.240">isLoggable</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true" title="class or interface in java.util.logging">Level</a> level)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.241">isLoggable</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true" title="class or interface in java.util.logging">Level</a> level)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true#isLoggable-java.util.logging.Level-" title="class or interface in java.util.logging">isLoggable</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></dd> @@ -633,7 +633,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logg <ul class="blockListLast"> <li class="blockList"> <h4>logObjects</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.253">logObjects</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true" title="class or interface in java.util.logging">Level</a> level, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/JuneauLogger.html#line.254">logObjects</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true" title="class or interface in java.util.logging">Level</a> level, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... args)</pre> <div class="block">Similar to <a href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html?is-external=true#log-java.util.logging.Level-java.lang.String-java.lang.Object:A-" title="class or interface in java.util.logging"><code>Logger.log(Level, String, Object[])</code></a>, except arguments are converted to objects
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/KeywordSet.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/KeywordSet.html b/content/site/apidocs/org/apache/juneau/internal/KeywordSet.html index a16148e..dc1ca8e 100644 --- a/content/site/apidocs/org/apache/juneau/internal/KeywordSet.html +++ b/content/site/apidocs/org/apache/juneau/internal/KeywordSet.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>KeywordSet (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>KeywordSet (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="KeywordSet (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="KeywordSet (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/MultiIterable.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/MultiIterable.html b/content/site/apidocs/org/apache/juneau/internal/MultiIterable.html index c345c13..56ce412 100644 --- a/content/site/apidocs/org/apache/juneau/internal/MultiIterable.html +++ b/content/site/apidocs/org/apache/juneau/internal/MultiIterable.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MultiIterable (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>MultiIterable (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MultiIterable (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="MultiIterable (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/MultiSet.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/MultiSet.html b/content/site/apidocs/org/apache/juneau/internal/MultiSet.html index 7f7b0c4..451321c 100644 --- a/content/site/apidocs/org/apache/juneau/internal/MultiSet.html +++ b/content/site/apidocs/org/apache/juneau/internal/MultiSet.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MultiSet (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>MultiSet (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MultiSet (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="MultiSet (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/ObjectUtils.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/ObjectUtils.html b/content/site/apidocs/org/apache/juneau/internal/ObjectUtils.html index 6ff68e2..5115a2d 100644 --- a/content/site/apidocs/org/apache/juneau/internal/ObjectUtils.html +++ b/content/site/apidocs/org/apache/juneau/internal/ObjectUtils.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ObjectUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ObjectUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ObjectUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ObjectUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/Pair.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/Pair.html b/content/site/apidocs/org/apache/juneau/internal/Pair.html index d1a3b1c..b841a81 100644 --- a/content/site/apidocs/org/apache/juneau/internal/Pair.html +++ b/content/site/apidocs/org/apache/juneau/internal/Pair.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Pair (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Pair (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Pair (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Pair (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/ReflectionUtils.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/ReflectionUtils.html b/content/site/apidocs/org/apache/juneau/internal/ReflectionUtils.html index 1de5ee7..e1e7236 100644 --- a/content/site/apidocs/org/apache/juneau/internal/ReflectionUtils.html +++ b/content/site/apidocs/org/apache/juneau/internal/ReflectionUtils.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ReflectionUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ReflectionUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ReflectionUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ReflectionUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/SimpleMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/SimpleMap.html b/content/site/apidocs/org/apache/juneau/internal/SimpleMap.html index 9f6c16e..96b0cfb 100644 --- a/content/site/apidocs/org/apache/juneau/internal/SimpleMap.html +++ b/content/site/apidocs/org/apache/juneau/internal/SimpleMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SimpleMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>SimpleMap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SimpleMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="SimpleMap (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.31">SimpleMap</a> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.32">SimpleMap</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></pre> <div class="block">An instance of a <code>Map</code> where the keys and values are simple <code>String[]</code> and <code>Object[]</code> arrays. @@ -246,7 +246,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap. <ul class="blockListLast"> <li class="blockList"> <h4>SimpleMap</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.43">SimpleMap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] keys, +<pre>public <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.44">SimpleMap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] keys, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] values)</pre> <div class="block">Constructor.</div> <dl> @@ -270,7 +270,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap. <ul class="blockList"> <li class="blockList"> <h4>entrySet</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>>> <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.60">entrySet</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>>> <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.61">entrySet</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true#entrySet--" title="class or interface in java.util">entrySet</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></dd> @@ -285,7 +285,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap. <ul class="blockList"> <li class="blockList"> <h4>get</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.65">get</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key)</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.66">get</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true#get-java.lang.Object-" title="class or interface in java.util">get</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></dd> @@ -300,7 +300,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap. <ul class="blockList"> <li class="blockList"> <h4>keySet</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.73">keySet</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.74">keySet</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true#keySet--" title="class or interface in java.util">keySet</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></dd> @@ -315,7 +315,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap. <ul class="blockListLast"> <li class="blockList"> <h4>put</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.78">put</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/juneau/internal/SimpleMap.html#line.79">put</a>(<a href="http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/StringBuilderWriter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/StringBuilderWriter.html b/content/site/apidocs/org/apache/juneau/internal/StringBuilderWriter.html index 25d8a7b..98dafab 100644 --- a/content/site/apidocs/org/apache/juneau/internal/StringBuilderWriter.html +++ b/content/site/apidocs/org/apache/juneau/internal/StringBuilderWriter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StringBuilderWriter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>StringBuilderWriter (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StringBuilderWriter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="StringBuilderWriter (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) {