|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterpolationPostProcessor | |
---|---|
org.codehaus.plexus.interpolation | |
org.codehaus.plexus.interpolation.multi |
Uses of InterpolationPostProcessor in org.codehaus.plexus.interpolation |
---|
Methods in org.codehaus.plexus.interpolation with parameters of type InterpolationPostProcessor | |
---|---|
void |
StringSearchInterpolator.addPostProcessor(InterpolationPostProcessor postProcessor)
Add a new post-processor to handle final processing after recursively-interpolated value is determined. |
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.removePostProcessor(InterpolationPostProcessor postProcessor)
Remove the given post-processor. |
void |
Interpolator.removePostProcessor(InterpolationPostProcessor postProcessor)
Remove the given post-processor. |
void |
RegexBasedInterpolator.removePostProcessor(InterpolationPostProcessor postProcessor)
Remove the given post-processor. |
Uses of InterpolationPostProcessor in org.codehaus.plexus.interpolation.multi |
---|
Methods in org.codehaus.plexus.interpolation.multi with parameters of type InterpolationPostProcessor | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |