|
7 | 7 |
|
8 | 8 | <div align="center"> |
9 | 9 | <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> |
11 | 11 | <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a> |
12 | 12 | <a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a> |
13 | 13 | <a href="#Action%20Items">[Action Items]</a> <br> |
@@ -62,16 +62,22 @@ <h3>5. ACTION ITEMS</h3> |
62 | 62 | <p>The following action items need to be completed prior to a Version 1.0 |
63 | 63 | release of this component:</p> |
64 | 64 | <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> |
69 | 72 | </ul> |
70 | 73 | <h5>5.1 NEW CODE</h5> |
71 | 74 | <ul> |
| 75 | + <li>ProxyOutput/InputStream. These are predictable Filter-streams. Need to see if FilterWriter/Reader are predictable - DONE</li> |
72 | 76 | <li>A CsvReader/Writer set of classes in a csv sub-package</li> |
73 | 77 | <li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li> |
74 | 78 | <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> |
75 | 81 | <li>Finder system. Generic code to find things in things. So FileFinder, ClassFinder, ZipFinder. Probably too big for IO</li> |
76 | 82 | </ul> |
77 | 83 |
|
|
0 commit comments