alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Commons IO example source code file (index.xml)

This example Commons IO source code file (index.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Commons IO tags/keywords

apache, api, asf, commons, commons, io, io, javadoc, javadoc, jdk, license, license, the, you

The Commons IO index.xml source code

<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
 <properties>
  <title>Home
  <author email="dev@commons.apache.org">Commons Documentation Team
 </properties>
<body>
<!-- ================================================== -->
<section name="Commons IO">
<p>
Commons IO is a library of utilities to assist with developing IO functionality.
</p>
<p>
There are six main areas included:
<ul>
<li>Utility classes
   - with static methods to perform common tasks</li>
<li>Input
   - useful Input Stream and Reader implementations</li>
<li>Output
   - useful Output Stream and Writer implementations</li>
<li>Filters
   - various implementations of file filters</li>
<li>Comparators
   - various implementations of <code>java.util.Comparator for files
<li>File Monitor
   - a component for monitoring file system events</li>
</ul>
</p>
</section>
<!-- ================================================== -->
<section name="Releases">

<subsection name="Commons IO 2.0 (requires JDK 1.5+)">
<p>
Commons IO 2.0 is the latest version and requires a minimum of JDK 1.5 -
<a href="http://commons.apache.org/io/download_io.cgi">Download now!
</p> 
<p>
View the <a href="upgradeto2_0.html">Release Notes and
<a href="api-release/index.html">JavaDoc API documents
</p> 
</subsection>

<subsection name="Commons IO 1.4  (requires JDK 1.3+)">
<p>
Commons IO 1.4 requires a minimum of JDK 1.3 - 
<a href="http://commons.apache.org/io/download_io.cgi">Download now!
</p> 
<p>
View the <a href="upgradeto1_4.html">Release Notes and
<a href="api-1.4/index.html">JavaDoc API documents
</p> 
</subsection>

<subsection name="Older Releases">
<p>
For previous releases, see the <a href="http://archive.apache.org/dist/commons/io/">Apache Archive.
The JavaDoc API documents are available online:
</p> 
<ul>
<li>The 1.3.2 JavaDoc
<li>The 1.3.1 JavaDoc
<li>The 1.3 JavaDoc
<li>The 1.2 JavaDoc
<li>The 1.1 JavaDoc
</ul>
</subsection>

</section>
<!-- ================================================== -->
<section name="Support">
<p>
The <a href="mail-lists.html">commons mailing lists act as the main support forum.
The user list is suitable for most library usage queries.
The dev list is intended for the development discussion.
Please remember that the lists are shared between all commons components,
so prefix your email by [io].
</p>
<p>
Issues may be reported via <a href="issue-tracking.html">ASF JIRA.
Please read the instructions carefully to submit a useful bug report or enhancement request.
</p>
</section>
<!-- ================================================== -->
</body>
</document>

Other Commons IO examples (source code examples)

Here is a short list of links related to this Commons IO index.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.