Uses of Interface
org.codehaus.plexus.interpolation.BasicInterpolator
Package
Description
-
Uses of BasicInterpolator in org.codehaus.plexus.interpolation
Modifier and TypeClassDescriptionclass
Expansion of the original RegexBasedInterpolator, found in plexus-utils, this interpolator provides options for setting custom prefix/suffix regex parts, and includes aRecursionInterceptor
parameter in its interpolate(..) call, to allow the detection of cyclical expression references.class
-
Uses of BasicInterpolator in org.codehaus.plexus.interpolation.fixed
-
Uses of BasicInterpolator in org.codehaus.plexus.interpolation.multi
-
Uses of BasicInterpolator in org.codehaus.plexus.interpolation.object
Modifier and TypeMethodDescriptionvoid
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 givenInterpolator
.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 givenInterpolator
.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 givenInterpolator
.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 givenInterpolator
.