You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2013/06/26 02:57:21 UTC

svn commit: r1496702 - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/poifs/filesystem/class-use/ org/apache/poi/xssf/model/

Author: nick
Date: Wed Jun 26 00:57:21 2013
New Revision: 1496702

URL: http://svn.apache.org/r1496702
Log:
JavaDocs republish

Modified:
    poi/site/publish/apidocs/deprecated-list.html
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/POIDocument.html
    poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html
    poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html
    poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html

Modified: poi/site/publish/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/deprecated-list.html?rev=1496702&r1=1496701&r2=1496702&view=diff
==============================================================================
--- poi/site/publish/apidocs/deprecated-list.html (original)
+++ poi/site/publish/apidocs/deprecated-list.html Wed Jun 26 00:57:21 2013
@@ -604,12 +604,12 @@ function windowTitle()
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><A HREF="org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryNode, org.apache.poi.poifs.filesystem.DirectoryNode, java.util.List)">org.apache.poi.POIDocument.copyNodes(DirectoryNode, DirectoryNode, List<String>)</A>
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I>&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><A HREF="org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.POIFSFileSystem, org.apache.poi.poifs.filesystem.POIFSFileSystem, java.util.List)">org.apache.poi.POIDocument.copyNodes(POIFSFileSystem, POIFSFileSystem, List<String>)</A>
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I>&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><A HREF="org/apache/poi/openxml4j/opc/Package.html#create(java.io.File)">org.apache.poi.openxml4j.opc.Package.create(File)</A>
@@ -1180,7 +1180,7 @@ function windowTitle()
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><A HREF="org/apache/poi/xssf/model/CommentsTable.html#newComment()">org.apache.poi.xssf.model.CommentsTable.newComment()</A>
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/apache/poi/xssf/model/CommentsTable.html#newComment(java.lang.String)"><CODE>CommentsTable.newComment(String)</CODE></A> instead to explicitly set the cell reference to create for</I>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><A HREF="org/apache/poi/openxml4j/opc/Package.html#open(java.io.InputStream)">org.apache.poi.openxml4j.opc.Package.open(InputStream)</A>

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1496702&r1=1496701&r2=1496702&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Wed Jun 26 00:57:21 2013
@@ -5598,10 +5598,10 @@ Static method in class org.apache.poi.po
 <DD>Copies an Entry into a target POIFS directory, recursively
 <DT><A HREF="./org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.POIFSFileSystem, org.apache.poi.poifs.filesystem.POIFSFileSystem, java.util.List)"><B>copyNodes(POIFSFileSystem, POIFSFileSystem, List&lt;String&gt;)</B></A> - 
 Method in class org.apache.poi.<A HREF="./org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</A>
-<DD><B>Deprecated.</B>&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I>
 <DT><A HREF="./org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryNode, org.apache.poi.poifs.filesystem.DirectoryNode, java.util.List)"><B>copyNodes(DirectoryNode, DirectoryNode, List&lt;String&gt;)</B></A> - 
 Method in class org.apache.poi.<A HREF="./org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</A>
-<DD><B>Deprecated.</B>&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I>
 <DT><A HREF="./org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry)"><B>copyNodes(DirectoryEntry, DirectoryEntry)</B></A> - 
 Static method in class org.apache.poi.poifs.filesystem.<A HREF="./org/apache/poi/poifs/filesystem/EntryUtils.html" title="class in org.apache.poi.poifs.filesystem">EntryUtils</A>
 <DD>Copies all the nodes from one POIFS Directory to another
@@ -41581,7 +41581,7 @@ Static method in class org.apache.poi.hs
 <DD>&nbsp;
 <DT><A HREF="./org/apache/poi/xssf/model/CommentsTable.html#newComment()"><B>newComment()</B></A> - 
 Method in class org.apache.poi.xssf.model.<A HREF="./org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</A>
