Uses of Package
org.codehaus.plexus.interpolation

Packages that use org.codehaus.plexus.interpolation
org.codehaus.plexus.interpolation   
 

Classes in org.codehaus.plexus.interpolation used by org.codehaus.plexus.interpolation
FeedbackEnabledValueSource
          Represents a ValueSource which provides information back to the caller about what may have gone wrong while resolving the value for an expression.
InterpolationException
          Signals an unrecoverable error in the process of interpolating a string, such as the detection of an expression cycle.
InterpolationPostProcessor
          Used to allow full recursion of value interpolation before applying some rule to the result.
Interpolator
          Interpolator interface.
QueryEnabledValueSource
          Tracks the most recent expression processed by this value source implementation.
RecursionInterceptor
          Logs expressions before resolution is attempted, and clears them after resolution is complete (or, fails all strategies).
ValueSource
          Supplies one strategy for resolving a value for an interpolation expression.
 



Copyright © 2001-2010 Codehaus. All Rights Reserved.