From fe4e68501951a81ee18dfa27e8a5fc6ea995d17a Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Fri, 15 Feb 2002 21:55:50 +0000 Subject: [PATCH] Configurable -> Parameterizable git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271372 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/sandbox/filterreaders/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposal/sandbox/filterreaders/README b/proposal/sandbox/filterreaders/README index 7cfe66ddd..409dd2349 100644 --- a/proposal/sandbox/filterreaders/README +++ b/proposal/sandbox/filterreaders/README @@ -25,7 +25,7 @@ Design: * 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 @@ Design: 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.