http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/contribute/website/index.html ---------------------------------------------------------------------- diff --git a/contribute/website/index.html b/contribute/website/index.html index 2f5e77c..c10877b 100644 --- a/contribute/website/index.html +++ b/contribute/website/index.html @@ -123,16 +123,19 @@ <h1 id="maintaining-the-yetus-website">Maintaining the Yetus Website</h1> <p>We use <a href="https://middlemanapp.com/">Middleman</a> to generate the website content from markdown and other -dynamic templates. The following steps assume you have a working -ruby 2.x environment setup:</p> -<div class="highlight"><pre class="highlight shell"><code>gem <span class="nb">install </span>bundler -bundle <span class="nb">install</span> +dynamic templates.If you’re interested in digging into how our site makes use of Middleman, or if you run into a problem, you should start +by reading <a href="https://middlemanapp.com/basics/install/">Middleman’s excellent documentation</a>.</p> +<div class="highlight"><pre class="highlight plaintext"><code>NOTE: The Docker container launched by `./start-build-env.sh` should have everything you need to maintain the website. + +NOTE: You MUST have run `mvn install` at least once prior to running `mvn site`. +</code></pre></div> +<p>The following steps assume you have a working ruby 2.x environment setup:</p> +<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span><span class="nb">sudo </span>gem <span class="nb">install </span>bundler +<span class="nv">$ </span><span class="nb">cd </span>asf-site-src +<span class="nv">$ </span>bundle <span class="nb">install</span> </code></pre></div> <p>and a working python 2.x environment for <a href="../in-progress/releasedocmaker/">releasedocmaker</a>.</p> -<p>If you’re interested in digging into how our site makes use of Middleman, or if you run into a problem, you should start -by reading <a href="https://middlemanapp.com/basics/install/">Middleman’s excellent documentation</a>.</p> - <h2 id="make-changes-in-asf-site-src-source">Make changes in asf-site-src/source</h2> <p>Make any changes in the source directory:</p> @@ -147,25 +150,22 @@ vi contribute.html.md <div class="highlight"><pre class="highlight shell"><code><span class="nb">cd</span> ../precommit/core.d vi 01-common.sh </code></pre></div> -<p>e.g. Audience Annotations requires running Maven.</p> -<div class="highlight"><pre class="highlight shell"><code><span class="nb">cd</span> ../audience-annotations-component -mvn <span class="nt">-DskipTests</span> <span class="nt">-Pinclude-jdiff-module</span> javadoc:aggregate -<span class="nb">cd</span> - -</code></pre></div> <h2 id="generating-the-website">Generating the website</h2> -<p>To generate the static website for Apache Yetus run the following commands at the root asf-site-src directory:</p> -<div class="highlight"><pre class="highlight shell"><code>bundle <span class="nb">exec </span>middleman build +<p>To generate the static website for Apache Yetus run the following command at the root directory:</p> +<div class="highlight"><pre class="highlight shell"><code>mvn <span class="nt">--batch-mode</span> <span class="nb">install +</span>mvn <span class="nt">--batch-mode</span> site </code></pre></div> -<p>This command will create a static website in the <code>publish</code> sub directory. You can load it in a web browser, e.g. assuming you are still in the asf-site-src directory on OS X:</p> -<div class="highlight"><pre class="highlight shell"><code>open publish/index.html +<p>Apache Yetus uses itself to build parts of its website. (‘Flying our own airplanes’) This command will first generate a full build of Apache Yetus and create a static website in the <code>asf-site-src/target/site</code> sub directory and a tarball of the site in yetus-dist/target/. You can load it in a web browser, e.g. assuming you are still in the asf-site-src directory on OS X:</p> +<div class="highlight"><pre class="highlight shell"><code>open asf-site-src/target/site/index.html </code></pre></div> <h2 id="live-development">Live Development</h2> <p>Live development of the site enables automatic reload when changes are saved. -To enable run the following command and then open a browser and navigate to +To enable, run the following commands and then open a browser and navigate to <a href="http://localhost:4567/">http://localhost:4567</a></p> -<div class="highlight"><pre class="highlight shell"><code>bundle <span class="nb">exec </span>middleman +<div class="highlight"><pre class="highlight shell"><code><span class="nb">cd </span>asf-site-src +bundle <span class="nb">exec </span>middleman </code></pre></div> <h2 id="publishing-the-site">Publishing the Site</h2> @@ -177,9 +177,9 @@ To enable run the following command and then open a browser and navigate to <span class="nv">$ </span>git checkout master <span class="nv">$ </span>git reset <span class="nt">--hard</span> origin/master <span class="nv">$ </span>git clean <span class="nt">-xdf</span> -<span class="nv">$ </span><span class="nb">cd </span>asf-site-src -<span class="nv">$ </span>bundle <span class="nb">exec </span>middleman build -<span class="nv">$ </span>rsync <span class="nt">--quiet</span> <span class="nt">--checksum</span> <span class="nt">--inplace</span> <span class="nt">--recursive</span> publish/ ../../yetus-site/ +<span class="nv">$ </span>mvn <span class="nt">--batch-mode</span> <span class="nb">install</span> +<span class="nv">$ </span>mvn <span class="nt">--batch-mode</span> site +<span class="nv">$ </span>rsync <span class="nt">--quiet</span> <span class="nt">--checksum</span> <span class="nt">--inplace</span> <span class="nt">--recursive</span> yetus-dist/target/apache-yetus-<span class="k">${</span><span class="nv">project</span><span class="p">.version</span><span class="k">}</span><span class="nt">-SNAPSHOT-site</span>/ ../../yetus-site/ <span class="nv">$ </span><span class="nb">cd</span> ../../yetus-site <span class="nv">$ </span><span class="c"># check the set of differences</span> <span class="nv">$ </span>git add <span class="nt">-p</span>
http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/css/maven-base.css ---------------------------------------------------------------------- diff --git a/css/maven-base.css b/css/maven-base.css new file mode 100644 index 0000000..322efae --- /dev/null +++ b/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/css/maven-theme.css ---------------------------------------------------------------------- diff --git a/css/maven-theme.css b/css/maven-theme.css new file mode 100644 index 0000000..d3407e8 --- /dev/null +++ b/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/css/print.css ---------------------------------------------------------------------- diff --git a/css/print.css b/css/print.css new file mode 100644 index 0000000..18fcbad --- /dev/null +++ b/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/css/site.css ---------------------------------------------------------------------- diff --git a/css/site.css b/css/site.css new file mode 100644 index 0000000..055e7e2 --- /dev/null +++ b/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html index f062619..78b062c 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html +++ b/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html index b21d5aa..41b81f1 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html +++ b/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/constant-values.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/constant-values.html b/documentation/0.6.0/audience-annotations-apidocs/constant-values.html index 0627117..f55f011 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/constant-values.html +++ b/documentation/0.6.0/audience-annotations-apidocs/constant-values.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html index bddfe94..4f9405b 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html +++ b/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/help-doc.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/help-doc.html b/documentation/0.6.0/audience-annotations-apidocs/help-doc.html index 5c209bc..be1dfa0 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/help-doc.html +++ b/documentation/0.6.0/audience-annotations-apidocs/help-doc.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Help (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/index-all.html b/documentation/0.6.0/audience-annotations-apidocs/index-all.html index 396accb..e50a47c 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/index-all.html +++ b/documentation/0.6.0/audience-annotations-apidocs/index-all.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Index (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/index.html b/documentation/0.6.0/audience-annotations-apidocs/index.html index 35d4031..6992508 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/index.html +++ b/documentation/0.6.0/audience-annotations-apidocs/index.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Apache Yetus - Audience Annotations Component 0.6.0 API</title> <script type="text/javascript"> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html index c87dd4b..32ce1b3 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html index b23e504..ff83c04 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html index b002f07..cf3a363 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html index 47a0232..f63578c 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html index c3d35c9..96f5154 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html index 9650fed..884703f 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html index 773a233..e8fb7ab 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html index 767f27c..300f302 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html index f55e94d..75678e6 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html index 6a82438..4d8c892 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html index 2aaf175..5b45c6d 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html index 1707495..3f62649 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html index 9d809b1..82ef695 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html index 0ec6356..9d11a94 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html index 682773c..477ce99 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html index 93a7064..1c6ca78 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html index f0e485e..1d29544 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html index fe6ae79..ac60aae 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html index fcc39c8..6a18d6d 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html index 33321b2..1cb17fe 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html index 371a92e..865cf5d 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html index 7a076b0..f2dd20f 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html index df580fb..13ac8c3 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html index d225ca5..d15411b 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html index 6d37c4b..fb9d25d 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html index 62e74c8..c4bd16c 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html index 909b269..db51f8f 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html index 3453055..3a074c3 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html index 7df5173..570e917 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html index 8591b43..e1c291d 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html +++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html index 9e8dce0..030ea00 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html +++ b/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:58 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Overview List (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html index d29488a..f46d3b0 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html +++ b/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Overview (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html ---------------------------------------------------------------------- diff --git a/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html index 0e5eae1..5f53cde 100644 --- a/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html +++ b/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:26 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:09:59 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.6.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/allclasses-frame.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.7.0/audience-annotations-apidocs/allclasses-frame.html index d5533d3..2093e8a 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/allclasses-frame.html +++ b/documentation/0.7.0/audience-annotations-apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/allclasses-noframe.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.7.0/audience-annotations-apidocs/allclasses-noframe.html index 95414bb..2697467 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/allclasses-noframe.html +++ b/documentation/0.7.0/audience-annotations-apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/constant-values.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/constant-values.html b/documentation/0.7.0/audience-annotations-apidocs/constant-values.html index 809c117..767670a 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/constant-values.html +++ b/documentation/0.7.0/audience-annotations-apidocs/constant-values.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/deprecated-list.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.7.0/audience-annotations-apidocs/deprecated-list.html index 51adcb3..34ff6da 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/deprecated-list.html +++ b/documentation/0.7.0/audience-annotations-apidocs/deprecated-list.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/help-doc.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/help-doc.html b/documentation/0.7.0/audience-annotations-apidocs/help-doc.html index ece8ccf..0acdec4 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/help-doc.html +++ b/documentation/0.7.0/audience-annotations-apidocs/help-doc.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Help (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/index-all.html b/documentation/0.7.0/audience-annotations-apidocs/index-all.html index 3d29a0a..890ac96 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/index-all.html +++ b/documentation/0.7.0/audience-annotations-apidocs/index-all.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Index (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/index.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/index.html b/documentation/0.7.0/audience-annotations-apidocs/index.html index 2684e16..c8ffdb6 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/index.html +++ b/documentation/0.7.0/audience-annotations-apidocs/index.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Apache Yetus - Audience Annotations Component 0.7.0 API</title> <script type="text/javascript"> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html index 4209d5a..8549cf8 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:37 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html index 84b2bbd..d164d34 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:37 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html index b533002..be0d385 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:37 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html index e75e815..dddfc0d 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:37 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html index 9b00993..413e2ac 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html index 842f50d..74f29c5 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html index 87cd9e8..d1d4056 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html index 4556a60..ceca14f 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html index 42a4914..e99cde5 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/yetus/blob/a22078fa/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html index 1f2e14f..7ce26f1 100644 --- a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_111) on Thu Aug 30 21:07:34 PDT 2018 --> +<!-- Generated by javadoc (1.8.0_111) on Fri Nov 30 09:10:38 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.7.0 API)</title> -<meta name="date" content="2018-08-30"> +<meta name="date" content="2018-11-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head>
