org.codehaus.plexus.util.interpolation

Interface ValueSource

Known Implementing Classes:
EnvarBasedValueSource, MapBasedValueSource, ObjectBasedValueSource

public interface ValueSource

Method Summary

Object
getValue(String expression)

Method Details

getValue

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