Uses of Interface
org.codehaus.plexus.interpolation.BasicInterpolator
Packages that use BasicInterpolator
Package
Description
-
Uses of BasicInterpolator in org.codehaus.plexus.interpolation
Subinterfaces of BasicInterpolator in org.codehaus.plexus.interpolationClasses in org.codehaus.plexus.interpolation that implement BasicInterpolatorModifier 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
Methods in org.codehaus.plexus.interpolation.fixed that return BasicInterpolator -
Uses of BasicInterpolator in org.codehaus.plexus.interpolation.multi
Classes in org.codehaus.plexus.interpolation.multi that implement BasicInterpolator -
Uses of BasicInterpolator in org.codehaus.plexus.interpolation.object
Methods in org.codehaus.plexus.interpolation.object with parameters of type BasicInterpolatorModifier 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
.