Package | Description |
---|---|
org.codehaus.plexus.interpolation | |
org.codehaus.plexus.interpolation.fixed | |
org.codehaus.plexus.interpolation.multi | |
org.codehaus.plexus.interpolation.object |
Modifier and Type | Interface | Description |
---|---|---|
interface |
Interpolator |
Interpolator interface.
|
Modifier and Type | Class | 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 |
Modifier and Type | Method | Description |
---|---|---|
BasicInterpolator |
FixedStringSearchInterpolator.asBasicInterpolator() |
Modifier and Type | Class | Description |
---|---|---|
class |
MultiDelimiterStringSearchInterpolator |
Modifier and Type | Method | Description |
---|---|---|
void |
FieldBasedObjectInterpolator.interpolate(java.lang.Object target,
BasicInterpolator 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 |
FieldBasedObjectInterpolator.interpolate(java.lang.Object target,
BasicInterpolator 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(java.lang.Object target,
BasicInterpolator interpolator) |
Traverse the object graph from the given starting point and interpolate
any Strings found in that graph using the given
Interpolator . |
void |
ObjectInterpolator.interpolate(java.lang.Object target,
BasicInterpolator 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 © 2018. All rights reserved.