You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/06/02 22:37:11 UTC

svn commit: r1345569 [10/36] - in /incubator/lcf/site/publish: ./ release/trunk/ release/trunk/api/activedirectory/ release/trunk/api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ release/trunk/api/alfresco/ release/tru...

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/CacheManager.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/CacheManager.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/CacheManager.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/CacheManager.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 CacheManager
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -103,9 +103,9 @@ java.lang.Object
 </PRE>
 
 <P>
-This class implements the cache manager interface, and provides generic cache management
- services.  See the interface for a description of how the services work.  However, since this
- service requires the lock manager, and there is one lock manager per thread, there will
+This class implements the cache manager interface, and provides generic cache management
+ services.  See the interface for a description of how the services work.  However, since this
+ service requires the lock manager, and there is one lock manager per thread, there will
  be one of these service instances per thread as well.
 <P>
 
@@ -143,7 +143,7 @@ This class implements the cache manager 
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/CacheManager.CacheTransactionHandle.html" title="class in org.apache.manifoldcf.core.cachemanager">CacheManager.CacheTransactionHandle</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is the class the cache manager uses to keep track of transaction
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is the class the cache manager uses to keep track of transaction
  relationships and data.</TD>
 </TR>
 </TABLE>
@@ -264,7 +264,7 @@ This class implements the cache manager 
                       java.lang.String&nbsp;transactionID)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Locate or create a set of objects in the cached object pool, and/or destroy and invalidate
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Locate or create a set of objects in the cached object pool, and/or destroy and invalidate
  the same or other objects.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -483,31 +483,31 @@ public void <B>findObjectsAndExecute</B>
                                   java.lang.String&nbsp;transactionID)
                            throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Locate or create a set of objects in the cached object pool, and/or destroy and invalidate
- the same or other objects.
-
- For each "locate" object
- described below, one of two things will happen: the execObject's exists() method
- will be called (if the object exists in the cache already), or the execObject's create*()
- family of methods will be called.  When all objects have been declared to the execObject,
- finally the execute() method will be called.  In both cases, all objects are considered
- to be locked, and cannot be invalidated until the lock is cleared (after the end of the called method).
-
- For the invalidation descriptions, the execObject's destroy() method will be called instead.
- The object will be invalidated from the cache at the end of the findObjectsAndExecute() operation.
-
- It is perfectly legal to include the same object in both the locate set and the invalidate set!
-
- If an error occurs during object creation, the execute() method will NOT be called.  If the
+<DD>Locate or create a set of objects in the cached object pool, and/or destroy and invalidate
+ the same or other objects.
+
+ For each "locate" object
+ described below, one of two things will happen: the execObject's exists() method
+ will be called (if the object exists in the cache already), or the execObject's create*()
+ family of methods will be called.  When all objects have been declared to the execObject,
+ finally the execute() method will be called.  In both cases, all objects are considered
+ to be locked, and cannot be invalidated until the lock is cleared (after the end of the called method).
+
+ For the invalidation descriptions, the execObject's destroy() method will be called instead.
+ The object will be invalidated from the cache at the end of the findObjectsAndExecute() operation.
+
+ It is perfectly legal to include the same object in both the locate set and the invalidate set!
+
+ If an error occurs during object creation, the execute() method will NOT be called.  If the
  execute() method has an error, the objects that were created will still be recorded in the cache.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ICacheManager.html#findObjectsAndExecute(org.apache.manifoldcf.core.interfaces.ICacheDescription[], org.apache.manifoldcf.core.interfaces.StringSet, org.apache.manifoldcf.core.interfaces.ICacheExecutor, java.lang.String)">findObjectsAndExecute</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ICacheManager.html" title="interface in org.apache.manifoldcf.core.interfaces">ICacheManager</A></CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>locateObjectDescriptions</CODE> - is a set of description objects that uniquely describe the objects needed.<DD><CODE>invalidateKeys</CODE> - is the set of keys to invalidate at the end of the execution.<DD><CODE>execObject</CODE> - is the cache execution object whose create() or execute() methods will
- be called.<DD><CODE>transactionID</CODE> - is the current transaction identifier, or null.  Objects created within this call
- will be associated with this transaction; they will be purged from the cache should the transaction
+<DT><B>Parameters:</B><DD><CODE>locateObjectDescriptions</CODE> - is a set of description objects that uniquely describe the objects needed.<DD><CODE>invalidateKeys</CODE> - is the set of keys to invalidate at the end of the execution.<DD><CODE>execObject</CODE> - is the cache execution object whose create() or execute() methods will
+ be called.<DD><CODE>transactionID</CODE> - is the current transaction identifier, or null.  Objects created within this call
+ will be associated with this transaction; they will be purged from the cache should the transaction
  be rolled back.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -523,22 +523,22 @@ public <A HREF="../../../../../org/apach
                                java.lang.String&nbsp;transactionID)
                         throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Second way of doing cache management.
- Basically, this approach breaks the findObjectsAndExecute() method down into bite-sized chunks.
- The goal is additional flexibility, and an executor object does not need to be defined.
- Pretty much everything else is identical.  The objects returned by the manager methods
- provide context control and enforce the proper ordering and nesting.
- This method enters the cacher and builds a cache handle.  Once a cache handle is
- returned, the calling code MUST, under all circumstances, leave the cache using the
+<DD>Second way of doing cache management.
+ Basically, this approach breaks the findObjectsAndExecute() method down into bite-sized chunks.
+ The goal is additional flexibility, and an executor object does not need to be defined.
+ Pretty much everything else is identical.  The objects returned by the manager methods
+ provide context control and enforce the proper ordering and nesting.
+ This method enters the cacher and builds a cache handle.  Once a cache handle is
+ returned, the calling code MUST, under all circumstances, leave the cache using the
  same handle.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ICacheManager.html#enterCache(org.apache.manifoldcf.core.interfaces.ICacheDescription[], org.apache.manifoldcf.core.interfaces.StringSet, java.lang.String)">enterCache</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ICacheManager.html" title="interface in org.apache.manifoldcf.core.interfaces">ICacheManager</A></CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>locateObjectDescriptions</CODE> - is a set of description objects that uniquely describe the objects needed.
- May be null if no objects are desired.<DD><CODE>invalidateKeys</CODE> - are the keys to invalidate after successful execution.  May be null.<DD><CODE>transactionID</CODE> - is the current transaction identifier, or null.  Objects created within this block
- will be associated with this transaction; they will be purged from the cache should the transaction
+<DT><B>Parameters:</B><DD><CODE>locateObjectDescriptions</CODE> - is a set of description objects that uniquely describe the objects needed.
+ May be null if no objects are desired.<DD><CODE>invalidateKeys</CODE> - are the keys to invalidate after successful execution.  May be null.<DD><CODE>transactionID</CODE> - is the current transaction identifier, or null.  Objects created within this block
+ will be associated with this transaction; they will be purged from the cache should the transaction
  be rolled back.
 <DT><B>Returns:</B><DD>a cache handle.
 <DT><B>Throws:</B>
@@ -553,8 +553,8 @@ enterCreateSection</H3>
 public <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ICacheCreateHandle.html" title="interface in org.apache.manifoldcf.core.interfaces">ICacheCreateHandle</A> <B>enterCreateSection</B>(<A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ICacheHandle.html" title="interface in org.apache.manifoldcf.core.interfaces">ICacheHandle</A>&nbsp;handle)
                                       throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Enter a creation critical section.  This insures that only one thread is
- creating the specified objects at a time.  This MUST be paired with
+<DD>Enter a creation critical section.  This insures that only one thread is
+ creating the specified objects at a time.  This MUST be paired with
  a leaveCreateSection() method call, whatever happens.
 <P>
 <DD><DL>
@@ -575,8 +575,8 @@ public java.lang.Object <B>lookupObject<
                                      <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ICacheDescription.html" title="interface in org.apache.manifoldcf.core.interfaces">ICacheDescription</A>&nbsp;objectDescription)
                               throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Lookup an object.  Returns null if object not found.  If it is found,
- object's LRU and expiration info are updated.  The objectDescription passed
+<DD>Lookup an object.  Returns null if object not found.  If it is found,
+ object's LRU and expiration info are updated.  The objectDescription passed
  MUST be one of the ones specified in the enclosing enterCache() method.
 <P>
 <DD><DL>
@@ -637,7 +637,7 @@ public void <B>saveObject</B>(<A HREF=".
                        java.lang.Object&nbsp;object)
                 throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Save a newly created object.  The object MUST be one of those identified in the
+<DD>Save a newly created object.  The object MUST be one of those identified in the
  enterCache() method.
 <P>
 <DD><DL>
@@ -734,7 +734,7 @@ public void <B>startTransaction</B>(java
                              java.lang.String&nbsp;enclosingTransactionID)
                       throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Begin a cache transaction.
+<DD>Begin a cache transaction.
  This keeps track of the relationship between objects cached within transactions.
 <P>
 <DD><DL>
@@ -754,9 +754,9 @@ commitTransaction</H3>
 public void <B>commitTransaction</B>(java.lang.String&nbsp;transactionID)
                        throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Commit a cache transaction.
- This method MUST be called when a transaction successfully ends, or open locks will not be closed!!!
- All cache activity that has taken place inside the transaction will be resolved, and the cache locks
+<DD>Commit a cache transaction.
+ This method MUST be called when a transaction successfully ends, or open locks will not be closed!!!
+ All cache activity that has taken place inside the transaction will be resolved, and the cache locks
  held open will be released.
 <P>
 <DD><DL>
@@ -776,8 +776,8 @@ rollbackTransaction</H3>
 public void <B>rollbackTransaction</B>(java.lang.String&nbsp;transactionID)
                          throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Roll back a cache transaction.
- This method releases all objects cached against the ending transaction ID, and releases all locks
+<DD>Roll back a cache transaction.
+ This method releases all objects cached against the ending transaction ID, and releases all locks
  held for the transaction.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/ExecutorBase.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/ExecutorBase.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/ExecutorBase.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/ExecutorBase.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 ExecutorBase
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTree.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTree.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 GeneralCache.ExpirationTree
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -103,7 +103,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents a timed expiration tree.  Expiration
+This class represents a timed expiration tree.  Expiration
  is used to order the nodes.
 <P>
 
@@ -159,7 +159,7 @@ This class represents a timed expiration
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTree.html#addEntry(org.apache.manifoldcf.core.cachemanager.GeneralCache.ObjectRecord)">addEntry</A></B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method MUST NOT have the entry in the tree already
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method MUST NOT have the entry in the tree already
  before being called!</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -170,7 +170,7 @@ This class represents a timed expiration
                 <A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTreeNode.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ExpirationTreeNode</A>&nbsp;toAdd)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method files a subtree (represented by toAdd) beneath a branch, which is represented by
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method files a subtree (represented by toAdd) beneath a branch, which is represented by
  the parent parameters.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -187,7 +187,7 @@ This class represents a timed expiration
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTree.html#removeEntry(org.apache.manifoldcf.core.cachemanager.GeneralCache.ObjectRecord)">removeEntry</A></B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method MUST have the entry in the tree before
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method MUST have the entry in the tree before
  being called!</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -264,7 +264,7 @@ removeEntry</H3>
 <PRE>
 public void <B>removeEntry</B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</PRE>
 <DL>
-<DD>This method MUST have the entry in the tree before
+<DD>This method MUST have the entry in the tree before
  being called!
 <P>
 <DD><DL>
@@ -280,9 +280,9 @@ protected void <B>addTreeToBranch</B>(<A
                                boolean&nbsp;parentLesser,
                                <A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTreeNode.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ExpirationTreeNode</A>&nbsp;toAdd)</PRE>
 <DL>
