[44/51] [partial] jspwiki-site git commit: Automatic Site Publish by Buildbot

2017-06-20 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/570c2bf5/apidocs/2.10.1/org/apache/wiki/PageLock.html
--
diff --git a/apidocs/2.10.1/org/apache/wiki/PageLock.html 
b/apidocs/2.10.1/org/apache/wiki/PageLock.html
deleted file mode 100755
index a456c70..000
--- a/apidocs/2.10.1/org/apache/wiki/PageLock.html
+++ /dev/null
@@ -1,389 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-
-PageLock (Apache JSPWiki Main War 2.10.1 API)
-
-
-
-
-
-
-
-function windowTitle()
-{
-if (location.href.indexOf('is-external=true') == -1) {
-parent.document.title="PageLock (Apache JSPWiki Main War 2.10.1 API)";
-}
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  
-  Overview
-  Package
-   Class
-  Use
-  Tree
-  Deprecated
-  Index
-  Help
-  
-
-
-
-
-
-
-
-
-
-PREV CLASS
-NEXT CLASS
-
-  FRAMES  
-NO FRAMES  
-
-  
-
-
-  All Classes
-
-
-
-
-
-
-
-  SUMMARY:NESTED|FIELD|CONSTR|METHOD
-
-DETAIL:FIELD|CONSTR|METHOD
-
-
-
-
-
-
-
-
-
-org.apache.wiki
-
-Class PageLock
-
-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
-  org.apache.wiki.PageLock
-
-
-All Implemented Interfaces: http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable
-
-
-
-public class PageLockextends
 http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectimplements http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable
-
-
-
-
-
-
-
-
-Describes a lock acquired by an user on a page.  For the most part,
-  the regular developer does not have to instantiate this class.
-  
-  The PageLock keeps no reference to a WikiPage because otherwise it could
-  keep a reference to a page for a long time.
-
-
-
-
-See Also:Serialized 
Form
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-PageLock(WikiPagepage,
- http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringlocker,
- http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true;
 title="class or interface in java.util">Dateacquired,
- http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true;
 title="class or interface in java.util">Dateexpiry)
-
-
-Creates a new 
PageLock.
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true;
 title="class or interface in java.util">Date
-getAcquisitionTime()
-
-
-Returns the 
timestamp on which this lock was acquired.
-
-
-
-http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true;
 title="class or interface in java.util">Date
-getExpiryTime()
-
-
-Returns the 
timestamp on which this lock will expire.
-
-
-
-http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getLocker()
-
-
-Returns the locker 
name.
-
-
-
-http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getPage()
-
-
-Returns the name 
of the page which is locked.
-
-
-
-long
-getTimeLeft()
-
-
-Returns the amount 
of time left in minutes, rounded up to the nearest
-  minute (so you get a zero only at the last minute).
-
-
-
-
-
-Methods inherited from class java.lang.http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-
-
-http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, 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, http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/6/docs/api/java/
 lang/Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll, 

[44/51] [partial] jspwiki-site git commit: Automatic Site Publish by Buildbot

2017-03-29 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/d8c50ef6/content/apidocs/2.10.1/org/apache/wiki/PageLock.html
--
diff --git a/content/apidocs/2.10.1/org/apache/wiki/PageLock.html 
b/content/apidocs/2.10.1/org/apache/wiki/PageLock.html
deleted file mode 100755
index a456c70..000
--- a/content/apidocs/2.10.1/org/apache/wiki/PageLock.html
+++ /dev/null
@@ -1,389 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-
-PageLock (Apache JSPWiki Main War 2.10.1 API)
-
-
-
-
-
-
-
-function windowTitle()
-{
-if (location.href.indexOf('is-external=true') == -1) {
-parent.document.title="PageLock (Apache JSPWiki Main War 2.10.1 API)";
-}
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  
-  Overview
-  Package
-   Class
-  Use
-  Tree
-  Deprecated
-  Index
-  Help
-  
-
-
-
-
-
-
-
-
-
-PREV CLASS
-NEXT CLASS
-
-  FRAMES  
-NO FRAMES  
-
-  
-
-
-  All Classes
-
-
-
-
-
-
-
-  SUMMARY:NESTED|FIELD|CONSTR|METHOD
-
-DETAIL:FIELD|CONSTR|METHOD
-
-
-
-
-
-
-
-
-
-org.apache.wiki
-
-Class PageLock
-
-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
-  org.apache.wiki.PageLock
-
-
-All Implemented Interfaces: http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable
-
-
-
-public class PageLockextends
 http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectimplements http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable
-
-
-
-
-
-
-
-
-Describes a lock acquired by an user on a page.  For the most part,
-  the regular developer does not have to instantiate this class.
-  
-  The PageLock keeps no reference to a WikiPage because otherwise it could
-  keep a reference to a page for a long time.
-
-
-
-
-See Also:Serialized 
Form
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-PageLock(WikiPagepage,
- http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringlocker,
- http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true;
 title="class or interface in java.util">Dateacquired,
- http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true;
 title="class or interface in java.util">Dateexpiry)
-
-
-Creates a new 
PageLock.
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true;
 title="class or interface in java.util">Date
-getAcquisitionTime()
-
-
-Returns the 
timestamp on which this lock was acquired.
-
-
-
-http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true;
 title="class or interface in java.util">Date
-getExpiryTime()
-
-
-Returns the 
timestamp on which this lock will expire.
-
-
-
-http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getLocker()
-
-
-Returns the locker 
name.
-
-
-
-http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getPage()
-
-
-Returns the name 
of the page which is locked.
-
-
-
-long
-getTimeLeft()
-
-
-Returns the amount 
of time left in minutes, rounded up to the nearest
-  minute (so you get a zero only at the last minute).
-
-
-
-
-
-Methods inherited from class java.lang.http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-
-
-http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, 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, http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/6/docs/api/java/
 lang/Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll,