http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html b/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html index 4dc9a77..e63fe45 100644 --- a/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html +++ b/content/site/apidocs/org/apache/juneau/utils/ProcBuilder.html @@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.29">ProcBuilder</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.32">ProcBuilder</a> extends <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">Utility class for running operating system processes. <p> @@ -368,7 +368,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>ANY</h4> -<pre>public static final <a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.345">ANY</a></pre> +<pre>public static final <a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.348">ANY</a></pre> <div class="block">Operating system matcher: Any operating system.</div> </li> </ul> @@ -378,7 +378,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>WINDOWS</h4> -<pre>public static final <a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.352">WINDOWS</a></pre> +<pre>public static final <a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.355">WINDOWS</a></pre> <div class="block">Operating system matcher: Any Windows system.</div> </li> </ul> @@ -388,7 +388,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>MAC</h4> -<pre>public static final <a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.359">MAC</a></pre> +<pre>public static final <a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.362">MAC</a></pre> <div class="block">Operating system matcher: Any Mac system.</div> </li> </ul> @@ -398,7 +398,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>UNIX</h4> -<pre>public static final <a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.366">UNIX</a></pre> +<pre>public static final <a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.369">UNIX</a></pre> <div class="block">Operating system matcher: Any Unix or Linux system.</div> </li> </ul> @@ -416,7 +416,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>ProcBuilder</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.29">ProcBuilder</a>()</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.32">ProcBuilder</a>()</pre> </li> </ul> </li> @@ -433,7 +433,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>create</h4> -<pre>public static <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.46">create</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>... args)</pre> +<pre>public static <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.49">create</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>... args)</pre> <div class="block">Creates a process builder with the specified arguments. Equivalent to calling <code>ProcessBuilder.create().command(args);</code></div> <dl> @@ -450,7 +450,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>create</h4> -<pre>public static <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.55">create</a>()</pre> +<pre>public static <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.58">create</a>()</pre> <div class="block">Creates an empty process builder.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -464,7 +464,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>command</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.66">command</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>... args)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.69">command</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>... args)</pre> <div class="block">Command arguments. Arguments can be collections or arrays and will be automatically expanded.</div> <dl> @@ -481,7 +481,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>commandIf</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.88">commandIf</a>(<a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> m, +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.91">commandIf</a>(<a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> m, <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">Command arguments if the specified matcher matches. Can be used for specifying os-specific commands. @@ -510,7 +510,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>append</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.101">append</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>... args)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.104">append</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>... args)</pre> <div class="block">Append to the command arguments. Arguments can be collections or arrays and will be automatically expanded.</div> <dl> @@ -527,7 +527,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>appendIf</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.113">appendIf</a>(<a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> m, +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.116">appendIf</a>(<a href="../../../../org/apache/juneau/utils/ProcBuilder.Matcher.html" title="class in org.apache.juneau.utils">ProcBuilder.Matcher</a> m, <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">Append to the command arguments if the specified matcher matches. Arguments can be collections or arrays and will be automatically expanded.</div> @@ -546,7 +546,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>merge</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.124">merge</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.127">merge</a>()</pre> <div class="block">Merge STDOUT and STDERR into a single stream.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -560,7 +560,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>byLines</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.135">byLines</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.138">byLines</a>()</pre> <div class="block">Use by-lines mode. Flushes output after every line of input.</div> <dl> @@ -575,7 +575,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>pipeTo</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.148">pipeTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.151">pipeTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, boolean close)</pre> <div class="block">Pipe output to the specified writer. The method can be called multiple times to write to multiple writers.</div> @@ -594,7 +594,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>pipeTo</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.159">pipeTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.162">pipeTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w)</pre> <div class="block">Pipe output to the specified writer, but don't close the writer.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -610,7 +610,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>logTo</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.171">logTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.174">logTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, boolean close)</pre> <div class="block">Pipe output to the specified writer, including the command and return code. The method can be called multiple times to write to multiple writers.</div> @@ -629,7 +629,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>logTo</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.185">logTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.188">logTo</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w)</pre> <div class="block">Pipe output to the specified writer, including the command and return code. The method can be called multiple times to write to multiple writers. Don't close the writer afterwards.</div> @@ -647,7 +647,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>logTo</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.197">logTo</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 <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.200">logTo</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/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> logger)</pre> <div class="block">Pipe output to the specified writer, including the command and return code. The method can be called multiple times to write to multiple writers.</div> @@ -666,7 +666,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>lp</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.218">lp</a>(<a href="../../../../org/apache/juneau/utils/IOPipe.LineProcessor.html" title="interface in org.apache.juneau.utils">IOPipe.LineProcessor</a> lp)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.221">lp</a>(<a href="../../../../org/apache/juneau/utils/IOPipe.LineProcessor.html" title="interface in org.apache.juneau.utils">IOPipe.LineProcessor</a> lp)</pre> <div class="block">Line processor to use to process/convert lines of output returned by the process.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -682,7 +682,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>env</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.230">env</a>(<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> env)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.233">env</a>(<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> env)</pre> <div class="block">Append the specified environment variables to the process.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -698,7 +698,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>environment</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.244">environment</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="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.247">environment</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/String.html?is-external=true" title="class or interface in java.lang">String</a> val)</pre> <div class="block">Append the specified environment variable.</div> <dl> @@ -716,7 +716,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>directory</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.255">directory</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> directory)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.258">directory</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> directory)</pre> <div class="block">Sets the directory where the command will be executed.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -732,7 +732,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>maxExitStatus</h4> -<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.268">maxExitStatus</a>(int maxExitStatus)</pre> +<pre>public <a href="../../../../org/apache/juneau/utils/ProcBuilder.html" title="class in org.apache.juneau.utils">ProcBuilder</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.271">maxExitStatus</a>(int maxExitStatus)</pre> <div class="block">Sets the maximum allowed return code on the process call. If the return code exceeds this value, an IOException is returned on the <a href="../../../../org/apache/juneau/utils/ProcBuilder.html#run--"><code>run()</code></a> command. The default value is '0'.</div> @@ -750,7 +750,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>run</h4> -<pre>public int <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.280">run</a>() +<pre>public int <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.283">run</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a></pre> <div class="block">Run this command and pipes the output to the specified writer or output stream.</div> @@ -769,7 +769,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getOutput</h4> -<pre>public <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/utils/ProcBuilder.html#line.305">getOutput</a>() +<pre>public <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/utils/ProcBuilder.html#line.308">getOutput</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a></pre> <div class="block">Run this command and returns the output as a simple string.</div> @@ -788,7 +788,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>getScanner</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Scanner.html?is-external=true" title="class or interface in java.util">Scanner</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.318">getScanner</a>() +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Scanner.html?is-external=true" title="class or interface in java.util">Scanner</a> <a href="../../../../src-html/org/apache/juneau/utils/ProcBuilder.html#line.321">getScanner</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a></pre> <div class="block">Returns the output from this process as a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Scanner.html?is-external=true" title="class or interface in java.util"><code>Scanner</code></a>.</div>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html b/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html index 2f7389e..fb6ef7b 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlClassMeta.html @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.24">XmlClassMeta</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.28">XmlClassMeta</a> extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="class in org.apache.juneau">ClassMetaExtended</a></pre> <div class="block">Metadata on classes specific to the XML serializers and parsers pulled from the <a href="../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation"><code>@Xml</code></a> annotation on the class.</div> </li> @@ -212,7 +212,7 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl <ul class="blockListLast"> <li class="blockList"> <h4>XmlClassMeta</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.36">XmlClassMeta</a>(<a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> cm)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.40">XmlClassMeta</a>(<a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> cm)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -234,7 +234,7 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>getAnnotation</h4> -<pre>protected <a href="../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">Xml</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.56">getAnnotation</a>()</pre> +<pre>protected <a href="../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">Xml</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.60">getAnnotation</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation"><code>Xml</code></a> annotation defined on the class.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -248,7 +248,7 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>getFormat</h4> -<pre>protected <a href="../../../../org/apache/juneau/xml/annotation/XmlFormat.html" title="enum in org.apache.juneau.xml.annotation">XmlFormat</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.65">getFormat</a>()</pre> +<pre>protected <a href="../../../../org/apache/juneau/xml/annotation/XmlFormat.html" title="enum in org.apache.juneau.xml.annotation">XmlFormat</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.69">getFormat</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/annotation/Xml.html#format--"><code>Xml.format()</code></a> annotation defined on the class.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -262,7 +262,7 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>getChildName</h4> -<pre>protected <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/xml/XmlClassMeta.html#line.74">getChildName</a>()</pre> +<pre>protected <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/xml/XmlClassMeta.html#line.78">getChildName</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/annotation/Xml.html#childName--"><code>Xml.childName()</code></a> annotation defined on the class.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -276,7 +276,7 @@ extends <a href="../../../../org/apache/juneau/ClassMetaExtended.html" title="cl <ul class="blockListLast"> <li class="blockList"> <h4>getNamespace</h4> -<pre>protected <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.94">getNamespace</a>()</pre> +<pre>protected <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlClassMeta.html#line.98">getNamespace</a>()</pre> <div class="block">Returns the XML namespace associated with this class. <p> Namespace is determined in the following order: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html b/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html index fcd58ae..e3eb1d4 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlParserBuilder.html @@ -287,7 +287,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title= </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#debug-boolean-">debug</a></span>(boolean value)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html#debug--">debug</a></span>()</code> <div class="block"><b>Configuration property:</b> Debug mode.</div> </td> </tr> @@ -2841,14 +2841,14 @@ extends <a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title= </dl> </li> </ul> -<a name="debug-boolean-"> +<a name="debug--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>debug</h4> -<pre>public <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlParserBuilder.html#line.571">debug</a>(boolean value)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug-boolean-">CoreObjectBuilder</a></code></span></div> +<pre>public <a href="../../../../org/apache/juneau/xml/XmlParserBuilder.html" title="class in org.apache.juneau.xml">XmlParserBuilder</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlParserBuilder.html#line.571">debug</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug--">CoreObjectBuilder</a></code></span></div> <div class="block"><b>Configuration property:</b> Debug mode. <p> <ul> @@ -2877,9 +2877,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title= </ul></div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#debug-boolean-">debug</a></code> in class <code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - The new value for this property.</dd> +<dd><code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#debug--">debug</a></code> in class <code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> <dt><span class="seeLabel">See Also:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html index 6e530a8..eb06320 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializer.html @@ -134,7 +134,7 @@ var activeTableTab = "activeTableTab"; <br> <pre><a href="../../../../org/apache/juneau/annotation/Produces.html" title="annotation in org.apache.juneau.annotation">@Produces</a>(<a href="../../../../org/apache/juneau/annotation/Produces.html#value--">value</a>="text/xml+schema", <a href="../../../../org/apache/juneau/annotation/Produces.html#contentType--">contentType</a>="text/xml") -public class <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.58">XmlSchemaSerializer</a> +public class <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.59">XmlSchemaSerializer</a> extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="class in org.apache.juneau.xml">XmlSerializer</a></pre> <div class="block">Serializes POJO metadata to HTTP responses as XML. @@ -317,7 +317,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>XmlSchemaSerializer</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.66">XmlSchemaSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> propertyStore)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.67">XmlSchemaSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> propertyStore)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -331,7 +331,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockListLast"> <li class="blockList"> <h4>XmlSchemaSerializer</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.75">XmlSchemaSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> propertyStore, +<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.76">XmlSchemaSerializer</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> propertyStore, <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>> overrideProperties)</pre> <div class="block">Constructor</div> <dl> @@ -355,7 +355,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>doSerialize</h4> -<pre>protected void <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.81">doSerialize</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, +<pre>protected void <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.82">doSerialize</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, <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> o) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/serializer/Serializer.html#doSerialize-org.apache.juneau.serializer.SerializerSession-java.lang.Object-">Serializer</a></code></span></div> @@ -380,7 +380,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockList"> <li class="blockList"> <h4>getValidator</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/validation/Validator.html?is-external=true" title="class or interface in javax.xml.validation">Validator</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.104">getValidator</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/validation/Validator.html?is-external=true" title="class or interface in javax.xml.validation">Validator</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.105">getValidator</a>(<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a> session, <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> o) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">Returns an XML-Schema validator based on the output returned by <a href="../../../../org/apache/juneau/xml/XmlSchemaSerializer.html#doSerialize-org.apache.juneau.serializer.SerializerSession-java.lang.Object-"><code>doSerialize(SerializerSession, Object)</code></a>;</div> @@ -402,7 +402,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="cl <ul class="blockListLast"> <li class="blockList"> <h4>createSession</h4> -<pre>public <a href="../../../../org/apache/juneau/xml/XmlSerializerSession.html" title="class in org.apache.juneau.xml">XmlSerializerSession</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.583">createSession</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> output, +<pre>public <a href="../../../../org/apache/juneau/xml/XmlSerializerSession.html" title="class in org.apache.juneau.xml">XmlSerializerSession</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializer.html#line.584">createSession</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> output, <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> op, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a> javaMethod, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> locale, http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html index ed4a90c..9be4128 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html @@ -312,7 +312,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html" ti </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/xml/XmlSchemaSerializerBuilder.html" title="class in org.apache.juneau.xml">XmlSchemaSerializerBuilder</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSchemaSerializerBuilder.html#debug-boolean-">debug</a></span>(boolean value)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSchemaSerializerBuilder.html#debug--">debug</a></span>()</code> <div class="block"><b>Configuration property:</b> Debug mode.</div> </td> </tr> @@ -3506,14 +3506,14 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html" ti </dl> </li> </ul> -<a name="debug-boolean-"> +<a name="debug--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>debug</h4> -<pre>public <a href="../../../../org/apache/juneau/xml/XmlSchemaSerializerBuilder.html" title="class in org.apache.juneau.xml">XmlSchemaSerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html#line.538">debug</a>(boolean value)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug-boolean-">CoreObjectBuilder</a></code></span></div> +<pre>public <a href="../../../../org/apache/juneau/xml/XmlSchemaSerializerBuilder.html" title="class in org.apache.juneau.xml">XmlSchemaSerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSchemaSerializerBuilder.html#line.538">debug</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug--">CoreObjectBuilder</a></code></span></div> <div class="block"><b>Configuration property:</b> Debug mode. <p> <ul> @@ -3542,9 +3542,7 @@ extends <a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html" ti </ul></div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html#debug-boolean-">debug</a></code> in class <code><a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html" title="class in org.apache.juneau.xml">XmlSerializerBuilder</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - The new value for this property.</dd> +<dd><code><a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html#debug--">debug</a></code> in class <code><a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html" title="class in org.apache.juneau.xml">XmlSerializerBuilder</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> <dt><span class="seeLabel">See Also:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/xml/XmlSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/xml/XmlSerializerBuilder.html index e2ef3a0..e79345c 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlSerializerBuilder.html @@ -311,7 +311,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html" title="class in org.apache.juneau.xml">XmlSerializerBuilder</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html#debug-boolean-">debug</a></span>(boolean value)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html#debug--">debug</a></span>()</code> <div class="block"><b>Configuration property:</b> Debug mode.</div> </td> </tr> @@ -3484,14 +3484,14 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html </dl> </li> </ul> -<a name="debug-boolean-"> +<a name="debug--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>debug</h4> -<pre>public <a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html" title="class in org.apache.juneau.xml">XmlSerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerBuilder.html#line.684">debug</a>(boolean value)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug-boolean-">CoreObjectBuilder</a></code></span></div> +<pre>public <a href="../../../../org/apache/juneau/xml/XmlSerializerBuilder.html" title="class in org.apache.juneau.xml">XmlSerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerBuilder.html#line.684">debug</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug--">CoreObjectBuilder</a></code></span></div> <div class="block"><b>Configuration property:</b> Debug mode. <p> <ul> @@ -3520,9 +3520,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html </ul></div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html#debug-boolean-">debug</a></code> in class <code><a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html" title="class in org.apache.juneau.serializer">SerializerBuilder</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - The new value for this property.</dd> +<dd><code><a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html#debug--">debug</a></code> in class <code><a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html" title="class in org.apache.juneau.serializer">SerializerBuilder</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> <dt><span class="seeLabel">See Also:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/xml/XmlSerializerSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlSerializerSession.html b/content/site/apidocs/org/apache/juneau/xml/XmlSerializerSession.html index fe64674..c6ab025 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlSerializerSession.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlSerializerSession.html @@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.34">XmlSerializerSession</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.35">XmlSerializerSession</a> extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer">SerializerSession</a></pre> <div class="block">Session object that lives for the duration of a single use of <a href="../../../../org/apache/juneau/xml/XmlSerializer.html" title="class in org.apache.juneau.xml"><code>XmlSerializer</code></a>. <p> @@ -300,7 +300,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockListLast"> <li class="blockList"> <h4>XmlSerializerSession</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.66">XmlSerializerSession</a>(<a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html" title="class in org.apache.juneau.xml">XmlSerializerContext</a> ctx, +<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.67">XmlSerializerSession</a>(<a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html" title="class in org.apache.juneau.xml">XmlSerializerContext</a> ctx, <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> op, <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> output, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a> javaMethod, @@ -341,7 +341,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>addNamespace</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.107">addNamespace</a>(<a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> ns)</pre> +<pre>public void <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.108">addNamespace</a>(<a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> ns)</pre> <div class="block">Add a namespace to this session.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -355,7 +355,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>getNamespaces</h4> -<pre>public <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a>[] <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.126">getNamespaces</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a>[] <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.127">getNamespaces</a>()</pre> <div class="block">Returns the list of namespaces being used in the current XML serialization.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -369,7 +369,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>isAutoDetectNamespaces</h4> -<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.135">isAutoDetectNamespaces</a>()</pre> +<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.136">isAutoDetectNamespaces</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html#XML_autoDetectNamespaces"><code>XmlSerializerContext.XML_autoDetectNamespaces</code></a> setting value in this context.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -383,7 +383,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>isEnableNamespaces</h4> -<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.144">isEnableNamespaces</a>()</pre> +<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.145">isEnableNamespaces</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html#XML_enableNamespaces"><code>XmlSerializerContext.XML_enableNamespaces</code></a> setting value in this context.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -397,7 +397,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>isAddNamespaceUrlsToRoot</h4> -<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.153">isAddNamespaceUrlsToRoot</a>()</pre> +<pre>public final boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.154">isAddNamespaceUrlsToRoot</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html#XML_addNamespaceUrisToRoot"><code>XmlSerializerContext.XML_addNamespaceUrisToRoot</code></a> setting value in this context.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -411,7 +411,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>isAddBeanTypeProperties</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.163">isAddBeanTypeProperties</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.164">isAddBeanTypeProperties</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html#XML_addBeanTypeProperties"><code>XmlSerializerContext.XML_addBeanTypeProperties</code></a> setting value for this session.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -427,7 +427,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>getDefaultNamespace</h4> -<pre>public final <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.172">getDefaultNamespace</a>()</pre> +<pre>public final <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.173">getDefaultNamespace</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html#XML_defaultNamespace"><code>XmlSerializerContext.XML_defaultNamespace</code></a> setting value in this context.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -441,7 +441,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>getXsNamespace</h4> -<pre>public final <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.181">getXsNamespace</a>()</pre> +<pre>public final <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.182">getXsNamespace</a>()</pre> <div class="block">Returns the <a href="../../../../org/apache/juneau/xml/XmlSerializerContext.html#XML_xsNamespace"><code>XmlSerializerContext.XML_xsNamespace</code></a> setting value in this context.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -455,7 +455,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockList"> <li class="blockList"> <h4>isHtmlMode</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.194">isHtmlMode</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.195">isHtmlMode</a>()</pre> <div class="block">Returns <jk>true</jk> if we're serializing HTML. <p> The difference in behavior is how empty non-void elements are handled. @@ -473,7 +473,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.html <ul class="blockListLast"> <li class="blockList"> <h4>getWriter</h4> -<pre>public <a href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in org.apache.juneau.xml">XmlWriter</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.199">getWriter</a>() +<pre>public <a href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in org.apache.juneau.xml">XmlWriter</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlSerializerSession.html#line.200">getWriter</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/serializer/SerializerSession.html#getWriter--">SerializerSession</a></code></span></div> <div class="block">Wraps the specified output object inside a writer. http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/xml/XmlUtils.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlUtils.html b/content/site/apidocs/org/apache/juneau/xml/XmlUtils.html index 3b63540..b4fc556 100644 --- a/content/site/apidocs/org/apache/juneau/xml/XmlUtils.html +++ b/content/site/apidocs/org/apache/juneau/xml/XmlUtils.html @@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.28">XmlUtils</a> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.30">XmlUtils</a> extends <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">XML utility methods.</div> </li> @@ -255,7 +255,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>XmlUtils</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.28">XmlUtils</a>()</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.30">XmlUtils</a>()</pre> </li> </ul> </li> @@ -272,7 +272,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>encodeElementName</h4> -<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.42">encodeElementName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.44">encodeElementName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, <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> o) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block">Encodes any invalid XML element name characters to <code>_x####_</code> sequences.</div> @@ -293,7 +293,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>encodeElementName</h4> -<pre>public static final <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/xml/XmlUtils.html#line.62">encodeElementName</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> o)</pre> +<pre>public static final <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/xml/XmlUtils.html#line.64">encodeElementName</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> o)</pre> <div class="block">Encodes any invalid XML element name characters to <code>_x####_</code> sequences.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -309,7 +309,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>escapeText</h4> -<pre>public static final <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/xml/XmlUtils.html#line.134">escapeText</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> o)</pre> +<pre>public static final <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/xml/XmlUtils.html#line.136">escapeText</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> o)</pre> <div class="block">Escapes invalid XML text characters to <code>_x####_</code> sequences.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -325,7 +325,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>encodeText</h4> -<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.180">encodeText</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.182">encodeText</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, <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> o, boolean trim, boolean preserveWhitespace) @@ -357,7 +357,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>encodeAttrName</h4> -<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.248">encodeAttrName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.250">encodeAttrName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, <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> o) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block">Serializes and encodes the specified object as valid XML attribute name.</div> @@ -378,7 +378,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>encodeAttrValue</h4> -<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.312">encodeAttrValue</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.314">encodeAttrValue</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> w, <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> o, boolean trim) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> @@ -407,7 +407,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>decode</h4> -<pre>public static final <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/xml/XmlUtils.html#line.380">decode</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> s, +<pre>public static final <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/xml/XmlUtils.html#line.382">decode</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> s, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb)</pre> <div class="block">Translates any _x####_ sequences (introduced by the various encode methods) back into their original characters.</div> <dl> @@ -425,7 +425,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>collapseTextNodes</h4> -<pre>public static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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/xml/XmlUtils.html#line.417">collapseTextNodes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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>> l)</pre> +<pre>public static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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/xml/XmlUtils.html#line.419">collapseTextNodes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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>> l)</pre> <div class="block">Given a list of Strings and other Objects, combines Strings that are next to each other in the list.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -441,7 +441,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>findNamespace</h4> -<pre>public static <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.483">findNamespace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">Xml</a>> xmls, +<pre>public static <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> <a href="../../../../src-html/org/apache/juneau/xml/XmlUtils.html#line.485">findNamespace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">Xml</a>> xmls, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/juneau/xml/annotation/XmlSchema.html" title="annotation in org.apache.juneau.xml.annotation">XmlSchema</a>> schemas)</pre> <div class="block">Find the namespace given a list of <ja>@Xml</ja> and <ja>@XmlSchema</ja> annotations. The annotations should be a child-to-parent ordering of annotations found on @@ -461,7 +461,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>toReadableEvent</h4> -<pre>public static final <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/xml/XmlUtils.html#line.546">toReadableEvent</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLStreamReader.html?is-external=true" title="class or interface in javax.xml.stream">XMLStreamReader</a> r)</pre> +<pre>public static final <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/xml/XmlUtils.html#line.548">toReadableEvent</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLStreamReader.html?is-external=true" title="class or interface in javax.xml.stream">XMLStreamReader</a> r)</pre> <div class="block">Utility method that converts the current event on the XML stream to something human-readable for debug purposes.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -477,7 +477,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>urlEncode</h4> -<pre>public static <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/xml/XmlUtils.html#line.587">urlEncode</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> o)</pre> +<pre>public static <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/xml/XmlUtils.html#line.589">urlEncode</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> o)</pre> <div class="block">Shortcut for calling <code>URLEncoder.<jsm>encode</jsm>(o.toString(), <js>"UTF-8"</js>)</code>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -493,7 +493,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>urlDecode</h4> -<pre>public static <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/xml/XmlUtils.html#line.601">urlDecode</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> s)</pre> +<pre>public static <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/xml/XmlUtils.html#line.603">urlDecode</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> s)</pre> <div class="block">Shortcut for calling <code>URLEncoder.<jsm>decode</jsm>(o.toString(), <js>"UTF-8"</js>)</code>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/xml/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/xml/package-summary.html b/content/site/apidocs/org/apache/juneau/xml/package-summary.html index aa0d242..6a58c52 100644 --- a/content/site/apidocs/org/apache/juneau/xml/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/xml/package-summary.html @@ -3129,7 +3129,9 @@ messages=<js>"nls/AddressBookResource"</js>, title=<js>"$L{title}"</js>, description=<js>"$L{description}"</js>, - pageLinks=<js>"{options:'?method=OPTIONS',doc:'doc'}"</js>, + htmldoc=<ja>@HtmlDoc</ja>( + links=<js>"{options:'?method=OPTIONS'}"</js> + ), properties={ <ja>@Property</ja>(name=SerializerContext.<jsf>SERIALIZER_quoteChar</jsf>, value=<js>"'"</js>), <ja>@Property</ja>(name=HtmlSerializerContext.<jsf>HTML_uriAnchorText</jsf>, value=<jsf>TO_STRING</jsf>) http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/overview-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/overview-frame.html b/content/site/apidocs/overview-frame.html index b80ce60..8bac5fe 100644 --- a/content/site/apidocs/overview-frame.html +++ b/content/site/apidocs/overview-frame.html @@ -51,6 +51,7 @@ <li><a href="org/apache/juneau/rest/remoteable/package-frame.html" target="packageFrame">org.apache.juneau.rest.remoteable</a></li> <li><a href="org/apache/juneau/rest/response/package-frame.html" target="packageFrame">org.apache.juneau.rest.response</a></li> <li><a href="org/apache/juneau/rest/vars/package-frame.html" target="packageFrame">org.apache.juneau.rest.vars</a></li> +<li><a href="org/apache/juneau/rest/widget/package-frame.html" target="packageFrame">org.apache.juneau.rest.widget</a></li> <li><a href="org/apache/juneau/serializer/package-frame.html" target="packageFrame">org.apache.juneau.serializer</a></li> <li><a href="org/apache/juneau/soap/package-frame.html" target="packageFrame">org.apache.juneau.soap</a></li> <li><a href="org/apache/juneau/svl/package-frame.html" target="packageFrame">org.apache.juneau.svl</a></li>