-<DD>This method files a subtree (represented by toAdd) beneath a branch, which is represented by
- the parent parameters.  If parent is null, then the overall root of the tree is the start point.
- If the parent is NOT null, then parentLesser describes whether the lesser branch is the one being modified.
+<DD>This method files a subtree (represented by toAdd) beneath a branch, which is represented by
+ the parent parameters.  If parent is null, then the overall root of the tree is the start point.
+ If the parent is NOT null, then parentLesser describes whether the lesser branch is the one being modified.
  The logic determines the shallowest legal placement of the toAdd node(s), and inserts them there.
 <P>
 <DD><DL>
@@ -296,7 +296,7 @@ addEntry</H3>
 <PRE>
 public void <B>addEntry</B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</PRE>
 <DL>
-<DD>This method MUST NOT have the entry in the tree already
+<DD>This method MUST NOT have the entry in the tree already
  before being called!
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTreeNode.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTreeNode.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTreeNode.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTreeNode.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 GeneralCache.ExpirationTreeNode
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -103,8 +103,8 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents a node in the expiration tree.
- The node has a pool of size at least one containing object records
+This class represents a node in the expiration tree.
+ The node has a pool of size at least one containing object records
  with the same expiration date.
 <P>
 
@@ -224,7 +224,7 @@ This class represents a node in the expi
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ExpirationTreeNode.html#removeObjectRecord(org.apache.manifoldcf.core.cachemanager.GeneralCache.ObjectRecord)">removeObjectRecord</A></B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this removal was the last one (in which case the tree node is now
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this removal was the last one (in which case the tree node is now
  invalid, and should be removed from the tree)</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -403,7 +403,7 @@ removeObjectRecord</H3>
 <PRE>
 public boolean <B>removeObjectRecord</B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</PRE>
 <DL>
-<DD>Returns true if this removal was the last one (in which case the tree node is now
+<DD>Returns true if this removal was the last one (in which case the tree node is now
  invalid, and should be removed from the tree)
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.InvalidationTable.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.InvalidationTable.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.InvalidationTable.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.InvalidationTable.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 GeneralCache.InvalidationTable
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -103,7 +103,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This class describes a table of invalidation keys, each of which points
+This class describes a table of invalidation keys, each of which points
  to a set of object records.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassRecord.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassRecord.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassRecord.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassRecord.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 GeneralCache.ObjectClassRecord
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -103,7 +103,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This is a helper class for the ObjectClassTable.  It maintains the data
+This is a helper class for the ObjectClassTable.  It maintains the data
  for an individual object class.
 <P>
 
@@ -191,7 +191,7 @@ This is a helper class for the ObjectCla
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassRecord.html#getOldestEntry()">getOldestEntry</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find the first (oldest) entry, or null
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find the first (oldest) entry, or null
  if there is none.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -200,7 +200,7 @@ This is a helper class for the ObjectCla
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassRecord.html#removeEntry(org.apache.manifoldcf.core.cachemanager.GeneralCache.ObjectRecord)">removeEntry</A></B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Call this ONLY if it is known that the entry exists in
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Call this ONLY if it is known that the entry exists in
  the object class record!!!</TD>
 </TR>
 </TABLE>
@@ -298,7 +298,7 @@ removeEntry</H3>
 <PRE>
 public void <B>removeEntry</B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</PRE>
 <DL>
-<DD>Call this ONLY if it is known that the entry exists in
+<DD>Call this ONLY if it is known that the entry exists in
  the object class record!!!
 <P>
 <DD><DL>
@@ -312,8 +312,8 @@ addEntry</H3>
 <PRE>
 public void <B>addEntry</B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;x)</PRE>
 <DL>
-<DD>Add a record to the end of the LRU list.
- Call this ONLY if it is known that the entry does NOT
+<DD>Add a record to the end of the LRU list.
+ Call this ONLY if it is known that the entry does NOT
  exist in the object class record!!!
 <P>
 <DD><DL>
