You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/08/12 18:50:54 UTC

[juneau-website] branch asf-site updated: Javadocs

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new af7eb6e  Javadocs
af7eb6e is described below

commit af7eb6e7e28409434a21f89b6fd8c9b63b3a3c3d
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Aug 12 14:50:41 2019 -0400

    Javadocs
---
 content/site/apidocs-8.1.0/javadoc.css             | 13 ----
 .../juneau/config/store/ConfigFileStore.html       |  4 +-
 content/site/apidocs-8.1.0/overview-summary.html   |  8 +--
 .../site/apidocs-8.1.0/resources/juneau-doc.css    | 13 +++-
 .../juneau/config/store/ConfigFileStore.html       |  4 +-
 content/styles/juneau-doc.css                      | 84 +++++++++++++++++-----
 6 files changed, 86 insertions(+), 40 deletions(-)

diff --git a/content/site/apidocs-8.1.0/javadoc.css b/content/site/apidocs-8.1.0/javadoc.css
index dde428d..5788027 100644
--- a/content/site/apidocs-8.1.0/javadoc.css
+++ b/content/site/apidocs-8.1.0/javadoc.css
@@ -703,16 +703,3 @@ h2.preview-section {
 	border-radius:10px;
 	font-size: 1.2em;
 }
-
-.new {
-	background-color:lightgreen;
-}
-
-.updated {
-	background-color:#CFC;
-}
-
-.todo {
-	background-color:#FD8;
-}
-
diff --git a/content/site/apidocs-8.1.0/org/apache/juneau/config/store/ConfigFileStore.html b/content/site/apidocs-8.1.0/org/apache/juneau/config/store/ConfigFileStore.html
index 8469a12..8fe82f5 100644
--- a/content/site/apidocs-8.1.0/org/apache/juneau/config/store/ConfigFileStore.html
+++ b/content/site/apidocs-8.1.0/org/apache/juneau/config/store/ConfigFileStore.html
@@ -407,7 +407,7 @@ extends <a href="../../../../../org/apache/juneau/config/store/ConfigStore.html"
  Use a file system watcher for file system changes.
 
  <ul class='notes'>
-   <li class='note'>Calling <a href="../../../../../org/apache/juneau/config/store/ConfigFileStore.html#close--"><code>close()</code></a> on this object closes the watcher.
+   <li>Calling <a href="../../../../../org/apache/juneau/config/store/ConfigFileStore.html#close--"><code>close()</code></a> on this object closes the watcher.
  </ul></div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -441,7 +441,7 @@ extends <a href="../../../../../org/apache/juneau/config/store/ConfigStore.html"
  Determines how frequently the file system is polled for updates.
 
  <ul class='notes'>
-   <li class='note'>This relies on internal Sun packages and may not work on all JVMs.
+   <li>This relies on internal Sun packages and may not work on all JVMs.
  </ul></div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
diff --git a/content/site/apidocs-8.1.0/overview-summary.html b/content/site/apidocs-8.1.0/overview-summary.html
index 15d8d48..f309997 100644
--- a/content/site/apidocs-8.1.0/overview-summary.html
+++ b/content/site/apidocs-8.1.0/overview-summary.html
@@ -10389,15 +10389,15 @@
    )
 </p>
 <ul class='notes'>
-   <li class='note'>
+   <li>
       Array properties can also use CSV/SSV/PIPES for array notation.
       <br>Various notations can be mixed throughout.
-   <li class='note'>
+   <li>
       Schemas and POJOs can be defined arbitrarily deep.
-   <li class='note'>
+   <li>
       Schemas are optional.
       They can be skipped or partially defined.
-   <li class='note'>
+   <li>
       We make our best attempt to convert the input to the matching type.  
       However, you will get <c>SerializeExceptions</c> if you attempt an impossible conversion.
       (e.g. trying to serialize the string "foo" as a boolean). 
