Uses of Class
org.codehaus.plexus.interpolation.fixed.AbstractDelegatingValueSource
-
Packages that use AbstractDelegatingValueSource Package Description org.codehaus.plexus.interpolation.fixed -
-
Uses of AbstractDelegatingValueSource in org.codehaus.plexus.interpolation.fixed
Subclasses of AbstractDelegatingValueSource in org.codehaus.plexus.interpolation.fixed Modifier and Type Class Description class
PrefixedObjectValueSource
Wraps an arbitrary object with anObjectBasedValueSource
instance, then wraps that source with aPrefixedValueSourceWrapper
instance, to which this class delegates all of its calls.class
PrefixedPropertiesValueSource
Legacy support.
-