org.apache.tools.ant.filters
public abstract class BaseParamFilterReader extends BaseFilterReader implements Parameterizable
Constructor Summary | |
---|---|
BaseParamFilterReader()
Constructor for "dummy" instances.
| |
BaseParamFilterReader(Reader in)
Creates a new filtered reader.
|
Method Summary | |
---|---|
protected Parameter[] | getParameters()
Returns the parameters to be used by this filter.
|
void | setParameters(Parameter[] parameters)
Sets the parameters used by this filter, and sets
the filter to an uninitialized status.
|
See Also: BaseFilterReader
Parameters: in A Reader object providing the underlying stream.
Must not be null
.
Returns: the parameters to be used by this filter
Parameters: parameters The parameters to be used by this filter.
Should not be null
.