diff --git a/content/site/apidocs-8.1.0/resources/juneau-doc.css b/content/site/apidocs-8.1.0/resources/juneau-doc.css
index b280e58..fae3df5 100644
--- a/content/site/apidocs-8.1.0/resources/juneau-doc.css
+++ b/content/site/apidocs-8.1.0/resources/juneau-doc.css
@@ -366,7 +366,6 @@ ul.seealso:before {
 }
 ul.notes:before {
 	content: 'Notes:';
-	
 }
 ul.seealso:before, ul.notes:before {
 	white-space: pre;
@@ -488,3 +487,15 @@ div.severe {
 	background-color: #faced3;
 	border-left: 3px solid #b32400;
 }
+
+.new {
+	background-color:lightgreen;
+}
+
+.updated {
+	background-color:#CFC;
+}
+
+.todo {
+	background-color:#FD8;
+}
diff --git a/content/site/apidocs-8.1.0/src-html/org/apache/juneau/config/store/ConfigFileStore.html b/content/site/apidocs-8.1.0/src-html/org/apache/juneau/config/store/ConfigFileStore.html
index cf06525..53e3679 100644
--- a/content/site/apidocs-8.1.0/src-html/org/apache/juneau/config/store/ConfigFileStore.html
+++ b/content/site/apidocs-8.1.0/src-html/org/apache/juneau/config/store/ConfigFileStore.html
@@ -111,7 +111,7 @@
 <span class="sourceLineNo">103</span>    * Use a file system watcher for file system changes.<a name="line.103"></a>
 <span class="sourceLineNo">104</span>    *<a name="line.104"></a>
 <span class="sourceLineNo">105</span>    * &lt;ul class='notes'&gt;<a name="line.105"></a>
-<span class="sourceLineNo">106</span>    *    &lt;li class='note'&gt;Calling {@link #close()} on this object closes the watcher.<a name="line.106"></a>
+<span class="sourceLineNo">106</span>    *    &lt;li&gt;Calling {@link #close()} on this object closes the watcher.<a name="line.106"></a>
 <span class="sourceLineNo">107</span>    * &lt;/ul&gt;<a name="line.107"></a>
 <span class="sourceLineNo">108</span>    */<a name="line.108"></a>
 <span class="sourceLineNo">109</span>   public static final String FILESTORE_useWatcher = PREFIX + ".useWatcher.s";<a name="line.109"></a>
@@ -136,7 +136,7 @@
 <span class="sourceLineNo">128</span>    * Determines how frequently the file system is polled for updates.<a name="line.128"></a>
 <span class="sourceLineNo">129</span>    *<a name="line.129"></a>
 <span class="sourceLineNo">130</span>    * &lt;ul class='notes'&gt;<a name="line.130"></a>
-<span class="sourceLineNo">131</span>    *    &lt;li class='note'&gt;This relies on internal Sun packages and may not work on all JVMs.<a name="line.131"></a>
+<span class="sourceLineNo">131</span>    *    &lt;li&gt;This relies on internal Sun packages and may not work on all JVMs.<a name="line.131"></a>
 <span class="sourceLineNo">132</span>    * &lt;/ul&gt;<a name="line.132"></a>
 <span class="sourceLineNo">133</span>    */<a name="line.133"></a>
 <span class="sourceLineNo">134</span>   public static final String FILESTORE_watcherSensitivity = PREFIX + ".watcherSensitivity.s";<a name="line.134"></a>
diff --git a/content/styles/juneau-doc.css b/content/styles/juneau-doc.css
index 696e025..fae3df5 100755
--- a/content/styles/juneau-doc.css
+++ b/content/styles/juneau-doc.css
@@ -324,20 +324,62 @@ l {
 	font-size: 1.2em;
 }
 
-.spaced-list>li { padding:5px; max-width: 800px;}
-.footer .spaced-list ul { margin:0; max-width: 800px; }
+.spaced-list>li, .notes>li { 
+	padding:5px; max-width: 800px;
+}
+.footer .spaced-list ul, .notes>li { 
+	margin:0; max-width: 800px; 
+}
 
 /* Documentation Tree */
-.doctree li { 
+.doctree li, .javatree li, .seealso li, .notes li { 
 	max-width: 800px;
-	margin-top: 0px; 
+	margin-top: 0px;
 }
-.doctree>li { 
+.doctree>li, .seealso>li { 
     margin-bottom: 10px;
 }
-.doctree li { 
+.doctree li, .seealso li { 
     margin-top: 5px;
 }
+.doctree ul, .seealso ul { 
+	padding: 0px 0px 0px 15px; 
+	margin-top: -2px;
+	margin-bottom: -2px;
+}
+
+/* Java Tree */
+.javatree>li { 
+    margin-bottom: 1px;
+}
+.javatree li { 
+    margin-top: 1px;
+}
+.javatree ul { 
+	padding: 0px 0px 0px 20px; 
+	margin-top: 0px;
+	margin-bottom: 0px;
+}
+
+ul.seealso:before {
+	content: 'See Also:';
+}
+ul.notes:before {
+	content: 'Notes:';
+}
+ul.seealso:before, ul.notes:before {
+	white-space: pre;
+	font-size: 1.1em;
+	font-weight: bold;
+	color: #4e4e4e;
+	margin-left: -40px;
+	padding-bottom: 20px;
+    line-height: 30px;
+}
+ul.seealso, ul.notes {
+	margin-top:20px;
+}
+
 li.normal {
     list-style-image:none; 
 }
@@ -369,19 +411,13 @@ li.jf {
     list-style-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgCglpZD0ic3ZnMjgxMCIgCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIAoJeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAoJaGVpZ2h0PSIxMiIgCgl3aWR0aD0iMjQiIAoJdmVyc2lvbj0iMS4wIiAKCXZpZXdCb3g9IjAgLTE4MCA0ODAgNzIwIj4KICA8c3R5bGU+CiAgICAuaGVhdnkgeyBmb250OiBib2xkIDk2MHB4IHNhbnMtc2VyaWY7IHRleHQtc2hhZG93OiAxcHggMXB4IDFweCBibGFjazt9CiAgPC9zdHlsZT4KCTxkZWZ [...]
 }
 li.jp {
-    list-style-image: url('data:image/svg+xml;base64,iPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgCglpZD0ic3ZnMjgxMCIgCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIAoJeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAoJaGVpZ2h0PSIxNiIgCgl3aWR0aD0iMjQiIAoJdmVyc2lvbj0iMS4wIiAKCXZpZXdCb3g9IjAgLTEyMCA0ODAgNjAwIj4KICA8c3R5bGU+CiAgICAuaGVhdnkgeyBmb250OiBib2xkIDM1MHB4IHNhbnMtc2VyaWY7IHRleHQtc2hhZG93OiAxcHggMXB4IDFweCBibGFjazt9CiAgPC9zdHlsZT4KCTxkZW [...]
+    list-style-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgCglpZD0ic3ZnMjgxMCIgCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIAoJeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAoJaGVpZ2h0PSIxNiIgCgl3aWR0aD0iMjQiIAoJdmVyc2lvbj0iMS4wIiAKCXZpZXdCb3g9IjAgLTEyMCA0ODAgNjAwIj4KICA8c3R5bGU+CiAgICAuaGVhdnkgeyBmb250OiBib2xkIDM1MHB4IHNhbnMtc2VyaWY7IHRleHQtc2hhZG93OiAxcHggMXB4IDFweCBibGFjazt9CiAgPC9zdHlsZT4KCTxkZWZ [...]
 }
-
-.doctree ul { 
-	padding: 0px 0px 0px 15px; 
-	margin-top: -2px;
-	margin-bottom: -2px;
-}
-
-ul.doctree {
-	padding: 0px 0px 0px 15px; 
-	margin-left: 5px;
-	margin-top: -2px;
+ul.notes>li {
+    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgCglpZD0ic3ZnMjgxMCIgCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIAoJeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAoJaGVpZ2h0PSIyNCIgCgl3aWR0aD0iMzIiIAoJdmVyc2lvbj0iMS4wIiAKCXZpZXdCb3g9IjAgLTEyMCA0ODAgNjAwIj4KICA8c3R5bGU+CiAgICAuaGVhdnkgeyBmb250OiAzNTBweCBzYW5zLXNlcmlmOyB0ZXh0LXNoYWRvdzogMXB4IDFweCAxcHggYmxhY2s7fQogIDwvc3R5bGU+Cgk8ZGVmcyBpZD0iZGVmc [...]
+	padding: 10px 10px 10px 40px;
+  	list-style: none;
+  	margin-left: -40px;
 }
 
 .topic a {
@@ -451,3 +487,15 @@ div.severe {
 	background-color: #faced3;
 	border-left: 3px solid #b32400;
 }
+
+.new {
+	background-color:lightgreen;
+}
+
+.updated {
+	background-color:#CFC;
+}
+
+.todo {
+	background-color:#FD8;
+}