http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html index e88e426..0135473 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/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.dto.atom (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.dto.atom (Apache Juneau (incubating) 6.0.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.dto.atom (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.dto.atom (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -244,33 +244,33 @@ <p class='bcode'> Feed feed = <jk>new</jk> Feed() .setTitle(<jk>new</jk> Text(<js>"text"</js>, <js>"Juneau ATOM specification"</js>)) - .setSubTitle(<jk>new</jk> Text(<js>"html"</js>, <js>"A <em>lot</em> of effort went into making this effortless"</js>)) - .setUpdated(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .setId(<jk>new</jk> Id(<js>"tag:juneau.sample.com,2013:1"</js>)) + .setSubTitle(<jk>new</jk> Text(<js>"html"</js>, <js>"Describes <em>stuff</em> about Juneau"</js>)) + .setUpdated(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .setId(<jk>new</jk> Id(<js>"tag:juneau.apache.org"</js>)) .addLinks( - <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://www.sample.com/"</js>).setHreflang(<js>"en"</js>), - <jk>new</jk> Link(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://www.sample.com/feed.atom"</js>) + <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://juneau.apache.org/"</js>).setHreflang(<js>"en"</js>), + <jk>new</jk> Link(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://juneau.apache.org/feed.atom"</js>) ) - .setRights(<jk>new</jk> Text(<js>"Copyright (c) 2013, IBM"</js>)) - .setGenerator(<jk>new</jk> Generator(<js>"Juneau"</js>).setUri(<jk>new</jk> URI(<js>"http://juneau.ibm..com/"</js>)).setVersion(<js>"1.0"</js>)) + .setRights(<jk>new</jk> Text(<js>"Copyright (c) 2016, Apache Foundation"</js>)) + .setGenerator(<jk>new</jk> Generator(<js>"Juneau"</js>).setUri(<jk>new</jk> URI(<js>"http://juneau.apache.org/"</js>)).setVersion(<js>"1.0"</js>)) .addEntries( <jk>new</jk> Entry() .setTitle(<jk>new</jk> Text(<js>"Juneau ATOM specification snapshot"</js>)) .addLinks( - <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://www.sample.com/2012/05/08/juneau.atom"</js>), - <jk>new</jk> Link(<js>"enclosure"</js>, <js>"audio/mpeg"</js>, <js>""http://www.sample.com/audio/juneau_podcast.mp3"</js>).setLength(12345) + <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://juneau.apache.org/juneau.atom"</js>), + <jk>new</jk> Link(<js>"enclosure"</js>, <js>"audio/mpeg"</js>, <js>""http://juneau.apache.org/audio/juneau_podcast.mp3"</js>).setLength(12345) ) - .setId(<jk>new</jk> Id(<js>"tag:juneau.sample.com,2013:1.2345"</js>)) - .setUpdated(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .setPublished(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .addAuthors(<jk>new</jk> Person(<js>"James Bognar"</js>).setUri(<jk>new</jk> URI(<js>"http://www.sample.com/"</js>)).setEmail(<js>"[email protected]"</js>)) + .setId(<jk>new</jk> Id(<js>"tag:juneau.apache.org"</js>)) + .setUpdated(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .setPublished(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .addAuthors(<jk>new</jk> Person(<js>"James Bognar"</js>).setUri(<jk>new</jk> URI(<js>"http://juneau.apache.org/"</js>)).setEmail(<js>"[email protected]"</js>)) .addContributors( <jk>new</jk> Person(<js>"Barry M. Caceres"</js>) ) .setContent( <jk>new</jk> Content() .setLang(<js>"en"</js>) - .setBase(<jk>new</jk> URI(<js>"http://www.ibm.com/"</js>)) + .setBase(<jk>new</jk> URI(<js>"http://www.apache.org/"</js>)) .setType(<js>"xhtml"</js>) .setText(<js>"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>*lt;i>[Update: Juneau supports ATOM.]</i></p></div>"</js>) ) @@ -294,45 +294,45 @@ <p class='bcode'> <xt><feed></xt> <xt><id></xt> - tag:juneau.sample.com,2013:1 + tag:juneau.apache.org <xt></id></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs>/<xt>></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs>/<xt>></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs>/<xt>></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs>/<xt>></xt> <xt><rights></xt> - Copyright (c) 2013, IBM + Copyright (c) 2016, Apache Foundation <xt></rights></xt> <xt><title</xt> <xa>type</xa>=<xs>'text'</xs>></xt> Juneau ATOM specification <xt></title></xt> - <xt><updated></xt>2013-05-08T12:29:29Z<xt></updated></xt> - <xt><generator</xt> <xa>uri</xa>=<xs>'http://juneau.ibm.com/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> + <xt><updated></xt>2016-01-02T03:04:05Z<xt></updated></xt> + <xt><generator</xt> <xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> Juneau <xt></generator></xt> <xt><subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>></xt> - A &lt;em&gt;lot&lt;/em&gt; of effort went into making this effortless + Describes <em>stuff</em> about Juneau <xt></subtitle></xt> <xt><entry></xt> <xt><author></xt> <xt><name></xt>James Bognar<xt></name></xt> - <xt><uri></xt>http://www.sample.com/<xt></uri></xt> - <xt><email></xt>[email protected]<xt></email></xt> + <xt><uri></xt>http://juneau.apache.org/<xt></uri></xt> + <xt><email></xt>[email protected]<xt></email></xt> <xt></author></xt> <xt><contributor></xt> <xt><name></xt>Barry M. Caceres<xt></name></xt> <xt></contributor></xt> <xt><id></xt> - tag:juneau.sample.com,2013:1.2345 + tag:juneau.apache.org <xt></id></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs>/<xt>></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs>/<xt>></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs>/<xt>></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs>/<xt>></xt> <xt><title></xt> Juneau ATOM specification snapshot <xt></title></xt> - <xt><updated></xt>2013-05-08T12:29:29Z<xt></updated></xt> - <xt><content</xt> <xa>base</xa>=<xs>'http://www.ibm.com/'</xs> <xa>lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> + <xt><updated></xt>2016-01-02T03:04:05Z<xt></updated></xt> + <xt><content</xt> <xa>base</xa>=<xs>'http://www.apache.org/'</xs> <xa>lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> <xt><div</xt> <xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml"</xs><xt>><p><i></xt>[Update: Juneau supports ATOM.]<xt></i></p></div></xt> <xt></content></xt> - <xt><published></xt>2013-05-08T12:29:29Z<xt></published></xt> + <xt><published></xt>2016-01-02T03:04:05Z<xt></published></xt> <xt></entry></xt> <xt></feed></xt> </p> @@ -353,50 +353,50 @@ <h6 class='figure'>Results</h6> <p class='bcode'> <xt><atom:feed</xt> - <xa>xmlns</xa>=<xs>'http://www.ibm.com/2013/Juneau'</xs> + <xa>xmlns</xa>=<xs>'http://www.apache.org/2013/Juneau'</xs> <xa>xmlns:atom</xa>=<xs>'http://www.w3.org/2005/Atom/'</xs> <xa>xmlns:xml</xa>=<xs>'http://www.w3.org/XML/1998/namespace'</xs> <xa>xmlns:xsi</xa>=<xs>'http://www.w3.org/2001/XMLSchema-instance'</xs><xt>></xt> <xt><atom:id></xt> - tag:juneau.sample.com,2013:1 + tag:juneau.apache.org <xt></atom:id></xt> - <xt><atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> - <xt><atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> + <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> + <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> <xt><atom:rights></xt> - Copyright (c) 2013, IBM + Copyright (c) 2016, Apache Foundation <xt></atom:rights></xt> <xt><atom:title</xt> <xa>type</xa>=<xs>'text'</xs><xt>></xt> Juneau ATOM specification <xt></atom:title></xt> - <xt><atom:updated></xt>2013-05-08T12:29:29Z<xt></atom:updated></xt> - <xt><atom:generator</xt> <xa>uri</xa>=<xs>'http://juneau.ibm.com/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> + <xt><atom:updated></xt>2016-01-02T03:04:05Z<xt></atom:updated></xt> + <xt><atom:generator</xt> <xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> Juneau <xt></atom:generator></xt> <xt><atom:subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>></xt> - A &lt;em&gt;lot&lt;/em&gt; of effort went into making this effortless + Describes <em>stuff</em> about Juneau <xt></atom:subtitle></xt> <xt><atom:entry></xt> <xt><atom:author></xt> <xt><atom:name></xt>James Bognar<xt></atom:name></xt> - <xt><atom:uri></xt>http://www.sample.com/<xt></atom:uri></xt> - <xt><atom:email></xt>[email protected]<xt></atom:email></xt> + <xt><atom:uri></xt>http://juneau.apache.org/<xt></atom:uri></xt> + <xt><atom:email></xt>[email protected]<xt></atom:email></xt> <xt></atom:author></xt> <xt><atom:contributor></xt> <xt><atom:name></xt>Barry M. Caceres<xt></atom:name></xt> <xt></atom:contributor></xt> <xt><atom:id></xt> - tag:juneau.sample.com,2013:1.2345 + tag:juneau.apache.org <xt></atom:id></xt> - <xt><atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs><xt>/></xt> - <xt><atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs><xt>/></xt> + <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs><xt>/></xt> + <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs><xt>/></xt> <xt><atom:title></xt> Juneau ATOM specification snapshot <xt></atom:title></xt> - <xt><atom:updated></xt>2013-05-08T12:29:29Z<xt></atom:updated></xt> - <xt><atom:content</xt> <xa>xml:base</xa>=<xs>'http://www.ibm.com/'</xs> <xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> + <xt><atom:updated></xt>2016-01-02T03:04:05Z<xt></atom:updated></xt> + <xt><atom:content</xt> <xa>xml:base</xa>=<xs>'http://www.apache.org/'</xs> <xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> <xt><div</xt> <xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml"</xs><xt>></xt><xt><p></xt><xt><i></xt>[Update: Juneau supports ATOM.]<xt></i></xt><xt></p></xt><xt></div></xt> <xt></atom:content></xt> - <xt><atom:published></xt>2013-05-08T12:29:29Z<xt></atom:published></xt> + <xt><atom:published></xt>2016-01-02T03:04:05Z<xt></atom:published></xt> <xt></atom:entry></xt> <xt></atom:feed></xt> </p> @@ -421,45 +421,45 @@ <xa>xmlns:xml</xa>=<xs>'http://www.w3.org/XML/1998/namespace'</xs> <xa>xmlns:xsi</xa>=<xs>'http://www.w3.org/2001/XMLSchema-instance'</xs><xt>></xt> <xt><id></xt> - tag:juneau.sample.com,2013:1 + tag:juneau.apache.org <xt></id></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> <xt><rights></xt> - Copyright (c) 2013, IBM + Copyright (c) 2016, Apache Foundation <xt></rights></xt> <xt><title</xt> <xa>type</xa>=<xs>'text'</xs><xt>></xt> Juneau ATOM specification <xt></title></xt> - <xt><updated></xt>2013-05-08T12:29:29Z<xt></updated></xt> - <xt><generator</xt> <xa>uri</xa>=<xs>'http://juneau.ibm.com/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> + <xt><updated></xt>2016-01-02T03:04:05Z<xt></updated></xt> + <xt><generator</xt> <xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> Juneau <xt></generator></xt> <xt><subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>></xt> - A &lt;em&gt;lot&lt;/em&gt; of effort went into making this effortless + Describes &lt;em&stuff&lt;/em&gt; about Juneau <xt></subtitle></xt> <xt><entry></xt> <xt><author></xt> <xt><name></xt>James Bognar<xt></name></xt> - <xt><uri></xt>http://www.sample.com/<xt></uri></xt> - <xt><email></xt>[email protected]<xt></email></xt> + <xt><uri></xt>http://juneau.apache.org/<xt></uri></xt> + <xt><email></xt>[email protected]<xt></email></xt> <xt></author></xt> <xt><contributor></xt> <xt><name></xt>Barry M. Caceres<xt></name></xt> <xt></contributor></xt> <xt><id></xt> - tag:juneau.sample.com,2013:1.2345 + tag:juneau.apache.org <xt></id></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs><xt>/></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs><xt>/></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs><xt>/></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs><xt>/></xt> <xt><title></xt> Juneau ATOM specification snapshot <xt></title></xt> - <xt><updated></xt>2013-05-08T12:29:29Z<xt></updated></xt> - <xt><content</xt> <xa>xml:base</xa>=<xs>'http://www.ibm.com/'</xs> <xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> + <xt><updated></xt>2016-01-02T03:04:05Z<xt></updated></xt> + <xt><content</xt> <xa>xml:base</xa>=<xs>'http://www.apache.org/'</xs> <xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> <xt><div</xt> <xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml"</xs><xt>></xt><xt><p></xt><xt><i></xt>[Update: Juneau supports ATOM.]<xt></i></xt><xt></p></xt><xt></div></xt> <xt></content></xt> - <xt><published></xt>2013-05-08T12:29:29Z<xt></published></xt> + <xt><published></xt>2016-01-02T03:04:05Z<xt></published></xt> <xt></entry></xt> <xt></feed></xt> </p> @@ -486,45 +486,45 @@ <p class='bcode'> { id: { - text: <js>'tag:juneau.sample.com,2013:1'</js> + text: <js>'tag:juneau.apache.org'</js> }, links: [ { - href: <js>'http://www.sample.com/'</js>, + href: <js>'http://juneau.apache.org/'</js>, rel: <js>'alternate'</js>, type: <js>'text/html'</js>, hreflang: <js>'en'</js> }, { - href: <js>'http://www.sample.com/feed.atom'</js>, + href: <js>'http://juneau.apache.org/juneau.atom'</js>, rel: <js>'self'</js>, type: <js>'application/atom+xml'</js> } ], rights: { - text: <js>'Copyright (c) 2013, IBM'</js> + text: <js>'Copyright (c) 2016, Apache Foundation'</js> }, title: { type: <js>'text'</js>, text: <js>'Juneau ATOM specification'</js> }, - updated: <js>'2013-05-08T12:29:29Z'</js>, + updated: <js>'2016-01-02T03:04:05Z'</js>, generator: { - uri: <js>'http://juneau.ibm.com/'</js>, + uri: <js>'http://juneau.apache.org/'</js>, version: <js>'1.0'</js>, text: <js>'Juneau'</js> }, subtitle: { type: <js>'html'</js>, - text: <js>'A <em>lot</em> of effort went into making this effortless'</js> + text: <js>'Describes <em>stuff</em> about Juneau'</js> }, entries: [ { authors: [ { name: <js>'James Bognar'</js>, - uri: <js>'http://www.sample.com/'</js>, - email: <js>'[email protected]'</js> + uri: <js>'http://juneau.apache.org/'</js>, + email: <js>'[email protected]'</js> } ], contributors: [ @@ -533,16 +533,16 @@ } ], id: { - text: <js>'tag:juneau.sample.com,2013:1.2345'</js> + text: <js>'tag:juneau.apache.org'</js> }, links: [ { - href: <js>'http://www.sample.com/2012/05/08/juneau.atom'</js>, + href: <js>'http://juneau.apache.org/juneau.atom'</js>, rel: <js>'alternate'</js>, type: <js>'text/html'</js> }, { - href: <js>'http://www.sample.com/audio/juneau_podcast.mp3'</js>, + href: <js>'http://juneau.apache.org/audio/juneau_podcast.mp3'</js>, rel: <js>'enclosure'</js>, type: <js>'audio/mpeg'</js>, length: <jk>12345</jk> @@ -551,14 +551,14 @@ title: { text: <js>'Juneau ATOM specification snapshot'</js> }, - updated: <js>'2013-05-08T12:29:29Z'</js>, + updated: <js>'2016-01-02T03:04:05Z'</js>, content: { - base: <js>'http://www.ibm.com/'</js>, + base: <js>'http://www.apache.org/'</js>, lang: <js>'en'</js>, type: <js>'xhtml'</js>, text: <js>'<div xmlns="http://www.w3.org/1999/xhtml"><p><i>[Update: Juneau supports ATOM.]</i></p></div>'</js> }, - published: <js>'2013-05-08T12:29:29Z'</js> + published: <js>'2016-01-02T03:04:05Z'</js> } ] } @@ -590,39 +590,39 @@ <p class='bcode'> <xt><rdf:RDF</xt> <xa>xmlns:rdf</xa>=<xs>'http://www.w3.org/1999/02/22-rdf-syntax-ns#'</xs> - <xa>xmlns:j</xa>=<xs>'http://www.ibm.com/juneau/'</xs> - <xa>xmlns:jp</xa>=<xs>'http://www.ibm.com/juneaubp/'</xs> + <xa>xmlns:j</xa>=<xs>'http://www.apache.org/juneau/'</xs> + <xa>xmlns:jp</xa>=<xs>'http://www.apache.org/juneaubp/'</xs> <xa>xmlns:atom</xa>=<xs>'http://www.w3.org/2005/Atom/'</xs> <xa>xmlns:j.0</xa>=<xs>'http://www.w3.org/XML/1998/'</xs><xt>></xt> <xt><rdf:Description></xt> <xt><atom:id</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:text></xt>tag:juneau.sample.com,2013:1<xt></atom:text></xt> + <xt><atom:text></xt>tag:juneau.apache.org<xt></atom:text></xt> <xt></atom:id></xt> <xt><atom:links></xt> <xt><rdf:Seq></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:href></xt>http://www.sample.com/<xt></atom:href></xt> + <xt><atom:href></xt>http://juneau.apache.org/<xt></atom:href></xt> <xt><atom:rel></xt>alternate<xt></atom:rel></xt> <xt><atom:type></xt>text/html<xt></atom:type></xt> <xt><atom:hreflang></xt>en<xt></atom:hreflang></xt> <xt></rdf:li></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:href></xt>http://www.sample.com/feed.atom<xt></atom:href></xt> + <xt><atom:href></xt>http://juneau.apache.org/feed.atom<xt></atom:href></xt> <xt><atom:rel></xt>self<xt></atom:rel></xt> <xt><atom:type></xt>application/atom+xml<xt></atom:type></xt> <xt></rdf:li></xt> <xt></rdf:Seq></xt> <xt></atom:links></xt> <xt><atom:rights</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:text></xt>Copyright (c) 2013, IBM<xt></atom:text></xt> + <xt><atom:text></xt>Copyright (c) 2016, Apache Foundation<xt></atom:text></xt> <xt></atom:rights></xt> <xt><atom:title</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> <xt><atom:type></xt>text<xt></atom:type></xt> <xt><atom:text></xt>Juneau ATOM specification<xt></atom:text></xt> <xt></atom:title></xt> - <xt><atom:updated></xt>2013-05-08T12:29:29Z<xt></atom:updated></xt> + <xt><atom:updated></xt>2016-01-02T03:04:05Z<xt></atom:updated></xt> <xt><atom:generator</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:uri</xt> <xa>rdf:resource</xa>=<xs>'http://juneau.ibm.com/'</xs><xt>/></xt> + <xt><atom:uri</xt> <xa>rdf:resource</xa>=<xs>'http://juneau.apache.org/'</xs><xt>/></xt> <xt><atom:version></xt>1.0<xt></atom:version></xt> <xt><atom:text></xt>Juneau<xt></atom:text></xt> <xt></atom:generator></xt> @@ -637,7 +637,7 @@ <xt><rdf:Seq></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> <xt><atom:name></xt>James Bognar<xt></atom:name></xt> - <xt><atom:uri</xt> <xa>rdf:resource</xa>=<xs>'http://www.sample.com/'</xs><xt>/></xt> + <xt><atom:uri</xt> <xa>rdf:resource</xa>=<xs>'http://juneau.apache.org/'</xs><xt>/></xt> <xt><atom:email></xt>[email protected]<xt></atom:email></xt> <xt></rdf:li></xt> <xt></rdf:Seq></xt> @@ -650,17 +650,17 @@ <xt></rdf:Seq></xt> <xt></atom:contributors></xt> <xt><atom:id</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:text></xt>tag:juneau.sample.com,2013:1.2345<xt></atom:text></xt> + <xt><atom:text></xt>tag:juneau.apache.org<xt></atom:text></xt> <xt></atom:id></xt> <xt><atom:links></xt> <xt><rdf:Seq></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:href></xt>http://www.sample.com/2012/05/08/juneau.atom<xt></atom:href></xt> + <xt><atom:href></xt>http://juneau.apache.org/juneau.atom<xt></atom:href></xt> <xt><atom:rel></xt>alternate<xt></atom:rel></xt> <xt><atom:type></xt>text/html<xt></atom:type></xt> <xt></rdf:li></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:href></xt>http://www.sample.com/audio/juneau_podcast.mp3<xt></atom:href></xt> + <xt><atom:href></xt>http://juneau.apache.org/audio/juneau_podcast.mp3<xt></atom:href></xt> <xt><atom:rel></xt>enclosure<xt></atom:rel></xt> <xt><atom:type></xt>audio/mpeg<xt></atom:type></xt> <xt><atom:length></xt>12345<xt></atom:length></xt> @@ -670,14 +670,14 @@ <xt><atom:title</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> <xt><atom:text></xt>Juneau ATOM specification snapshot<xt></atom:text></xt> <xt></atom:title></xt> - <xt><atom:updated></xt>2013-05-08T12:29:29Z<xt></atom:updated></xt> + <xt><atom:updated></xt>2016-01-02T03:04:05Z<xt></atom:updated></xt> <xt><atom:content</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><j.0:namespacebase</xt> <xa>rdf:resource</xa>=<xs>'http://www.ibm.com/'</xs><xt>/></xt> + <xt><j.0:namespacebase</xt> <xa>rdf:resource</xa>=<xs>'http://www.apache.org/'</xs><xt>/></xt> <xt><j.0:namespacelang></xt>en<xt></j.0:namespacelang></xt> <xt><atom:type></xt>xhtml<xt></atom:type></xt> <xt><atom:text></xt>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;i&gt;[Update: Juneau supports ATOM.]&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;<xt></atom:text></xt> <xt></atom:content></xt> - <xt><atom:published></xt>2013-05-08T12:29:29Z<xt></atom:published></xt> + <xt><atom:published></xt>2016-01-02T03:04:05Z<xt></atom:published></xt> <xt></rdf:li></xt> <xt></rdf:Seq></xt> <xt></atom:entries></xt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html b/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html index c9ff5ba..d73bd62 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/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.dto.atom Class Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.dto.atom Class Hierarchy (Apache Juneau (incubating) 6.0.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.dto.atom Class Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.dto.atom Class Hierarchy (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html b/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html index fe03691..652ca8f 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Package org.apache.juneau.dto.atom (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Package org.apache.juneau.dto.atom (Apache Juneau (incubating) 6.0.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="Uses of Package org.apache.juneau.dto.atom (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Package org.apache.juneau.dto.atom (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html b/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html index 8e2bdb1..3d49614 100644 --- a/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html +++ b/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.Link (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.Link (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.Link (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.Link (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html b/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html index 82e5c53..a78e1fd 100644 --- a/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html +++ b/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.ResultSetList (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.ResultSetList (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.ResultSetList (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.ResultSetList (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html index 978a4ee..1251ae8 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Column (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Column (Apache Juneau (incubating) 6.0.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="Column (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Column (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html index 43f1cac..7626842 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>DataSet.Row (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>DataSet.Row (Apache Juneau (incubating) 6.0.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="DataSet.Row (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="DataSet.Row (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html index ae9db57..67490e7 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>DataSet (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>DataSet (Apache Juneau (incubating) 6.0.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="DataSet (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="DataSet (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html index 4f2ce27..af2f73f 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.cognos.Column (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.cognos.Column (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.cognos.Column (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.cognos.Column (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html index b7976a7..9727d6e 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.cognos.DataSet.Row (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.cognos.DataSet.Row (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.cognos.DataSet.Row (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.cognos.DataSet.Row (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html index 0c3ac77..9de9540 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.cognos.DataSet (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.cognos.DataSet (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.cognos.DataSet (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.cognos.DataSet (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html b/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html index 0edd7f6..bb59c8c 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/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.dto.cognos (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.dto.cognos (Apache Juneau (incubating) 6.0.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/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html b/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html index e0dd02f..b09f0ca 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/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.dto.cognos (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.dto.cognos (Apache Juneau (incubating) 6.0.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.dto.cognos (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.dto.cognos (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html b/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html index cffdccb..f5df42f 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/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.dto.cognos Class Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>org.apache.juneau.dto.cognos Class Hierarchy (Apache Juneau (incubating) 6.0.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.dto.cognos Class Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="org.apache.juneau.dto.cognos Class Hierarchy (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html b/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html index dec6995..effa277 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Package org.apache.juneau.dto.cognos (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Package org.apache.juneau.dto.cognos (Apache Juneau (incubating) 6.0.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="Uses of Package org.apache.juneau.dto.cognos (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Package org.apache.juneau.dto.cognos (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html index 8513bb9..3881ae3 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonType (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>JsonType (Apache Juneau (incubating) 6.0.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="JsonType (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="JsonType (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html index b9764ee..cbafdc2 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonTypeArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>JsonTypeArray (Apache Juneau (incubating) 6.0.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="JsonTypeArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="JsonTypeArray (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html index 49fc0c9..dc25673 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 6.0.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="Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html index a52d5ac..20b8104 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 6.0.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="Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html index aab87f5..827bf56 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 6.0.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="Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html index 96144e4..bb4ab59 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 6.0.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="Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html index ebab719..2555d62 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Schema (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Schema (Apache Juneau (incubating) 6.0.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="Schema (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Schema (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html index deb31a5..be62547 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SchemaArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>SchemaArray (Apache Juneau (incubating) 6.0.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="SchemaArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="SchemaArray (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html index ec8c4fa..57ee266 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SchemaMap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>SchemaMap (Apache Juneau (incubating) 6.0.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="SchemaMap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="SchemaMap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html index 760433d..9b0d50c 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SchemaProperty (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>SchemaProperty (Apache Juneau (incubating) 6.0.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="SchemaProperty (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="SchemaProperty (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html index 2a831fa..cfbcd9a 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SchemaPropertySimpleArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>SchemaPropertySimpleArray (Apache Juneau (incubating) 6.0.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="SchemaPropertySimpleArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="SchemaPropertySimpleArray (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html index 75267b1..3289f1b 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SchemaRef (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>SchemaRef (Apache Juneau (incubating) 6.0.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="SchemaRef (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="SchemaRef (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html index e8c08e0..35e6dd2 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.JsonType (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.JsonType (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.JsonType (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.JsonType (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html index e4b1781..2a9d02a 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.JsonTypeArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.JsonTypeArray (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.JsonTypeArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.JsonTypeArray (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html index 7f77db8..fb44607 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html index 5199a96..c25b3e6 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html index e8c8948..211b642 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html index c19533b..fcd826a 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html index c00947f..26bcfb1 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.Schema (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.Schema (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html index 3a0e5d3..4bb197f 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaArray (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.SchemaArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.SchemaArray (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html index c4673d9..e8dc6d5 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaMap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaMap (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.SchemaMap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.SchemaMap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html index 63fdca4..acfa50e 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaProperty (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaProperty (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.SchemaProperty (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.SchemaProperty (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html index 595f15f..8ce8527 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaPropertySimpleArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaPropertySimpleArray (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.SchemaPropertySimpleArray (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.SchemaPropertySimpleArray (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html index e829e38..86636ce 100644 --- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html +++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaRef (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaRef (Apache Juneau (incubating) 6.0.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="Uses of Class org.apache.juneau.dto.jsonschema.SchemaRef (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.dto.jsonschema.SchemaRef (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; } } catch(err) {
