umagesh 02/02/15 13:55:50
Modified: proposal/sandbox/filterreaders README
Log:
Configurable -> Parameterizable
Revision Changes Path
1.3 +2 -2 jakarta-ant/proposal/sandbox/filterreaders/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/sandbox/filterreaders/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README 15 Feb 2002 21:53:41 -0000 1.2
+++ README 15 Feb 2002 21:55:50 -0000 1.3
@@ -25,7 +25,7 @@
* Each AntFilterReader encloses the custom class representing
the actual java.io.FilterReader and contains configuration
parameters that may be used by the custom class if it
- implements the org.apache.tools.ant.types.Configurable
+ implements the org.apache.tools.ant.types.Parameterizable
interface.
* Custom filter readers can be created easily even
@@ -33,7 +33,7 @@
do to create a custom filter is to extend
java.io.FilterReader.
-* If the extended class also implements Configurable,
+* If the extended class also implements Parameterizable,
operation parameters can be made available to the
custom filter.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>