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 and Description |
---|---|
interface |
Interpolator
Interpolator interface.
|
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 |
Modifier and Type | Method and Description |
---|---|
BasicInterpolator |
FixedStringSearchInterpolator.asBasicInterpolator() |
Modifier and Type | Class and Description |
---|---|
class |
MultiDelimiterStringSearchInterpolator |
Modifier and Type | Method and Description |
---|---|
void |
FieldBasedObjectInterpolator.interpolate(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 |
ObjectInterpolator.interpolate(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 |
FieldBasedObjectInterpolator.interpolate(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(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 © 2001–2016 Codehaus. All rights reserved.