Package | Description |
---|---|
org.codehaus.plexus.interpolation | |
org.codehaus.plexus.interpolation.fixed | |
org.codehaus.plexus.interpolation.multi |
Modifier and Type | Field and Description |
---|---|
private java.util.List<InterpolationPostProcessor> |
RegexBasedInterpolator.postProcessors |
private java.util.List<InterpolationPostProcessor> |
StringSearchInterpolator.postProcessors |
Modifier and Type | Method and Description |
---|---|
void |
Interpolator.addPostProcessor(InterpolationPostProcessor postProcessor)
Add a new post-processor to handle final processing after
recursively-interpolated value is determined.
|
void |
RegexBasedInterpolator.addPostProcessor(InterpolationPostProcessor postProcessor)
Add a new post-processor to handle final processing after
recursively-interpolated value is determined.
|
void |
StringSearchInterpolator.addPostProcessor(InterpolationPostProcessor postProcessor)
Add a new post-processor to handle final processing after
recursively-interpolated value is determined.
|
void |
Interpolator.removePostProcessor(InterpolationPostProcessor postProcessor)
Remove the given post-processor.
|
void |
RegexBasedInterpolator.removePostProcessor(InterpolationPostProcessor postProcessor)
Remove the given post-processor.
|
void |
StringSearchInterpolator.removePostProcessor(InterpolationPostProcessor postProcessor)
Remove the given post-processor.
|
Modifier and Type | Field and Description |
---|---|
private InterpolationPostProcessor |
FixedStringSearchInterpolator.postProcessor |
Modifier and Type | Method and Description |
---|---|
FixedStringSearchInterpolator |
FixedStringSearchInterpolator.withPostProcessor(InterpolationPostProcessor postProcessor) |
Constructor and Description |
---|
FixedStringSearchInterpolator(java.lang.String startExpr,
java.lang.String endExpr,
java.lang.String escapeString,
InterpolationPostProcessor postProcessor,
FixedValueSource... valueSources) |
Modifier and Type | Method and Description |
---|---|
void |
MultiDelimiterStringSearchInterpolator.addPostProcessor(InterpolationPostProcessor postProcessor)
Add a new post-processor to handle final processing after
recursively-interpolated value is determined.
|
void |
MultiDelimiterStringSearchInterpolator.removePostProcessor(InterpolationPostProcessor postProcessor)
Remove the given post-processor.
|
MultiDelimiterStringSearchInterpolator |
MultiDelimiterStringSearchInterpolator.withPostProcessor(InterpolationPostProcessor postProcessor) |