|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicInterpolator
Knows how to do basic interpolation services. TODO: Really really needs a way to communicate errors.
| Method Summary | |
|---|---|
String |
interpolate(String input)
See Interpolator.interpolate(String, String, org.codehaus.plexus.interpolation.RecursionInterceptor). |
String |
interpolate(String input,
RecursionInterceptor recursionInterceptor)
See Interpolator.interpolate(String, String, org.codehaus.plexus.interpolation.RecursionInterceptor). |
| Method Detail |
|---|
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 interpolate
InterpolationException
String 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.
InterpolationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||