File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ limitations under the License.
4949 <p >
5050 <i >
5151 Version 1.1 of commons-io now includes a dedicated filename
52- handling class - <a href =" api-release/index.html?org/apache/commons/io/FilenameUtils.html" >FilenameUtils</a >.
52+ handling class - <a href =" javadocs/ api-release/index.html?org/apache/commons/io/FilenameUtils.html" >FilenameUtils</a >.
5353 This does handle many of these filename issues, however we still
5454 recommend, wherever possible, that you use java.io.File objects.
5555 </i >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242 <section name =" Utility classes" >
4343 <subsection name =" IOUtils" >
4444 <p >
45- <a href =" api-release/index.html?org/apache/commons/io/IOUtils.html" >IOUtils</a >
45+ <a href =" javadocs/ api-release/index.html?org/apache/commons/io/IOUtils.html" >IOUtils</a >
4646 contains utility methods dealing with reading, writing and copying.
4747 The methods work on InputStream, OutputStream, Reader and Writer.
4848 </p >
Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ Commons IO is a library of utilities to assist with developing IO functionality.
2929<p >
3030There are six main areas included:
3131<ul >
32- <li ><a href =" api-release/index.html?org/apache/commons/io/package-summary.html" >Utility classes</a >
32+ <li ><a href =" javadocs/ api-release/index.html?org/apache/commons/io/package-summary.html" >Utility classes</a >
3333 - with static methods to perform common tasks</li >
34- <li ><a href =" api-release/index.html?org/apache/commons/io/input/package-summary.html" >Input</a >
34+ <li ><a href =" javadocs/ api-release/index.html?org/apache/commons/io/input/package-summary.html" >Input</a >
3535 - useful Input Stream and Reader implementations</li >
36- <li ><a href =" api-release/index.html?org/apache/commons/io/output/package-summary.html" >Output</a >
36+ <li ><a href =" javadocs/ api-release/index.html?org/apache/commons/io/output/package-summary.html" >Output</a >
3737 - useful Output Stream and Writer implementations</li >
38- <li ><a href =" api-release/index.html?org/apache/commons/io/filefilter/package-summary.html" >Filters</a >
38+ <li ><a href =" javadocs/ api-release/index.html?org/apache/commons/io/filefilter/package-summary.html" >Filters</a >
3939 - various implementations of file filters</li >
40- <li ><a href =" api-release/index.html?org/apache/commons/io/comparator/package-summary.html" >Comparators</a >
40+ <li ><a href =" javadocs/ api-release/index.html?org/apache/commons/io/comparator/package-summary.html" >Comparators</a >
4141 - various implementations of <code >java.util.Comparator</code > for files</li >
42- <li ><a href =" api-release/index.html?org/apache/commons/io/monitor/package-summary.html" >File Monitor</a >
42+ <li ><a href =" javadocs/ api-release/index.html?org/apache/commons/io/monitor/package-summary.html" >File Monitor</a >
4343 - a component for monitoring file system events</li >
4444</ul >
4545</p >
You can’t perform that action at this time.
0 commit comments