Uses of Interface
org.codehaus.plexus.interpolation.InterpolationPostProcessor

Packages that use InterpolationPostProcessor
org.codehaus.plexus.interpolation   
 

Uses of InterpolationPostProcessor in org.codehaus.plexus.interpolation
 

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



Copyright © 2011. All Rights Reserved.