Package | Description |
---|---|
org.codehaus.plexus.interpolation | |
org.codehaus.plexus.interpolation.multi | |
org.codehaus.plexus.interpolation.object |
Modifier and Type | Class and Description |
---|---|
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 |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
MultiDelimiterStringSearchInterpolator |
Constructor and Description |
---|
MultiDelimiterInterpolatorFilterReader(Reader in,
Interpolator interpolator)
this constructor use default begin token ${ and default end token }
|
MultiDelimiterInterpolatorFilterReader(Reader in,
Interpolator interpolator,
RecursionInterceptor ri) |
Modifier and Type | Method and Description |
---|---|
void |
FieldBasedObjectInterpolator.interpolate(Object target,
Interpolator interpolator)
Using reflective field access and mutation, traverse the object graph from the given starting point and
interpolate any Strings found in that graph using the given
Interpolator . |
void |
ObjectInterpolator.interpolate(Object target,
Interpolator interpolator)
Traverse the object graph from the given starting point and interpolate
any Strings found in that graph using the given
Interpolator . |
void |
FieldBasedObjectInterpolator.interpolate(Object target,
Interpolator interpolator,
RecursionInterceptor recursionInterceptor)
Using reflective field access and mutation, traverse the object graph from the given starting point and
interpolate any Strings found in that graph using the given
Interpolator . |
void |
ObjectInterpolator.interpolate(Object target,
Interpolator interpolator,
RecursionInterceptor recursionInterceptor)
Traverse the object graph from the given starting point and interpolate
any Strings found in that graph using the given
Interpolator . |
Copyright © 2019. All rights reserved.