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.postProcessorsprivate List<InterpolationPostProcessor> StringSearchInterpolator.postProcessorsMethods in org.codehaus.plexus.interpolation with parameters of type InterpolationPostProcessorModifier and TypeMethodDescriptionvoidInterpolator.addPostProcessor(InterpolationPostProcessor postProcessor) Add a new post-processor to handle final processing after recursively-interpolated value is determined.voidRegexBasedInterpolator.addPostProcessor(InterpolationPostProcessor postProcessor) Add a new post-processor to handle final processing after recursively-interpolated value is determined.voidStringSearchInterpolator.addPostProcessor(InterpolationPostProcessor postProcessor) Add a new post-processor to handle final processing after recursively-interpolated value is determined.voidInterpolator.removePostProcessor(InterpolationPostProcessor postProcessor) Remove the given post-processor.voidRegexBasedInterpolator.removePostProcessor(InterpolationPostProcessor postProcessor) Remove the given post-processor.voidStringSearchInterpolator.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 InterpolationPostProcessorFixedStringSearchInterpolator.postProcessorMethods 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 InterpolationPostProcessorModifierConstructorDescriptionprivateFixedStringSearchInterpolator(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 TypeMethodDescriptionvoidMultiDelimiterStringSearchInterpolator.addPostProcessor(InterpolationPostProcessor postProcessor) Add a new post-processor to handle final processing after recursively-interpolated value is determined.voidMultiDelimiterStringSearchInterpolator.removePostProcessor(InterpolationPostProcessor postProcessor) Remove the given post-processor.MultiDelimiterStringSearchInterpolator.withPostProcessor(InterpolationPostProcessor postProcessor)