Skip to content

Commit 2c0dd9b

Browse files
committed
Added in TODOs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140330 13f79535-47bb-0310-9956-ffa450edef68
1 parent 79cf7b9 commit 2c0dd9b

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

STATUS.html

Lines changed: 15 additions & 2 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.4 2002/11/12 07:38:28 bayard Exp $<br>
10+
$Id: STATUS.html,v 1.5 2002/11/12 08:11:17 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>
@@ -59,8 +59,21 @@ <h3>4. COMMITTERS</h3>
5959
<a name="Action Items"></a>
6060
<h3>5. ACTION ITEMS</h3>
6161

62-
<p>The following action items need to be completed prior to a Version 1.3
62+
<p>The following action items need to be completed prior to a Version 1.0
6363
release of this component:</p>
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>
69+
</ul>
70+
<h5>5.1 NEW CODE</h5>
71+
<ul>
72+
<li>A CsvReader/Writer set of classes in a csv sub-package</li>
73+
<li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li>
74+
<li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li>
75+
<li>Finder system. Generic code to find things in things. So FileFinder, ClassFinder, ZipFinder. Probably too big for IO</li>
76+
</ul>
6477

6578
<table border="1">
6679
<tbody>

0 commit comments

Comments
 (0)