Author: ggregory
Date: Mon Oct 31 15:43:22 2011
New Revision: 1195525
URL: http://svn.apache.org/viewvc?rev=1195525&view=rev
Log:
Update "Finding Files" section of the class Javadoc and order the list
alphabetically by API names.
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java?rev=1195525&r1=1195524&r2=1195525&view=diff
==============================================================================
---
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java
(original)
+++
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java
Mon Oct 31 15:43:22 2011
@@ -58,10 +58,11 @@ import org.apache.commons.vfs2.operation
* <p>Other files in the <i>same</i> file system as this file can be found
* using:
* <ul>
- * <li>{@link #resolveFile} to find another file relative to this file.
+ * <li>{@link #findFiles} to find a set of matching descendents in in the same
file system.
* <li>{@link #getChildren} and {@link #getChild} to find the children of this
file.
* <li>{@link #getParent} to find the folder containing this file.
* <li>{@link #getFileSystem} to find another file in the same file system.
+ * <li>{@link #resolveFile} to find another file relative to this file.
* </ul>
* <p/>
* <p>To find files in another file system, use a {@link FileSystemManager}.