@@ -327,7 +327,7 @@ getOldestEntry</H3>
 <PRE>
 public <A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A> <B>getOldestEntry</B>()</PRE>
 <DL>
-<DD>Find the first (oldest) entry, or null
+<DD>Find the first (oldest) entry, or null
  if there is none.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassTable.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassTable.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassTable.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectClassTable.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 GeneralCache.ObjectClassTable
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 GeneralCache.ObjectRecord
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -103,7 +103,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents a cached object.  It has enough hooks to allow it
+This class represents a cached object.  It has enough hooks to allow it
  to live in all the various data structures the general cache maintains.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecordTable.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecordTable.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecordTable.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecordTable.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 GeneralCache.ObjectRecordTable
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -103,7 +103,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This class describes a table of object records, looked up
+This class describes a table of object records, looked up
  by the unique object description.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/GeneralCache.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:29 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:04 EDT 2012 -->
 <TITLE>
 GeneralCache
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -100,10 +100,10 @@ java.lang.Object
 </PRE>
 
 <P>
-General cache class.  This class will be statically instantiated.  It contains all the structures
- needed to maintain a cache of objects, with both LRU flushing behavior, and timed expiration of
- objects.
- This cache is entirely local to a JVM and does NOT have any locking and synchronization semantics
+General cache class.  This class will be statically instantiated.  It contains all the structures
+ needed to maintain a cache of objects, with both LRU flushing behavior, and timed expiration of
+ objects.
+ This cache is entirely local to a JVM and does NOT have any locking and synchronization semantics
  cross-JVM.  That is handled at a higher level.
 <P>
 
@@ -141,7 +141,7 @@ General cache class.  This class will be
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.InvalidationTable.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.InvalidationTable</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class describes a table of invalidation keys, each of which points
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class describes a table of invalidation keys, each of which points
  to a set of object records.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -174,7 +174,7 @@ General cache class.  This class will be
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecordTable.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecordTable</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class describes a table of object records, looked up
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class describes a table of object records, looked up
  by the unique object description.</TD>
 </TR>
 </TABLE>
@@ -551,11 +551,11 @@ public void <B>setObjectClass</B>(java.l
                            java.lang.String&nbsp;objectClass,
                            int&nbsp;maxCount)</PRE>
 <DL>
-<DD>Set an object's class and maximum count.  This will clean up extra objects
+<DD>Set an object's class and maximum count.  This will clean up extra objects
  in a Least Recently Used fashion until the count is met.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>objectDescription</CODE> - is the object's unique description.<DD><CODE>objectClass</CODE> - is the object's "class", or grouping for the purposes of LRU.<DD><CODE>maxCount</CODE> - is the maximum number of objects of the class to permit to
+<DT><B>Parameters:</B><DD><CODE>objectDescription</CODE> - is the object's unique description.<DD><CODE>objectClass</CODE> - is the object's "class", or grouping for the purposes of LRU.<DD><CODE>maxCount</CODE> - is the maximum number of objects of the class to permit to
  remain in the cache.</DL>
 </DD>
 </DL>
@@ -566,7 +566,7 @@ invalidateKeys</H3>
 <PRE>
 public void <B>invalidateKeys</B>(<A HREF="../../../../../org/apache/manifoldcf/core/interfaces/StringSet.html" title="class in org.apache.manifoldcf.core.interfaces">StringSet</A>&nbsp;keys)</PRE>
 <DL>
-<DD>Invalidate a set of keys.  This causes all objects that have any of the specified
+<DD>Invalidate a set of keys.  This causes all objects that have any of the specified
  keys as invalidation keys to be removed from the cache.
 <P>
 <DD><DL>
