Author: niallp
Date: Mon Jan 7 20:32:46 2008
New Revision: 609867
URL: http://svn.apache.org/viewvc?rev=609867&view=rev
Log:
Include the new comparator package in the description
Modified:
commons/proper/io/trunk/doap_io.rdf
commons/proper/io/trunk/pom.xml
commons/proper/io/trunk/project.xml
commons/proper/io/trunk/xdocs/description.xml
Modified: commons/proper/io/trunk/doap_io.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/doap_io.rdf?rev=609867&r1=609866&r2=609867&view=diff
==============================================================================
--- commons/proper/io/trunk/doap_io.rdf (original)
+++ commons/proper/io/trunk/doap_io.rdf Mon Jan 7 20:32:46 2008
@@ -27,7 +27,7 @@
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
<shortdesc xml:lang="en">Commons IO</shortdesc>
<description xml:lang="en">
- Commons-IO contains utility classes, stream implementations, file
filters, and endian classes.
+ Commons-IO contains utility classes, stream implementations, file
filters, file comparators and endian classes.
</description>
<repository>
<SVNRepository>
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=609867&r1=609866&r2=609867&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Mon Jan 7 20:32:46 2008
@@ -32,7 +32,7 @@
<inceptionYear>2002</inceptionYear>
<description>
- Commons-IO contains utility classes, stream implementations, file
filters, and endian classes.
+ Commons-IO contains utility classes, stream implementations, file
filters, file comparators and endian classes.
</description>
<url>http://commons.apache.org/io/</url>
Modified: commons/proper/io/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/project.xml?rev=609867&r1=609866&r2=609867&view=diff
==============================================================================
--- commons/proper/io/trunk/project.xml (original)
+++ commons/proper/io/trunk/project.xml Mon Jan 7 20:32:46 2008
@@ -25,7 +25,7 @@
<inceptionYear>2002</inceptionYear>
<shortDescription>Commons IO</shortDescription>
<description>
- Commons-IO contains utility classes, stream implementations, file
filters, and endian classes.
+ Commons-IO contains utility classes, stream implementations, file
filters, file comparators and endian classes.
</description>
<logo>/images/io-logo-white.png</logo>
Modified: commons/proper/io/trunk/xdocs/description.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/xdocs/description.xml?rev=609867&r1=609866&r2=609867&view=diff
==============================================================================
--- commons/proper/io/trunk/xdocs/description.xml (original)
+++ commons/proper/io/trunk/xdocs/description.xml Mon Jan 7 20:32:46 2008
@@ -28,7 +28,8 @@
<a href="#Utility classes">utility classes</a>,
<a href="#Endian classes">endian classes</a>,
<a href="#Line iterator">line iterator</a>,
- <a href="#File filters">file filters</a> and
+ <a href="#File filters">file filters</a>,
+ <a href="#File comparators">file comparators</a> and
<a href="#Streams">stream implementations</a>.
</p>
@@ -211,6 +212,21 @@
<p>
See the
<a
href="api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">filefilter</a>
+ package javadoc for more details.
+ </p>
+ </section>
+
+ <section name="File comparators">
+ <p>
+ The <code>org.apache.commons.io.comparator</code>
+ package provides a number of <code>java.util.Comparator</code>
+ implementations for <code>java.io.File</code>.
+
+ These comparators can be used to sort lists and arrays of files,
for example.
+ </p>
+ <p>
+ See the
+ <a
href="api-release/index.html?org/apache/commons/io/comparator/package-summary.html">comparator</a>
package javadoc for more details.
</p>
</section>