org.codehaus.plexus.util.interpolation
Class ObjectBasedValueSource

java.lang.Object
  extended byorg.codehaus.plexus.util.interpolation.ObjectBasedValueSource
All Implemented Interfaces:
ValueSource

public class ObjectBasedValueSource
extends java.lang.Object
implements ValueSource

Version:
$Id: ObjectBasedValueSource.java 5956 2007-02-28 08:26:16Z olamy $

Constructor Summary
ObjectBasedValueSource(java.lang.Object root)
           
 
Method Summary
 java.lang.Object getValue(java.lang.String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectBasedValueSource

public ObjectBasedValueSource(java.lang.Object root)
Method Detail

getValue

public java.lang.Object getValue(java.lang.String expression)
Specified by:
getValue in interface ValueSource
Returns:
the value related to the expression, or null if not found.


Copyright © 2001-2007 Codehaus. All Rights Reserved.