org.codehaus.plexus.util.interpolation
Interface ValueSource

All Known Implementing Classes:
EnvarBasedValueSource, MapBasedValueSource, ObjectBasedValueSource, PropertiesBasedValueSource

public interface ValueSource


Method Summary
 java.lang.Object getValue(java.lang.String expression)
           
 

Method Detail

getValue

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


Copyright © 2001-2007 Codehaus. All Rights Reserved.