|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Interpolator | |
|---|---|
| org.codehaus.plexus.interpolation | |
| org.codehaus.plexus.interpolation.multi | |
| Uses of Interpolator in org.codehaus.plexus.interpolation |
|---|
| Classes in org.codehaus.plexus.interpolation that implement Interpolator | |
|---|---|
class |
RegexBasedInterpolator
Expansion of the original RegexBasedInterpolator, found in plexus-utils, this interpolator provides options for setting custom prefix/suffix regex parts, and includes a RecursionInterceptor parameter in its interpolate(..)
call, to allow the detection of cyclical expression references. |
class |
StringSearchInterpolator
|
| Constructors in org.codehaus.plexus.interpolation with parameters of type Interpolator | |
|---|---|
InterpolatorFilterReader(Reader in,
Interpolator interpolator)
this constructor use default begin token ${ and default end token } |
|
InterpolatorFilterReader(Reader in,
Interpolator interpolator,
RecursionInterceptor ri)
this constructor use default begin token ${ and default end token } |
|
InterpolatorFilterReader(Reader in,
Interpolator interpolator,
String beginToken,
String endToken)
|
|
InterpolatorFilterReader(Reader in,
Interpolator interpolator,
String beginToken,
String endToken,
RecursionInterceptor ri)
|
|
| Uses of Interpolator in org.codehaus.plexus.interpolation.multi |
|---|
| Classes in org.codehaus.plexus.interpolation.multi that implement Interpolator | |
|---|---|
class |
MultiDelimiterStringSearchInterpolator
|
| Constructors in org.codehaus.plexus.interpolation.multi with parameters of type Interpolator | |
|---|---|
MultiDelimiterInterpolatorFilterReader(Reader in,
Interpolator interpolator)
this constructor use default begin token ${ and default end token } |
|
MultiDelimiterInterpolatorFilterReader(Reader in,
Interpolator interpolator,
RecursionInterceptor ri)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||