|
|
@@ -20,13 +20,11 @@ import java.util.Vector; |
|
|
|
import org.apache.tools.ant.BuildException; |
|
|
|
|
|
|
|
/** |
|
|
|
* An AntFileReader is a wrapper class that encloses the classname |
|
|
|
* An AntFilterReader is a wrapper class that encloses the classname |
|
|
|
* and configuration of a Configurable FilterReader. |
|
|
|
* |
|
|
|
*/ |
|
|
|
public final class AntFilterReader |
|
|
|
extends DataType |
|
|
|
implements Cloneable { |
|
|
|
extends DataType implements Cloneable { |
|
|
|
|
|
|
|
private String className; |
|
|
|
|
|
|
|