org.codehaus.plexus.util.interpolation
Class InterpolatorFilterReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.codehaus.plexus.interpolation.InterpolatorFilterReader
org.codehaus.plexus.util.interpolation.InterpolatorFilterReader
- All Implemented Interfaces:
- Closeable, Readable
Deprecated. Use plexus-interpolation APIs instead.
public class InterpolatorFilterReader
- extends org.codehaus.plexus.interpolation.InterpolatorFilterReader
A FilterReader implementation, that works with Interpolator interface instead of it's own interpolation
implementation. This implementation is heavily based on org.codehaus.plexus.util.InterpolationFilterReader.
- Version:
- $Id: $
- Author:
- cstamas
| Fields inherited from class org.codehaus.plexus.interpolation.InterpolatorFilterReader |
DEFAULT_BEGIN_TOKEN, DEFAULT_END_TOKEN |
| Methods inherited from class org.codehaus.plexus.interpolation.InterpolatorFilterReader |
read, read, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpolatorFilterReader
public InterpolatorFilterReader(Reader in,
Interpolator interpolator)
- Deprecated.
Copyright © 2001-2009 Codehaus. All Rights Reserved.