|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractValueSource | |
|---|---|
| org.codehaus.plexus.interpolation | |
| Uses of AbstractValueSource in org.codehaus.plexus.interpolation |
|---|
| Subclasses of AbstractValueSource in org.codehaus.plexus.interpolation | |
|---|---|
class |
EnvarBasedValueSource
ValueSource which resolves expressions against the environment variables
available from the underlying operating system (and possibly, the shell environment
that created the present Java process). |
class |
MapBasedValueSource
Wraps a Map, and looks up the whole expression as a single key, returning the value mapped to it. |
class |
ObjectBasedValueSource
Wraps an object, providing reflective access to the object graph of which the supplied object is the root. |
class |
PropertiesBasedValueSource
ValueSource implementation that wraps a Properties instance,
and does a simple lookup of the entire expression string as the parameter for
Properties.getProperty(String), returning the result as the resolved
value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||