@@ -593,9 +593,9 @@ deleteEntry</H3>
 <PRE>
 protected void <B>deleteEntry</B>(<A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/GeneralCache.ObjectRecord.html" title="class in org.apache.manifoldcf.core.cachemanager">GeneralCache.ObjectRecord</A>&nbsp;record)</PRE>
 <DL>
-<DD>Delete a record from the cache. NOTE WELL: This method cannot be used
- if the data associated with the record is currently being processed with
- an enumeration (for example), since it modifies the structures that the
+<DD>Delete a record from the cache. NOTE WELL: This method cannot be used
+ if the data associated with the record is currently being processed with
+ an enumeration (for example), since it modifies the structures that the
  enumeration is based on!
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-frame.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-frame.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.cachemanager
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-summary.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-summary.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-summary.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.cachemanager
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -93,7 +93,7 @@ Package org.apache.manifoldcf.core.cache
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/manifoldcf/core/cachemanager/CacheManager.html" title="class in org.apache.manifoldcf.core.cachemanager">CacheManager</A></B></TD>
-<TD>This class implements the cache manager interface, and provides generic cache management
+<TD>This class implements the cache manager interface, and provides generic cache management
  services.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/cachemanager/package-tree.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.cachemanager Class Hierarchy
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/Base64.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/Base64.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/Base64.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/Base64.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:26 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
 <TITLE>
 Base64
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -309,7 +309,7 @@ public boolean <B>decodeNextWord</B>(jav
                               java.io.OutputStream&nbsp;outputBuffer)
                        throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Decode the next base64 character.  Reads a single encoded word from the input stream,
+<DD>Decode the next base64 character.  Reads a single encoded word from the input stream,
  and writes the decoded word to the output.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/XMLDoc.MyEntityResolver.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/XMLDoc.MyEntityResolver.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/XMLDoc.MyEntityResolver.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/XMLDoc.MyEntityResolver.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:26 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
 <TITLE>
 XMLDoc.MyEntityResolver
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/XMLDoc.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/XMLDoc.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/XMLDoc.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/XMLDoc.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:26 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
 <TITLE>
 XMLDoc
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -156,21 +156,21 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/common/XMLDoc.html#XMLDoc(java.io.InputStream)">XMLDoc</A></B>(java.io.InputStream&nbsp;is)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build a document object tree from an input
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build a document object tree from an input
  stream</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/common/XMLDoc.html#XMLDoc(java.lang.String)">XMLDoc</A></B>(java.lang.String&nbsp;data)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new document tree from a string form of
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new document tree from a string form of
  an xml document</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/common/XMLDoc.html#XMLDoc(java.lang.StringBuilder)">XMLDoc</A></B>(java.lang.StringBuilder&nbsp;data)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new document tree from a StringBuilder form of
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new document tree from a StringBuilder form of
  an xml document</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -232,7 +232,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/common/XMLDoc.html#getAttributes(java.lang.Object)">getAttributes</A></B>(java.lang.Object&nbsp;n)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extract the attribute names from the given
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extract the attribute names from the given
  node.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -329,9 +329,9 @@ java.lang.Object
                         java.lang.String&nbsp;value)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Having collected an arraylist from a given
- depth in the tree, scan the node for the current
- attribute specified (part of wildcard matching
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Having collected an arraylist from a given
+ depth in the tree, scan the node for the current
+ attribute specified (part of wildcard matching
  of xpath-like element specification)</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -423,7 +423,7 @@ XMLDoc</H3>
 public <B>XMLDoc</B>(java.lang.String&nbsp;data)
        throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Construct a new document tree from a string form of
+<DD>Construct a new document tree from a string form of
  an xml document
 <P>
 <DL>
@@ -439,7 +439,7 @@ XMLDoc</H3>
 public <B>XMLDoc</B>(java.lang.StringBuilder&nbsp;data)
        throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Construct a new document tree from a StringBuilder form of
+<DD>Construct a new document tree from a StringBuilder form of
  an xml document
 <P>
 <DL>
@@ -455,7 +455,7 @@ XMLDoc</H3>
 public <B>XMLDoc</B>(java.io.InputStream&nbsp;is)
        throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Build a document object tree from an input
+<DD>Build a document object tree from an input
  stream
 <P>
 <DL>
@@ -548,9 +548,9 @@ protected int <B>searchArrayForAttribute
                                       java.lang.String&nbsp;attribute,
                                       java.lang.String&nbsp;value)</PRE>
 <DL>
