public interface BasicInterpolator
| Modifier and Type | Method and Description | 
|---|---|
| String | interpolate(String input) | 
| String | interpolate(String input,
           RecursionInterceptor recursionInterceptor) | 
String interpolate(String input) throws InterpolationException
Interpolator.interpolate(String, String, org.codehaus.plexus.interpolation.RecursionInterceptor).
 SimpleRecursionInterceptor
 instance for protection against expression cycles. It also leaves empty the
 expression prefix which would otherwise be trimmed from expressions. The
 result is that any detected expression will be resolved as-is.input - The input string to interpolateInterpolationExceptionString interpolate(String input, RecursionInterceptor recursionInterceptor) throws InterpolationException
Interpolator.interpolate(String, String, org.codehaus.plexus.interpolation.RecursionInterceptor).
 input - The input string to interpolaterecursionInterceptor - Used to protect the interpolation process
                             from expression cycles, and throw an
                             exception if one is detected.InterpolationExceptionCopyright © 2001–2016 Codehaus Plexus. All rights reserved.