Package | Description |
---|---|
org.codehaus.plexus.interpolation | |
org.codehaus.plexus.interpolation.multi | |
org.codehaus.plexus.interpolation.object |
Modifier and Type | Class and Description |
---|---|
class |
InterpolationCycleException |
Modifier and Type | Method and Description |
---|---|
String |
RegexBasedInterpolator.interpolate(String input)
|
String |
BasicInterpolator.interpolate(String input)
|
String |
StringSearchInterpolator.interpolate(String input) |
String |
RegexBasedInterpolator.interpolate(String input,
RecursionInterceptor recursionInterceptor)
|
String |
BasicInterpolator.interpolate(String input,
RecursionInterceptor recursionInterceptor)
|
String |
StringSearchInterpolator.interpolate(String input,
RecursionInterceptor recursionInterceptor)
Entry point for recursive resolution of an expression and all of its
nested expressions.
|
String |
RegexBasedInterpolator.interpolate(String input,
String thisPrefixPattern)
|
String |
Interpolator.interpolate(String input,
String thisPrefixPattern)
|
String |
StringSearchInterpolator.interpolate(String input,
String thisPrefixPattern) |
String |
RegexBasedInterpolator.interpolate(String input,
String thisPrefixPattern,
RecursionInterceptor recursionInterceptor)
Attempt to resolve all expressions in the given input string, using the
given pattern to first trim an optional prefix from each expression.
|
String |
Interpolator.interpolate(String input,
String thisPrefixPattern,
RecursionInterceptor recursionInterceptor)
Attempt to resolve all expressions in the given input string, using the
given pattern to first trim an optional prefix from each expression.
|
String |
StringSearchInterpolator.interpolate(String input,
String thisPrefixPattern,
RecursionInterceptor recursionInterceptor) |
Modifier and Type | Method and Description |
---|---|
String |
MultiDelimiterStringSearchInterpolator.interpolate(String input) |
String |
MultiDelimiterStringSearchInterpolator.interpolate(String input,
RecursionInterceptor recursionInterceptor)
Entry point for recursive resolution of an expression and all of its nested expressions.
|
String |
MultiDelimiterStringSearchInterpolator.interpolate(String input,
String thisPrefixPattern) |
String |
MultiDelimiterStringSearchInterpolator.interpolate(String input,
String thisPrefixPattern,
RecursionInterceptor recursionInterceptor) |
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–2023 Codehaus Plexus. All rights reserved.