Browse Source

Configurable -> Parameterizable

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271372 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 23 years ago
parent
commit
fe4e685019
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      proposal/sandbox/filterreaders/README

+ 2
- 2
proposal/sandbox/filterreaders/README View File

@@ -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.



Loading…
Cancel
Save