You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ma...@apache.org on 2017/11/09 19:59:50 UTC

svn commit: r1020621 [2/25] - in /websites/production/commons/content/proper/commons-daemon: ./ apidocs/ apidocs/org/apache/commons/daemon/ apidocs/org/apache/commons/daemon/class-use/ apidocs/org/apache/commons/daemon/support/ apidocs/org/apache/commo...

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonInitException.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonInitException.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonInitException.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>DaemonInitException (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>DaemonInitException (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonInitException (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="DaemonInitException (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -83,13 +85,13 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
+<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
+<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.commons.daemon.DaemonInitException</li>
@@ -105,16 +107,20 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
+<dd><a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/commons/daemon/DaemonInitException.html#line.24">DaemonInitException</a>
-extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<pre>public class <span class="strong">DaemonInitException</span>
+extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Throw this during init if you can't initialise yourself for some expected 
  reason.  Using this exception will cause the exception's message to come out
  on stdout, rather than a dirty great stacktrace.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.commons.daemon.DaemonInitException">Serialized Form</a></dd></dl>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Id: DaemonInitException.java 1204007 2011-11-19 16:10:29Z ggregory $</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Nick Griffiths (nicobrevin@gmail.com)</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.commons.daemon.DaemonInitException">Serialized Form</a></dd></dl>
 </li>
 </ul>
 </div>
@@ -133,11 +139,11 @@ extends <a href="http://docs.oracle.com/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException(java.lang.String)">DaemonInitException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException(java.lang.String)">DaemonInitException</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException(java.lang.String,%20java.lang.Throwable)">DaemonInitException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
-                                      <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException(java.lang.String, java.lang.Throwable)">DaemonInitException</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
+                   <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -155,7 +161,7 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonInitException.html#getMessageWithCause()">getMessageWithCause</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -163,15 +169,15 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed(java.lang.Throwable)" title="class or interface in java.lang">addSuppressed</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace()" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getCause()" title="class or interface in java.lang">getCause</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage()" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getMessage()" title="class or interface in java.lang">getMessage</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace()" title="class or inter
 face in java.lang">getStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed()" title="class or interface in java.lang">getSuppressed</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#initCause(java.lang.Throwable)" title="class or interface in java.lang">initCause</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace()" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintStream)" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintWriter)" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lan
 g/Throwable.html?is-external=true#setStackTrace(java.lang.StackTraceElement[])" title="class or interface in java.lang">setStackTrace</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
+<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed(java.lang.Throwable)" title="class or interface in java.lang">addSuppressed</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace()" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getCause()" title="class or interface in java.lang">getCause</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage()" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getMessage()" title="class or interface in java.lang">getMessage</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace(
 )" title="class or interface in java.lang">getStackTrace</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed()" title="class or interface in java.lang">getSuppressed</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#initCause(java.lang.Throwable)" title="class or interface in java.lang">initCause</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace()" title="class or interface in java.lang">printStackTrace</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintStream)" title="class or interface in java.lang">printStackTrace</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintWriter)" title="class or interface in java.lang">printStackTrace</a>, <a href="http:
 //download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace(java.lang.StackTraceElement[])" title="class or interface in java.lang">setStackTrace</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com
 /javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -193,7 +199,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>DaemonInitException</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonInitException.html#line.31">DaemonInitException</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</pre>
+<pre>public&nbsp;DaemonInitException(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</pre>
 </li>
 </ul>
 <a name="DaemonInitException(java.lang.String, java.lang.Throwable)">
@@ -202,8 +208,8 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DaemonInitException</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonInitException.html#line.36">DaemonInitException</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
-                   <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
+<pre>public&nbsp;DaemonInitException(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
+                   <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 </li>
 </ul>
 </li>
@@ -220,7 +226,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getMessageWithCause</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonInitException.html#line.41">getMessageWithCause</a>()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMessageWithCause()</pre>
 </li>
 </ul>
 </li>
@@ -290,6 +296,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonListener.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonListener.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonListener.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>DaemonListener (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>DaemonListener (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonListener (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="DaemonListener (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -87,13 +89,15 @@
 <li class="blockList">
 <dl>
 <dt>All Superinterfaces:</dt>
-<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></dd>
+<dd><a href="http://download.oracle.com/javase/6/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></dd>
 </dl>
 <hr>
 <br>
-<pre>public interface <a href="../../../../src-html/org/apache/commons/daemon/DaemonListener.html#line.25">DaemonListener</a>
-extends <a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></pre>
+<pre>public interface <span class="strong">DaemonListener</span>
+extends <a href="http://download.oracle.com/javase/6/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></pre>
 <div class="block">EvenListener type wrapper.</div>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Id: DaemonListener.java 1204006 2011-11-19 16:09:15Z ggregory $</dd></dl>
 </li>
 </ul>
 </div>
@@ -159,6 +163,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonPermission.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonPermission.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonPermission.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>DaemonPermission (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>DaemonPermission (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonPermission (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="DaemonPermission (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -83,10 +85,10 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">java.security.Permission</a></li>
+<li><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">java.security.Permission</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.commons.daemon.DaemonPermission</li>
@@ -100,12 +102,12 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Guard.html?is-external=true" title="class or interface in java.security">Guard</a></dd>
+<dd><a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/security/Guard.html?is-external=true" title="class or interface in java.security">Guard</a></dd>
 </dl>
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.86">DaemonPermission</a>
-extends <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></pre>
+<pre>public final class <span class="strong">DaemonPermission</span>
+extends <a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></pre>
 <div class="block">Represents the permissions to control and query the status of
  a <code>Daemon</code>. A <code>DaemonPermission</code> consists of a
  target name and a list of actions associated with it.
@@ -166,7 +168,11 @@ extends <a href="http://docs.oracle.com/
   </tr>
  </table>
  </p></div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.commons.daemon.DaemonPermission">Serialized Form</a></dd></dl>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Id: DaemonPermission.java 1204010 2011-11-19 16:15:23Z ggregory $</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Pier Fumagalli</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.commons.daemon.DaemonPermission">Serialized Form</a></dd></dl>
 </li>
 </ul>
 </div>
@@ -186,35 +192,35 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>protected static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#CONTROL">CONTROL</a></strong></code>
 <div class="block">The target name when associated with control actions
  (&quot;control&quot;).</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>protected static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#CONTROL_RELOAD">CONTROL_RELOAD</a></strong></code>
 <div class="block">The action name associated with the permission to call the
  <code>DaemonController.reload()</code> method.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>protected static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#CONTROL_SHUTDOWN">CONTROL_SHUTDOWN</a></strong></code>
 <div class="block">The action name associated with the permission to call the
  <code>DaemonController.shutdown()</code> method.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>protected static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#CONTROL_START">CONTROL_START</a></strong></code>
 <div class="block">The action name associated with the permission to call the
  <code>DaemonController.start()</code> method.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>protected static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#CONTROL_STOP">CONTROL_STOP</a></strong></code>
 <div class="block">The action name associated with the permission to call the
  <code>DaemonController.stop()</code> method.</div>
@@ -255,7 +261,7 @@ extends <a href="http://docs.oracle.com/
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>protected static <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#WILDCARD">WILDCARD</a></strong></code>
 <div class="block">The &quot;wildcard&quot; action implying all actions for the given
  target name.</div>
@@ -276,14 +282,14 @@ extends <a href="http://docs.oracle.com/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#DaemonPermission(java.lang.String)">DaemonPermission</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</code>
+<td class="colOne"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#DaemonPermission(java.lang.String)">DaemonPermission</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</code>
 <div class="block">Creates a new <code>DaemonPermission</code> instance with a specified
  permission name.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#DaemonPermission(java.lang.String,%20java.lang.String)">DaemonPermission</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target,
-                                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;actions)</code>
+<td class="colOne"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#DaemonPermission(java.lang.String, java.lang.String)">DaemonPermission</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target,
+                <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;actions)</code>
 <div class="block">Creates a new <code>DaemonPermission</code> instance with a specified
  permission name and a specified list of actions.</div>
 </td>
@@ -305,12 +311,12 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
 <div class="block">Checks if a specified object equals <code>DaemonPermission</code>.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#getActions()">getActions</a></strong>()</code>
 <div class="block">Returns the list of actions permitted by this instance of
  <code>DaemonPermission</code> in its canonical form.</div>
@@ -324,13 +330,13 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#implies(java.security.Permission)">implies</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a>&nbsp;permission)</code>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#implies(java.security.Permission)">implies</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a>&nbsp;permission)</code>
 <div class="block">Checks if this <code>DaemonPermission</code> implies another
  <code>Permission</code>.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/daemon/DaemonPermission.html#toString()">toString</a></strong>()</code>
 <div class="block">Returns a <code>String</code> representation of this instance.</div>
 </td>
@@ -340,15 +346,15 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList"><a name="methods_inherited_from_class_java.security.Permission">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.security.<a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#checkGuard(java.lang.Object)" title="class or interface in java.security">checkGuard</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#getName()" title="class or interface in java.security">getName</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#newPermissionCollection()" title="class or interface in java.security">newPermissionCollection</a></code></li>
+<h3>Methods inherited from class&nbsp;java.security.<a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></h3>
+<code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#checkGuard(java.lang.Object)" title="class or interface in java.security">checkGuard</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#getName()" title="class or interface in java.security">getName</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#newPermissionCollection()" title="class or interface in java.security">newPermissionCollection</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-ex
 ternal=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api
 /java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -370,7 +376,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>CONTROL</h4>
-<pre>protected static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.99">CONTROL</a></pre>
+<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONTROL</pre>
 <div class="block">The target name when associated with control actions
  (&quot;control&quot;).</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.CONTROL">Constant Field Values</a></dd></dl>
@@ -382,7 +388,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>TYPE_CONTROL</h4>
-<pre>protected static final&nbsp;int <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.104">TYPE_CONTROL</a></pre>
+<pre>protected static final&nbsp;int TYPE_CONTROL</pre>
 <div class="block">The target type when associated with control actions.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.TYPE_CONTROL">Constant Field Values</a></dd></dl>
 </li>
@@ -393,7 +399,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>CONTROL_START</h4>
-<pre>protected static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.110">CONTROL_START</a></pre>
+<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONTROL_START</pre>
 <div class="block">The action name associated with the permission to call the
  <code>DaemonController.start()</code> method.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.CONTROL_START">Constant Field Values</a></dd></dl>
@@ -405,7 +411,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>CONTROL_STOP</h4>
-<pre>protected static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.116">CONTROL_STOP</a></pre>
+<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONTROL_STOP</pre>
 <div class="block">The action name associated with the permission to call the
  <code>DaemonController.stop()</code> method.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.CONTROL_STOP">Constant Field Values</a></dd></dl>
@@ -417,7 +423,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>CONTROL_SHUTDOWN</h4>
-<pre>protected static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.122">CONTROL_SHUTDOWN</a></pre>
+<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONTROL_SHUTDOWN</pre>
 <div class="block">The action name associated with the permission to call the
  <code>DaemonController.shutdown()</code> method.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.CONTROL_SHUTDOWN">Constant Field Values</a></dd></dl>
@@ -429,7 +435,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>CONTROL_RELOAD</h4>
-<pre>protected static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.128">CONTROL_RELOAD</a></pre>
+<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONTROL_RELOAD</pre>
 <div class="block">The action name associated with the permission to call the
  <code>DaemonController.reload()</code> method.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.CONTROL_RELOAD">Constant Field Values</a></dd></dl>
@@ -441,7 +447,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>MASK_CONTROL_START</h4>
-<pre>protected static final&nbsp;int <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.134">MASK_CONTROL_START</a></pre>
+<pre>protected static final&nbsp;int MASK_CONTROL_START</pre>
 <div class="block">The action mask associated with the permission to call the
  <code>DaemonController.start()</code> method.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.MASK_CONTROL_START">Constant Field Values</a></dd></dl>
@@ -453,7 +459,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>MASK_CONTROL_STOP</h4>
-<pre>protected static final&nbsp;int <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.140">MASK_CONTROL_STOP</a></pre>
+<pre>protected static final&nbsp;int MASK_CONTROL_STOP</pre>
 <div class="block">The action mask associated with the permission to call the
  <code>DaemonController.stop()</code> method.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.MASK_CONTROL_STOP">Constant Field Values</a></dd></dl>
@@ -465,7 +471,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>MASK_CONTROL_SHUTDOWN</h4>
-<pre>protected static final&nbsp;int <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.146">MASK_CONTROL_SHUTDOWN</a></pre>
+<pre>protected static final&nbsp;int MASK_CONTROL_SHUTDOWN</pre>
 <div class="block">The action mask associated with the permission to call the
  <code>DaemonController.shutdown()</code> method.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.MASK_CONTROL_SHUTDOWN">Constant Field Values</a></dd></dl>
@@ -477,7 +483,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>MASK_CONTROL_RELOAD</h4>
-<pre>protected static final&nbsp;int <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.152">MASK_CONTROL_RELOAD</a></pre>
+<pre>protected static final&nbsp;int MASK_CONTROL_RELOAD</pre>
 <div class="block">The action mask associated with the permission to call the
  <code>DaemonController.reload()</code> method.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.MASK_CONTROL_RELOAD">Constant Field Values</a></dd></dl>
@@ -489,7 +495,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>WILDCARD</h4>
-<pre>protected static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.158">WILDCARD</a></pre>
+<pre>protected static final&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> WILDCARD</pre>
 <div class="block">The &quot;wildcard&quot; action implying all actions for the given
  target name.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.commons.daemon.DaemonPermission.WILDCARD">Constant Field Values</a></dd></dl>
@@ -509,8 +515,8 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>DaemonPermission</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.186">DaemonPermission</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)
-                 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
+<pre>public&nbsp;DaemonPermission(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)
+                 throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
 <div class="block">Creates a new <code>DaemonPermission</code> instance with a specified
  permission name.
  <p>
@@ -518,7 +524,7 @@ extends <a href="http://docs.oracle.com/
  instance that <b>will not</b> grant any permission to the caller.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>target</code> - The target name of this permission.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the specified target name is not
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the specified target name is not
                 supported.</dd></dl>
 </li>
 </ul>
@@ -528,16 +534,16 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DaemonPermission</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.220">DaemonPermission</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target,
-                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;actions)
-                 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
+<pre>public&nbsp;DaemonPermission(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target,
+                <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;actions)
+                 throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
 <div class="block">Creates a new <code>DaemonPermission</code> instance with a specified
  permission name and a specified list of actions.
  <p>
  </p></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>target</code> - The target name of this permission.</dd><dd><code>actions</code> - The list of actions permitted by this permission.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the specified target name is not
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the specified target name is not
                 supported, or the specified list of actions includes an
                 invalid value.</dd></dl>
 </li>
@@ -556,12 +562,12 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getActions</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.244">getActions</a>()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getActions()</pre>
 <div class="block">Returns the list of actions permitted by this instance of
  <code>DaemonPermission</code> in its canonical form.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#getActions()" title="class or interface in java.security">getActions</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#getActions()" title="class or interface in java.security">getActions</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>The canonicalized list of actions.</dd></dl>
 </li>
 </ul>
@@ -571,11 +577,11 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.258">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;hashCode()</pre>
 <div class="block">Returns the hash code for this <code>DaemonPermission</code> instance.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#hashCode()" title="class or interface in java.security">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#hashCode()" title="class or interface in java.security">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>An hash code value.</dd></dl>
 </li>
 </ul>
@@ -585,11 +591,11 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.271">equals</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
+<pre>public&nbsp;boolean&nbsp;equals(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
 <div class="block">Checks if a specified object equals <code>DaemonPermission</code>.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.security">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.security">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd><b>true</b> or <b>false</b> wether the specified object equals
          this <code>DaemonPermission</code> instance or not.</dd></dl>
 </li>
@@ -600,12 +606,12 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>implies</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.298">implies</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a>&nbsp;permission)</pre>
+<pre>public&nbsp;boolean&nbsp;implies(<a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a>&nbsp;permission)</pre>
 <div class="block">Checks if this <code>DaemonPermission</code> implies another
  <code>Permission</code>.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#implies(java.security.Permission)" title="class or interface in java.security">implies</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#implies(java.security.Permission)" title="class or interface in java.security">implies</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd><b>true</b> or <b>false</b> wether the specified permission
          is implied by this <code>DaemonPermission</code> instance or
          not.</dd></dl>
@@ -617,11 +623,11 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonPermission.html#line.323">toString</a>()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
 <div class="block">Returns a <code>String</code> representation of this instance.</div>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#toString()" title="class or interface in java.security">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#toString()" title="class or interface in java.security">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security">Permission</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>A <code>String</code> representing this
          <code>DaemonPermission</code> instance.</dd></dl>
 </li>
@@ -693,6 +699,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonUserSignal.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonUserSignal.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/DaemonUserSignal.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>DaemonUserSignal (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>DaemonUserSignal (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DaemonUserSignal (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="DaemonUserSignal (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -87,7 +89,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public interface <a href="../../../../src-html/org/apache/commons/daemon/DaemonUserSignal.html#line.29">DaemonUserSignal</a></pre>
+<pre>public interface <span class="strong">DaemonUserSignal</span></pre>
 <div class="block">Tags a Daemon as supporting some kind of
  signaling method that allows the java application to
  perform a custom action.
@@ -95,6 +97,10 @@
  User must implement a signal method that will be called from
  native upon receiving <code>SIGUSR2</code> signal from the operating system.
  </p></div>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Id: DaemonUserSignal.java 1204010 2011-11-19 16:15:23Z ggregory $</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Nick Griffiths <ni...@gmail.com>, Mladen Turk <mt...@apache.org></dd></dl>
 </li>
 </ul>
 </div>
@@ -140,7 +146,7 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>signal</h4>
-<pre>void&nbsp;<a href="../../../../src-html/org/apache/commons/daemon/DaemonUserSignal.html#line.35">signal</a>()</pre>
+<pre>void&nbsp;signal()</pre>
 <div class="block">Performs a custom action on received user signal.</div>
 </li>
 </ul>
@@ -211,6 +217,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/Daemon.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/Daemon.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/Daemon.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.daemon.Daemon (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>Uses of Interface org.apache.commons.daemon.Daemon (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.commons.daemon.Daemon (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.commons.daemon.Daemon (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -153,6 +155,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonContext.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonContext.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.daemon.DaemonContext (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>Uses of Interface org.apache.commons.daemon.DaemonContext (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.commons.daemon.DaemonContext (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.commons.daemon.DaemonContext (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -189,6 +191,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonController.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonController.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonController.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.daemon.DaemonController (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>Uses of Interface org.apache.commons.daemon.DaemonController (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.commons.daemon.DaemonController (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.commons.daemon.DaemonController (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -202,6 +204,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonInitException.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonInitException.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonInitException.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.daemon.DaemonInitException (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>Uses of Class org.apache.commons.daemon.DaemonInitException (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.daemon.DaemonInitException (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.commons.daemon.DaemonInitException (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -152,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonListener.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonListener.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonListener.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.daemon.DaemonListener (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>Uses of Interface org.apache.commons.daemon.DaemonListener (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.commons.daemon.DaemonListener (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.commons.daemon.DaemonListener (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -110,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonPermission.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonPermission.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonPermission.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.daemon.DaemonPermission (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>Uses of Class org.apache.commons.daemon.DaemonPermission (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.daemon.DaemonPermission (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.commons.daemon.DaemonPermission (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -110,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonUserSignal.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonUserSignal.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/class-use/DaemonUserSignal.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.daemon.DaemonUserSignal (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>Uses of Interface org.apache.commons.daemon.DaemonUserSignal (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.commons.daemon.DaemonUserSignal (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.commons.daemon.DaemonUserSignal (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -110,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-frame.html Thu Nov  9 19:59:49 2017
@@ -2,8 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.daemon (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>org.apache.commons.daemon (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -27,4 +29,4 @@
 </ul>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-summary.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.daemon (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>org.apache.commons.daemon (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.daemon (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="org.apache.commons.daemon (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -193,6 +195,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-daemon/apidocs/org/apache/commons/daemon/package-tree.html Thu Nov  9 19:59:49 2017
@@ -2,14 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.daemon Class Hierarchy (Apache Commons Daemon 1.1.0 API)</title>
+<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Mar 28 13:53:53 CET 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
+<title>org.apache.commons.daemon Class Hierarchy (Commons Daemon 1.0.15 API)</title>
+<meta name="date" content="2013-03-28">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.daemon Class Hierarchy (Apache Commons Daemon 1.1.0 API)";
+        parent.document.title="org.apache.commons.daemon Class Hierarchy (Commons Daemon 1.0.15 API)";
     }
 //-->
 </script>
@@ -71,16 +73,16 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
+<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
-<li type="circle">java.security.<a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security"><span class="strong">Permission</span></a> (implements java.security.<a href="http://docs.oracle.com/javase/6/docs/api/java/security/Guard.html?is-external=true" title="class or interface in java.security">Guard</a>, java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
+<li type="circle">java.security.<a href="http://download.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true" title="class or interface in java.security"><span class="strong">Permission</span></a> (implements java.security.<a href="http://download.oracle.com/javase/6/docs/api/java/security/Guard.html?is-external=true" title="class or interface in java.security">Guard</a>, java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">org.apache.commons.daemon.<a href="../../../../org/apache/commons/daemon/DaemonPermission.html" title="class in org.apache.commons.daemon"><span class="strong">DaemonPermission</span></a></li>
 </ul>
 </li>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
+<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a>
+<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a>
 <ul>
 <li type="circle">org.apache.commons.daemon.<a href="../../../../org/apache/commons/daemon/DaemonInitException.html" title="class in org.apache.commons.daemon"><span class="strong">DaemonInitException</span></a></li>
 </ul>
@@ -96,7 +98,7 @@
 <li type="circle">org.apache.commons.daemon.<a href="../../../../org/apache/commons/daemon/DaemonContext.html" title="interface in org.apache.commons.daemon"><span class="strong">DaemonContext</span></a></li>
 <li type="circle">org.apache.commons.daemon.<a href="../../../../org/apache/commons/daemon/DaemonController.html" title="interface in org.apache.commons.daemon"><span class="strong">DaemonController</span></a></li>
 <li type="circle">org.apache.commons.daemon.<a href="../../../../org/apache/commons/daemon/DaemonUserSignal.html" title="interface in org.apache.commons.daemon"><span class="strong">DaemonUserSignal</span></a></li>
-<li type="circle">java.util.<a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util"><span class="strong">EventListener</span></a>
+<li type="circle">java.util.<a href="http://download.oracle.com/javase/6/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util"><span class="strong">EventListener</span></a>
 <ul>
 <li type="circle">org.apache.commons.daemon.<a href="../../../../org/apache/commons/daemon/DaemonListener.html" title="interface in org.apache.commons.daemon"><span class="strong">DaemonListener</span></a></li>
 </ul>
@@ -148,6 +150,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>