|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Reader
java.io.FilterReader
org.codehaus.plexus.interpolation.InterpolatorFilterReader
org.codehaus.plexus.util.interpolation.InterpolatorFilterReader
public class 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.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.plexus.interpolation.InterpolatorFilterReader |
|---|
DEFAULT_BEGIN_TOKEN, DEFAULT_END_TOKEN |
| Fields inherited from class java.io.FilterReader |
|---|
in |
| Fields inherited from class java.io.Reader |
|---|
lock |
| Constructor Summary | |
|---|---|
InterpolatorFilterReader(Reader in,
Interpolator interpolator)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.plexus.interpolation.InterpolatorFilterReader |
|---|
getEscapeString, isInterpolateWithPrefixPattern, isPreserveEscapeString, read, read, setEscapeString, setInterpolateWithPrefixPattern, setPreserveEscapeString, skip |
| Methods inherited from class java.io.FilterReader |
|---|
close, mark, markSupported, ready, reset |
| Methods inherited from class java.io.Reader |
|---|
read, read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterpolatorFilterReader(Reader in,
Interpolator interpolator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||