-<DD><B>Deprecated.</B>&nbsp;
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/poi/xssf/model/CommentsTable.html#newComment(java.lang.String)"><CODE>CommentsTable.newComment(String)</CODE></A> instead to explicitly set the cell reference to create for</I>
 <DT><A HREF="./org/apache/poi/xssf/model/CommentsTable.html#newComment(java.lang.String)"><B>newComment(String)</B></A> - 
 Method in class org.apache.poi.xssf.model.<A HREF="./org/apache/poi/xssf/model/CommentsTable.html" title="class in org.apache.poi.xssf.model">CommentsTable</A>
 <DD>&nbsp;

Modified: poi/site/publish/apidocs/org/apache/poi/POIDocument.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIDocument.html?rev=1496702&r1=1496701&r2=1496702&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIDocument.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIDocument.html Wed Jun 26 00:57:21 2013
@@ -201,7 +201,7 @@ This holds the common functionality for 
           java.util.List&lt;java.lang.String&gt;&nbsp;excepts)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I></TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -211,7 +211,7 @@ This holds the common functionality for 
           java.util.List&lt;java.lang.String&gt;&nbsp;excepts)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I></TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -532,7 +532,7 @@ copyNodes</H3>
                                     java.util.List&lt;java.lang.String&gt;&nbsp;excepts)
                   throws java.io.IOException</PRE>
 <DL>
-<DD><B>Deprecated.</B>&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I>
 <P>
 <DD>Copies nodes from one POIFS to the other minus the excepts
 <P>
@@ -553,7 +553,7 @@ copyNodes</H3>
                                     java.util.List&lt;java.lang.String&gt;&nbsp;excepts)
                   throws java.io.IOException</PRE>
 <DL>
-<DD><B>Deprecated.</B>&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I>
 <P>
 <DD>Copies nodes from one POIFS to the other minus the excepts
 <P>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html?rev=1496702&r1=1496701&r2=1496702&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html Wed Jun 26 00:57:21 2013
@@ -224,7 +224,7 @@ Uses of <A HREF="../../../../../../org/a
           java.util.List&lt;java.lang.String&gt;&nbsp;excepts)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I></TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I></TD>
 </TR>
 </TABLE>
 &nbsp;

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html?rev=1496702&r1=1496701&r2=1496702&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html Wed Jun 26 00:57:21 2013
@@ -232,7 +232,7 @@ Uses of <A HREF="../../../../../../org/a
           java.util.List&lt;java.lang.String&gt;&nbsp;excepts)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <CODE>EntryUtils#copyNodes(DirectoryEntry, DirectoryEntry, List<String>)</CODE> instead</I></TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry, org.apache.poi.poifs.filesystem.DirectoryEntry, java.util.List)"><CODE>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</CODE></A> instead</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html?rev=1496702&r1=1496701&r2=1496702&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html Wed Jun 26 00:57:21 2013
@@ -223,7 +223,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../../org/apache/poi/xssf/model/CommentsTable.html#newComment()">newComment</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../../org/apache/poi/xssf/model/CommentsTable.html#newComment(java.lang.String)"><CODE>newComment(String)</CODE></A> instead to explicitly set the cell reference to create for</I></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -479,14 +479,13 @@ newComment</H3>
 <FONT SIZE="-1">@Deprecated
 </FONT>public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment <B>newComment</B>()</PRE>
 <DL>
-<DD><B>Deprecated.</B>&nbsp;
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../../org/apache/poi/xssf/model/CommentsTable.html#newComment(java.lang.String)"><CODE>newComment(String)</CODE></A> instead to explicitly set the cell reference to create for</I>
 <P>
 <DD>This method is deprecated and should not be used any more as
- it overwrites the comment in Cell A1.
+ it silently overwrites the comment in Cell A1 if present
 <P>
 <DD><DL>
-
-<DT><B>Returns:</B><DD></DL>
+</DL>
 </DD>
 </DL>
 <HR>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org