Uses of Class
org.codehaus.plexus.interpolation.AbstractValueSource
-
Packages that use AbstractValueSource Package Description org.codehaus.plexus.interpolation -
-
Uses of AbstractValueSource in org.codehaus.plexus.interpolation
Subclasses of AbstractValueSource in org.codehaus.plexus.interpolation Modifier and Type Class Description classEnvarBasedValueSourceValueSourcewhich resolves expressions against the environment variables available from the underlying operating system (and possibly, the shell environment that created the present Java process).classFeedbackingValueSourceAdds feedback on anygetValue(String)call.classMapBasedValueSourceWraps a Map, and looks up the whole expression as a single key, returning the value mapped to it.classObjectBasedValueSourceWraps an object, providing reflective access to the object graph of which the supplied object is the root.classPropertiesBasedValueSourceValueSourceimplementation that wraps aPropertiesinstance, and does a simple lookup of the entire expression string as the parameter forProperties.getProperty(String), returning the result as the resolved value.
-