http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/TeeOutputStream.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/TeeOutputStream.html b/content/site/apidocs/org/apache/juneau/internal/TeeOutputStream.html index e8abe99..b7f5047 100644 --- a/content/site/apidocs/org/apache/juneau/internal/TeeOutputStream.html +++ b/content/site/apidocs/org/apache/juneau/internal/TeeOutputStream.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TeeOutputStream (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>TeeOutputStream (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="TeeOutputStream (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="TeeOutputStream (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/TeeWriter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/TeeWriter.html b/content/site/apidocs/org/apache/juneau/internal/TeeWriter.html index cb4b22c..b1d6e3b 100644 --- a/content/site/apidocs/org/apache/juneau/internal/TeeWriter.html +++ b/content/site/apidocs/org/apache/juneau/internal/TeeWriter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TeeWriter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>TeeWriter (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="TeeWriter (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="TeeWriter (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/ThrowableUtils.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/ThrowableUtils.html b/content/site/apidocs/org/apache/juneau/internal/ThrowableUtils.html index 8ffd172..cb5d09c 100644 --- a/content/site/apidocs/org/apache/juneau/internal/ThrowableUtils.html +++ b/content/site/apidocs/org/apache/juneau/internal/ThrowableUtils.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ThrowableUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>ThrowableUtils (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="ThrowableUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="ThrowableUtils (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.20">ThrowableUtils</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.22">ThrowableUtils</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">Various utility methods for creating and working with throwables.</div> </li> @@ -211,7 +211,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>ThrowableUtils</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.20">ThrowableUtils</a>()</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.22">ThrowableUtils</a>()</pre> </li> </ul> </li> @@ -228,7 +228,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>assertNotNull</h4> -<pre>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.30">assertNotNull</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>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.32">assertNotNull</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, <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) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> @@ -249,7 +249,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>assertFieldNotNull</h4> -<pre>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.42">assertFieldNotNull</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> fieldValue, +<pre>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.44">assertFieldNotNull</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> fieldValue, <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> fieldName) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> <div class="block">Throws an <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> if the specified field is <jk>null</jk>.</div> @@ -268,7 +268,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>assertFieldPositive</h4> -<pre>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.54">assertFieldPositive</a>(int fieldValue, +<pre>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.56">assertFieldPositive</a>(int fieldValue, <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> fieldName) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> <div class="block">Throws an <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> if the specified field is <code><=0</code>.</div> @@ -287,7 +287,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>illegalArg</h4> -<pre>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.66">illegalArg</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 static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.68">illegalArg</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) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> <div class="block">Shortcut for calling <code><jk>new</jk> IllegalArgumentException(MessageFormat.<jsm>format</jsm>(msg, args));</code></div> @@ -306,7 +306,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>assertSameThread</h4> -<pre>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.78">assertSameThread</a>(long threadId, +<pre>public static void <a href="../../../../src-html/org/apache/juneau/internal/ThrowableUtils.html#line.80">assertSameThread</a>(long threadId, <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) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/Utils.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/Utils.html b/content/site/apidocs/org/apache/juneau/internal/Utils.html index a03a998..c80bc59 100644 --- a/content/site/apidocs/org/apache/juneau/internal/Utils.html +++ b/content/site/apidocs/org/apache/juneau/internal/Utils.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Utils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Utils (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="Utils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Utils (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/Version.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/Version.html b/content/site/apidocs/org/apache/juneau/internal/Version.html index ab6c254..9d1d776 100644 --- a/content/site/apidocs/org/apache/juneau/internal/Version.html +++ b/content/site/apidocs/org/apache/juneau/internal/Version.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Version (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Version (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="Version (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Version (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/VersionRange.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/VersionRange.html b/content/site/apidocs/org/apache/juneau/internal/VersionRange.html index 16d56f8..dffeb80 100644 --- a/content/site/apidocs/org/apache/juneau/internal/VersionRange.html +++ b/content/site/apidocs/org/apache/juneau/internal/VersionRange.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>VersionRange (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>VersionRange (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="VersionRange (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="VersionRange (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/WrappedMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/WrappedMap.html b/content/site/apidocs/org/apache/juneau/internal/WrappedMap.html index 9d7468a..b9b84c6 100644 --- a/content/site/apidocs/org/apache/juneau/internal/WrappedMap.html +++ b/content/site/apidocs/org/apache/juneau/internal/WrappedMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>WrappedMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>WrappedMap (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="WrappedMap (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="WrappedMap (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/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/package-frame.html b/content/site/apidocs/org/apache/juneau/internal/package-frame.html index 895fb5b..39f9930 100644 --- a/content/site/apidocs/org/apache/juneau/internal/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/internal/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.internal (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.internal (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> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/internal/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/package-summary.html b/content/site/apidocs/org/apache/juneau/internal/package-summary.html index 4ab9c60..d6749f2 100644 --- a/content/site/apidocs/org/apache/juneau/internal/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/internal/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.internal (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.internal (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="org.apache.juneau.internal (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.internal (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/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/package-tree.html b/content/site/apidocs/org/apache/juneau/internal/package-tree.html index eba3ea7..a1b254e 100644 --- a/content/site/apidocs/org/apache/juneau/internal/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/internal/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.internal Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.internal Class Hierarchy (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="org.apache.juneau.internal Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.internal Class Hierarchy (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/jena/Constants.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/Constants.html b/content/site/apidocs/org/apache/juneau/jena/Constants.html index 01c7387..4a29d7c 100644 --- a/content/site/apidocs/org/apache/juneau/jena/Constants.html +++ b/content/site/apidocs/org/apache/juneau/jena/Constants.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constants (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Constants (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="Constants (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Constants (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/jena/RdfBeanMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfBeanMeta.html b/content/site/apidocs/org/apache/juneau/jena/RdfBeanMeta.html index 01fd121..8fbc760 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfBeanMeta.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfBeanMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfBeanMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfBeanMeta (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="RdfBeanMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfBeanMeta (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/jena/RdfBeanPropertyMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfBeanPropertyMeta.html b/content/site/apidocs/org/apache/juneau/jena/RdfBeanPropertyMeta.html index 40cb8a7..faa0030 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfBeanPropertyMeta.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfBeanPropertyMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfBeanPropertyMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfBeanPropertyMeta (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="RdfBeanPropertyMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfBeanPropertyMeta (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/jena/RdfClassMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfClassMeta.html b/content/site/apidocs/org/apache/juneau/jena/RdfClassMeta.html index 57334fe..294d6af 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfClassMeta.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfClassMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfClassMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfClassMeta (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="RdfClassMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfClassMeta (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/jena/RdfCollectionFormat.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfCollectionFormat.html b/content/site/apidocs/org/apache/juneau/jena/RdfCollectionFormat.html index 1fcd2fc..d7636b8 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfCollectionFormat.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfCollectionFormat.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfCollectionFormat (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfCollectionFormat (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="RdfCollectionFormat (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfCollectionFormat (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/jena/RdfCommonContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html b/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html index 80e1bc3..3101835 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfCommonContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfCommonContext (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="RdfCommonContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfCommonContext (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/jena/RdfParser.N3.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParser.N3.html b/content/site/apidocs/org/apache/juneau/jena/RdfParser.N3.html index bd8d67d..e2259b8 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfParser.N3.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfParser.N3.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfParser.N3 (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfParser.N3 (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="RdfParser.N3 (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfParser.N3 (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/jena/RdfParser.NTriple.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParser.NTriple.html b/content/site/apidocs/org/apache/juneau/jena/RdfParser.NTriple.html index a97b68d..4e23709 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfParser.NTriple.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfParser.NTriple.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfParser.NTriple (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfParser.NTriple (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="RdfParser.NTriple (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfParser.NTriple (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/jena/RdfParser.Turtle.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParser.Turtle.html b/content/site/apidocs/org/apache/juneau/jena/RdfParser.Turtle.html index deb986f..2c02e6d 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfParser.Turtle.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfParser.Turtle.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfParser.Turtle (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfParser.Turtle (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="RdfParser.Turtle (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfParser.Turtle (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/jena/RdfParser.Xml.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParser.Xml.html b/content/site/apidocs/org/apache/juneau/jena/RdfParser.Xml.html index e0a3bbb..a10b717 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfParser.Xml.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfParser.Xml.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfParser.Xml (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfParser.Xml (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="RdfParser.Xml (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfParser.Xml (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/jena/RdfParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParser.html b/content/site/apidocs/org/apache/juneau/jena/RdfParser.html index 7e2f88a..fa5acb7 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfParser.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfParser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfParser (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="RdfParser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfParser (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/jena/RdfParserBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParserBuilder.html b/content/site/apidocs/org/apache/juneau/jena/RdfParserBuilder.html index 174b932..1c9b1fb 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfParserBuilder.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfParserBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfParserBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfParserBuilder (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="RdfParserBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfParserBuilder (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/jena/RdfParserContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParserContext.html b/content/site/apidocs/org/apache/juneau/jena/RdfParserContext.html index 6462ac0..e3836e9 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfParserContext.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfParserContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfParserContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfParserContext (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="RdfParserContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfParserContext (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/jena/RdfParserSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfParserSession.html b/content/site/apidocs/org/apache/juneau/jena/RdfParserSession.html index 8673369..4daa1b8 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfParserSession.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfParserSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfParserSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfParserSession (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="RdfParserSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfParserSession (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/jena/RdfSerializer.N3.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.N3.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.N3.html index 53b86f1..6eb2b5a 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.N3.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.N3.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializer.N3 (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializer.N3 (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="RdfSerializer.N3 (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializer.N3 (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/jena/RdfSerializer.NTriple.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.NTriple.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.NTriple.html index 4ee29eb..71471c2 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.NTriple.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.NTriple.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializer.NTriple (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializer.NTriple (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="RdfSerializer.NTriple (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializer.NTriple (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/jena/RdfSerializer.Turtle.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.Turtle.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.Turtle.html index 0e82120..301305e 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.Turtle.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.Turtle.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializer.Turtle (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializer.Turtle (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="RdfSerializer.Turtle (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializer.Turtle (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/jena/RdfSerializer.Xml.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.Xml.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.Xml.html index be3e274..e633014 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.Xml.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.Xml.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializer.Xml (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializer.Xml (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="RdfSerializer.Xml (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializer.Xml (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/jena/RdfSerializer.XmlAbbrev.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.XmlAbbrev.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.XmlAbbrev.html index ef8f13e..0b289ec 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.XmlAbbrev.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.XmlAbbrev.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializer.XmlAbbrev (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializer.XmlAbbrev (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="RdfSerializer.XmlAbbrev (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializer.XmlAbbrev (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/jena/RdfSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.html index ad9333d..8b6a213 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializer (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="RdfSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializer (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/jena/RdfSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializerBuilder.html index 16d53b6..7511378 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializerBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializerBuilder (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="RdfSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializerBuilder (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/jena/RdfSerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html index cec03e4..b4423b5 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializerContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializerContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializerContext (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="RdfSerializerContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializerContext (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/jena/RdfSerializerSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfSerializerSession.html b/content/site/apidocs/org/apache/juneau/jena/RdfSerializerSession.html index 4c0684d..87a25c6 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfSerializerSession.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfSerializerSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSerializerSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSerializerSession (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="RdfSerializerSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSerializerSession (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/jena/RdfUtils.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfUtils.html b/content/site/apidocs/org/apache/juneau/jena/RdfUtils.html index 4f049bf..e750f9c 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfUtils.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfUtils.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfUtils (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="RdfUtils (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfUtils (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/jena/annotation/Rdf.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/annotation/Rdf.html b/content/site/apidocs/org/apache/juneau/jena/annotation/Rdf.html index 483b688..f514a9e 100644 --- a/content/site/apidocs/org/apache/juneau/jena/annotation/Rdf.html +++ b/content/site/apidocs/org/apache/juneau/jena/annotation/Rdf.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Rdf (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>Rdf (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="Rdf (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="Rdf (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/jena/annotation/RdfNs.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/annotation/RdfNs.html b/content/site/apidocs/org/apache/juneau/jena/annotation/RdfNs.html index aef370b..e26b24d 100644 --- a/content/site/apidocs/org/apache/juneau/jena/annotation/RdfNs.html +++ b/content/site/apidocs/org/apache/juneau/jena/annotation/RdfNs.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfNs (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfNs (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="RdfNs (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfNs (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/jena/annotation/RdfSchema.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/annotation/RdfSchema.html b/content/site/apidocs/org/apache/juneau/jena/annotation/RdfSchema.html index ac364f1..9313b19 100644 --- a/content/site/apidocs/org/apache/juneau/jena/annotation/RdfSchema.html +++ b/content/site/apidocs/org/apache/juneau/jena/annotation/RdfSchema.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RdfSchema (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>RdfSchema (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="RdfSchema (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="RdfSchema (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/jena/annotation/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/annotation/package-frame.html b/content/site/apidocs/org/apache/juneau/jena/annotation/package-frame.html index 95f0bb5..5b0e2fc 100644 --- a/content/site/apidocs/org/apache/juneau/jena/annotation/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/jena/annotation/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jena.annotation (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jena.annotation (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> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/jena/annotation/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/annotation/package-summary.html b/content/site/apidocs/org/apache/juneau/jena/annotation/package-summary.html index baec003..08de2c7 100644 --- a/content/site/apidocs/org/apache/juneau/jena/annotation/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/jena/annotation/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jena.annotation (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jena.annotation (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="org.apache.juneau.jena.annotation (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.jena.annotation (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/jena/annotation/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/annotation/package-tree.html b/content/site/apidocs/org/apache/juneau/jena/annotation/package-tree.html index f67306a..02a4e77 100644 --- a/content/site/apidocs/org/apache/juneau/jena/annotation/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/jena/annotation/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jena.annotation Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jena.annotation Class Hierarchy (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="org.apache.juneau.jena.annotation Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.jena.annotation Class Hierarchy (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/jena/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/package-frame.html b/content/site/apidocs/org/apache/juneau/jena/package-frame.html index 759af26..2c8e246 100644 --- a/content/site/apidocs/org/apache/juneau/jena/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/jena/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jena (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jena (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> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/jena/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/package-summary.html b/content/site/apidocs/org/apache/juneau/jena/package-summary.html index 2e2ee23..40acfaa 100644 --- a/content/site/apidocs/org/apache/juneau/jena/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/jena/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jena (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jena (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="org.apache.juneau.jena (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.jena (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/jena/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/package-tree.html b/content/site/apidocs/org/apache/juneau/jena/package-tree.html index c64205a..3955de2 100644 --- a/content/site/apidocs/org/apache/juneau/jena/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/jena/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jena Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jena Class Hierarchy (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="org.apache.juneau.jena Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.jena Class Hierarchy (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/jso/JsoParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jso/JsoParser.html b/content/site/apidocs/org/apache/juneau/jso/JsoParser.html index 8f9ad51..94c183e 100644 --- a/content/site/apidocs/org/apache/juneau/jso/JsoParser.html +++ b/content/site/apidocs/org/apache/juneau/jso/JsoParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsoParser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsoParser (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="JsoParser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsoParser (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/jso/JsoParserBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jso/JsoParserBuilder.html b/content/site/apidocs/org/apache/juneau/jso/JsoParserBuilder.html index 04a3972..d5e7ed9 100644 --- a/content/site/apidocs/org/apache/juneau/jso/JsoParserBuilder.html +++ b/content/site/apidocs/org/apache/juneau/jso/JsoParserBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsoParserBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsoParserBuilder (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="JsoParserBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsoParserBuilder (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/jso/JsoSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jso/JsoSerializer.html b/content/site/apidocs/org/apache/juneau/jso/JsoSerializer.html index 30f5036..5da68c0 100644 --- a/content/site/apidocs/org/apache/juneau/jso/JsoSerializer.html +++ b/content/site/apidocs/org/apache/juneau/jso/JsoSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsoSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsoSerializer (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="JsoSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsoSerializer (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/jso/JsoSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jso/JsoSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/jso/JsoSerializerBuilder.html index 86c5358..88bc5b4 100644 --- a/content/site/apidocs/org/apache/juneau/jso/JsoSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/jso/JsoSerializerBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsoSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsoSerializerBuilder (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="JsoSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsoSerializerBuilder (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/jso/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jso/package-frame.html b/content/site/apidocs/org/apache/juneau/jso/package-frame.html index 91cc3fb..dc16201 100644 --- a/content/site/apidocs/org/apache/juneau/jso/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/jso/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jso (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jso (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> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/jso/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jso/package-summary.html b/content/site/apidocs/org/apache/juneau/jso/package-summary.html index e2e6114..554348d 100644 --- a/content/site/apidocs/org/apache/juneau/jso/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/jso/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jso (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jso (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="org.apache.juneau.jso (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.jso (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/jso/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jso/package-tree.html b/content/site/apidocs/org/apache/juneau/jso/package-tree.html index 2698aea..24f36b0 100644 --- a/content/site/apidocs/org/apache/juneau/jso/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/jso/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.juneau.jso Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.jso Class Hierarchy (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="org.apache.juneau.jso Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.jso Class Hierarchy (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/json/JsonClassMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonClassMeta.html b/content/site/apidocs/org/apache/juneau/json/JsonClassMeta.html index 729d57d..6ef17df 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonClassMeta.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonClassMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonClassMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonClassMeta (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="JsonClassMeta (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonClassMeta (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/json/JsonParser.Strict.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonParser.Strict.html b/content/site/apidocs/org/apache/juneau/json/JsonParser.Strict.html index ce6ad4f..09ffa73 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonParser.Strict.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonParser.Strict.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonParser.Strict (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonParser.Strict (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="JsonParser.Strict (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonParser.Strict (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/json/JsonParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonParser.html b/content/site/apidocs/org/apache/juneau/json/JsonParser.html index 7c3dca8..1a168cc 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonParser.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonParser.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonParser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonParser (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="JsonParser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonParser (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/json/JsonParserBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonParserBuilder.html b/content/site/apidocs/org/apache/juneau/json/JsonParserBuilder.html index 53e3e2d..0353d7a 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonParserBuilder.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonParserBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonParserBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonParserBuilder (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="JsonParserBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonParserBuilder (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/json/JsonParserContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html b/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html index 1a294b1..3edc170 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonParserContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonParserContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonParserContext (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="JsonParserContext (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonParserContext (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/json/JsonParserSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonParserSession.html b/content/site/apidocs/org/apache/juneau/json/JsonParserSession.html index a3c7111..080d6aa 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonParserSession.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonParserSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonParserSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonParserSession (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="JsonParserSession (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonParserSession (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/json/JsonSchemaSerializer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonSchemaSerializer.html b/content/site/apidocs/org/apache/juneau/json/JsonSchemaSerializer.html index bfa47e7..6dcccdf 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonSchemaSerializer.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonSchemaSerializer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonSchemaSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonSchemaSerializer (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="JsonSchemaSerializer (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonSchemaSerializer (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/json/JsonSchemaSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonSchemaSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/json/JsonSchemaSerializerBuilder.html index c2c582f..6c5b8f0 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonSchemaSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonSchemaSerializerBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonSchemaSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonSchemaSerializerBuilder (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="JsonSchemaSerializerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonSchemaSerializerBuilder (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/json/JsonSerializer.Readable.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonSerializer.Readable.html b/content/site/apidocs/org/apache/juneau/json/JsonSerializer.Readable.html index c8cc53d..932b6b8 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonSerializer.Readable.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonSerializer.Readable.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonSerializer.Readable (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonSerializer.Readable (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="JsonSerializer.Readable (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonSerializer.Readable (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/json/JsonSerializer.Simple.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/json/JsonSerializer.Simple.html b/content/site/apidocs/org/apache/juneau/json/JsonSerializer.Simple.html index 5e3b21d..b8cf668 100644 --- a/content/site/apidocs/org/apache/juneau/json/JsonSerializer.Simple.html +++ b/content/site/apidocs/org/apache/juneau/json/JsonSerializer.Simple.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonSerializer.Simple (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<title>JsonSerializer.Simple (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="JsonSerializer.Simple (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + parent.document.title="JsonSerializer.Simple (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)"; } } catch(err) {
