Skip to content

Commit fa3da43

Browse files
author
Niall Pemberton
committed
Include the new comparator package in the description
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@609867 13f79535-47bb-0310-9956-ffa450edef68
1 parent deabf6a commit fa3da43

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

doap_io.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
2828
<shortdesc xml:lang="en">Commons IO</shortdesc>
2929
<description xml:lang="en">
30-
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
30+
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
3131
</description>
3232
<repository>
3333
<SVNRepository>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<inceptionYear>2002</inceptionYear>
3434
<description>
35-
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
35+
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
3636
</description>
3737

3838
<url>http://commons.apache.org/io/</url>

project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<inceptionYear>2002</inceptionYear>
2626
<shortDescription>Commons IO</shortDescription>
2727
<description>
28-
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
28+
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
2929
</description>
3030
<logo>/images/io-logo-white.png</logo>
3131

xdocs/description.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ limitations under the License.
2828
<a href="#Utility classes">utility classes</a>,
2929
<a href="#Endian classes">endian classes</a>,
3030
<a href="#Line iterator">line iterator</a>,
31-
<a href="#File filters">file filters</a> and
31+
<a href="#File filters">file filters</a>,
32+
<a href="#File comparators">file comparators</a> and
3233
<a href="#Streams">stream implementations</a>.
3334
</p>
3435

@@ -215,6 +216,21 @@ limitations under the License.
215216
</p>
216217
</section>
217218

219+
<section name="File comparators">
220+
<p>
221+
The <code>org.apache.commons.io.comparator</code>
222+
package provides a number of <code>java.util.Comparator</code>
223+
implementations for <code>java.io.File</code>.
224+
225+
These comparators can be used to sort lists and arrays of files, for example.
226+
</p>
227+
<p>
228+
See the
229+
<a href="api-release/index.html?org/apache/commons/io/comparator/package-summary.html">comparator</a>
230+
package javadoc for more details.
231+
</p>
232+
</section>
233+
218234
<section name="Streams">
219235
<p>
220236
The <code>org.apache.commons.io.input</code> and

0 commit comments

Comments
 (0)