-<DD>Having collected an arraylist from a given
- depth in the tree, scan the node for the current
- attribute specified (part of wildcard matching
+<DD>Having collected an arraylist from a given
+ depth in the tree, scan the node for the current
+ attribute specified (part of wildcard matching
  of xpath-like element specification)
 <P>
 <DD><DL>
@@ -613,8 +613,8 @@ getNodeName</H3>
 <PRE>
 public final java.lang.String <B>getNodeName</B>(java.lang.Object&nbsp;el)</PRE>
 <DL>
-<DD>Return element name.
- May return null if node not
+<DD>Return element name.
+ May return null if node not
  of type Element
 <P>
 <DD><DL>
@@ -633,7 +633,7 @@ public final java.lang.String <B>getData
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>obj</CODE> - Element to grab data
-<DT><B>Returns:</B><DD>TXT collapsed for this element
+<DT><B>Returns:</B><DD>TXT collapsed for this element
  ie [tag]Julie[/tag] returns "Julie"</DL>
 </DD>
 </DL>
@@ -672,8 +672,8 @@ getAttributes</H3>
 <PRE>
 public final java.util.ArrayList <B>getAttributes</B>(java.lang.Object&nbsp;n)</PRE>
 <DL>
-<DD>Extract the attribute names from the given
- node.  If 'n' is not a node, no attributes
+<DD>Extract the attribute names from the given
+ node.  If 'n' is not a node, no attributes
  will be returned but the array will not be null
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-frame.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-frame.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.common
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-summary.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-summary.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-summary.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.common
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/common/package-tree.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.common Class Hierarchy
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/BaseConnector.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/BaseConnector.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/BaseConnector.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/BaseConnector.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 BaseConnector
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -330,7 +330,7 @@ This base class underlies all connector 
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/connector/BaseConnector.html#poll()">poll</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is periodically called for all connectors that are connected but not
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is periodically called for all connectors that are connected but not
  in active use.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -501,8 +501,8 @@ install</H3>
 public void <B>install</B>(<A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IThreadContext.html" title="interface in org.apache.manifoldcf.core.interfaces">IThreadContext</A>&nbsp;threadContext)
              throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Install the connector.
- This method is called to initialize persistent storage for the connector, such as database tables etc.
+<DD>Install the connector.
+ This method is called to initialize persistent storage for the connector, such as database tables etc.
  It is called when the connector is registered.
 <P>
 <DD><DL>
@@ -522,8 +522,8 @@ deinstall</H3>
 public void <B>deinstall</B>(<A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IThreadContext.html" title="interface in org.apache.manifoldcf.core.interfaces">IThreadContext</A>&nbsp;threadContext)
                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Uninstall the connector.
- This method is called to remove persistent storage for the connector, such as database tables etc.
+<DD>Uninstall the connector.
+ This method is called to remove persistent storage for the connector, such as database tables etc.
  It is called when the connector is deregistered.
 <P>
 <DD><DL>
@@ -579,7 +579,7 @@ poll</H3>
 public void <B>poll</B>()
           throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>This method is periodically called for all connectors that are connected but not
+<DD>This method is periodically called for all connectors that are connected but not
  in active use.
 <P>
 <DD><DL>
@@ -617,7 +617,7 @@ clearThreadContext</H3>
 <PRE>
 public void <B>clearThreadContext</B>()</PRE>
 <DL>
-<DD>Clear out any state information specific to a given thread.
+<DD>Clear out any state information specific to a given thread.
  This method is called when this object is returned to the connection pool.
 <P>
 <DD><DL>
@@ -676,8 +676,8 @@ public void <B>outputConfigurationHeader
                                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                                       java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration header section.
- This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
+<DD>Output the configuration header section.
+ This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
  javascript methods that might be needed by the configuration editing HTML.
 <P>
 <DD><DL>
@@ -702,8 +702,8 @@ public void <B>outputConfigurationHeader
                                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                                       java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration header section.
- This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
+<DD>Output the configuration header section.
+ This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
  javascript methods that might be needed by the configuration editing HTML.
 <P>
 <DD><DL>
@@ -751,9 +751,9 @@ public void <B>outputConfigurationBody</
                              throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                                     java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration body section.
- This method is called in the body section of the authority connector's configuration page.  Its purpose is to present the required form elements for editing.
- The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+<DD>Output the configuration body section.
+ This method is called in the body section of the authority connector's configuration page.  Its purpose is to present the required form elements for editing.
+ The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
  form is "editconnection".
 <P>
 <DD><DL>
@@ -778,9 +778,9 @@ public void <B>outputConfigurationBody</
                              throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                                     java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration body section.
- This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
- The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+<DD>Output the configuration body section.
+ This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
+ The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
  form is "editconnection".
 <P>
 <DD><DL>
@@ -804,9 +804,9 @@ public java.lang.String <B>processConfig
                                                  <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ConfigParams.html" title="class in org.apache.manifoldcf.core.interfaces">ConfigParams</A>&nbsp;parameters)
                                           throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Process a configuration post.
- This method is called at the start of the authority connector's configuration page, whenever there is a possibility that form data for a connection has been
- posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
+<DD>Process a configuration post.
+ This method is called at the start of the authority connector's configuration page, whenever there is a possibility that form data for a connection has been
+ posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
  The name of the posted form is "editconnection".
 <P>
 <DD><DL>
@@ -829,9 +829,9 @@ public java.lang.String <B>processConfig
                                                  <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ConfigParams.html" title="class in org.apache.manifoldcf.core.interfaces">ConfigParams</A>&nbsp;parameters)
                                           throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Process a configuration post.
- This method is called at the start of the connector's configuration page, whenever there is a possibility that form data for a connection has been
- posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
+<DD>Process a configuration post.
+ This method is called at the start of the connector's configuration page, whenever there is a possibility that form data for a connection has been
+ posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
  The name of the posted form is "editconnection".
 <P>
 <DD><DL>
@@ -856,8 +856,8 @@ public void <B>viewConfiguration</B>(<A 
                        throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                               java.io.IOException</PRE>
 <DL>
-<DD>View configuration.
- This method is called in the body section of the authority connector's view configuration page.  Its purpose is to present the connection information to the user.
+<DD>View configuration.
+ This method is called in the body section of the authority connector's view configuration page.  Its purpose is to present the connection information to the user.
  The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
 <P>
 <DD><DL>
@@ -881,8 +881,8 @@ public void <B>viewConfiguration</B>(<A 
                        throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                               java.io.IOException</PRE>
 <DL>
-<DD>View configuration.
- This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
+<DD>View configuration.
+ This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
  The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-frame.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-frame.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.connector
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-summary.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-summary.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-summary.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.connector
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/connector/package-tree.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:35 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:10 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.core.connector Class Hierarchy
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/database/BaseObject.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/database/BaseObject.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/database/BaseObject.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/database/BaseObject.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:22 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:57 EDT 2012 -->
 <TITLE>
 BaseObject
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -100,8 +100,8 @@ java.lang.Object
 </PRE>
 
 <P>
-This is the base paper object, which can represents all the fields of a database row -
- plus anything else that is added.  This works together with BaseTable, if an
+This is the base paper object, which can represents all the fields of a database row -
+ plus anything else that is added.  This works together with BaseTable, if an
  instance representation is required.
 <P>
 
@@ -181,7 +181,7 @@ This is the base paper object, which can
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/database/BaseObject.html#listFields()">listFields</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the list of fields that currently have
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the list of fields that currently have
  values.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -282,7 +282,7 @@ listFields</H3>
 <PRE>
 public java.util.Iterator <B>listFields</B>()</PRE>
 <DL>
-<DD>Get the list of fields that currently have
+<DD>Get the list of fields that currently have
  values.
 <P>
 <DD><DL>