Uses of Interface
org.codehaus.plexus.interpolation.InterpolationPostProcessor
Packages that use InterpolationPostProcessor
Package
Description
-
Uses of InterpolationPostProcessor in org.codehaus.plexus.interpolation
Fields in org.codehaus.plexus.interpolation with type parameters of type InterpolationPostProcessorModifier and TypeFieldDescriptionprivate List
<InterpolationPostProcessor> RegexBasedInterpolator.postProcessors
private List
<InterpolationPostProcessor> StringSearchInterpolator.postProcessors
Methods in org.codehaus.plexus.interpolation with parameters of type InterpolationPostProcessorModifier and TypeMethodDescriptionvoid
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. -
Uses of InterpolationPostProcessor in org.codehaus.plexus.interpolation.fixed
Fields in org.codehaus.plexus.interpolation.fixed declared as InterpolationPostProcessorModifier and TypeFieldDescriptionprivate final InterpolationPostProcessor
FixedStringSearchInterpolator.postProcessor
Methods in org.codehaus.plexus.interpolation.fixed with parameters of type InterpolationPostProcessorModifier and TypeMethodDescriptionFixedStringSearchInterpolator.withPostProcessor
(InterpolationPostProcessor postProcessor) Constructors in org.codehaus.plexus.interpolation.fixed with parameters of type InterpolationPostProcessorModifierConstructorDescriptionprivate
FixedStringSearchInterpolator
(String startExpr, String endExpr, String escapeString, InterpolationPostProcessor postProcessor, FixedValueSource... valueSources) -
Uses of InterpolationPostProcessor in org.codehaus.plexus.interpolation.multi
Methods in org.codehaus.plexus.interpolation.multi with parameters of type InterpolationPostProcessorModifier and TypeMethodDescriptionvoid
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.withPostProcessor
(InterpolationPostProcessor postProcessor)