Skip to content

Commit 8386997

Browse files
committed
Latest status for IO
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140331 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2c0dd9b commit 8386997

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

STATUS.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div align="center">
99
<h1>The Jakarta Commons <em>IO</em> Component</h1>
10-
$Id: STATUS.html,v 1.5 2002/11/12 08:11:17 bayard Exp $<br>
10+
$Id: STATUS.html,v 1.6 2002/12/07 20:26:11 bayard Exp $<br>
1111
<a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
1212
<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
1313
<a href="#Action%20Items">[Action Items]</a> <br>
@@ -62,16 +62,22 @@ <h3>5. ACTION ITEMS</h3>
6262
<p>The following action items need to be completed prior to a Version 1.0
6363
release of this component:</p>
6464
<ul>
65-
<li>Compress - Move the compress sub-package out of IO</li>
66-
<li>Rewrite the FileFilters to depend on Predicates. This makes AndFileFilter etc unneeded</li>
67-
<li>Create a FileFilterUtils for hiding the predicates behind</li>
68-
<li>Create a PredicateFileFilter to serve as a predicate adaptor</li>
65+
<li>Compress - Move the compress sub-package out of IO - READY</li>
66+
<li>Rewrite the FileFilters to depend on Predicates. This makes AndFileFilter etc unneeded - DONE</li>
67+
<li>Create a FileFilterUtils for hiding the predicates behind - DONE</li>
68+
<li>Create a PredicateFileFilter to serve as a predicate adaptor - DONE</li>
69+
<li>Rename FileUtilTest to FileUtilsTest</li>
70+
<li>Extract code from IOUtils to CopyUtils? </li>
71+
<li>Remove StreamUtils as all its methods are in IOUtils - READY</li>
6972
</ul>
7073
<h5>5.1 NEW CODE</h5>
7174
<ul>
75+
<li>ProxyOutput/InputStream. These are predictable Filter-streams. Need to see if FilterWriter/Reader are predictable - DONE</li>
7276
<li>A CsvReader/Writer set of classes in a csv sub-package</li>
7377
<li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li>
7478
<li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li>
79+
<li>FormattedWriter, when it writes out values it uses Format objects to output them. </li>
80+
<li>FixedWidthReader. Reads in files with a known width, ie) mainframe like. </li>
7581
<li>Finder system. Generic code to find things in things. So FileFinder, ClassFinder, ZipFinder. Probably too big for IO</li>
7682
</ul>
7783

0 commit comments

Comments
 (0)