org.codehaus.plexus.util.interpolation

Class PropertiesBasedValueSource

Implemented Interfaces:
ValueSource

public class PropertiesBasedValueSource
extends java.lang.Object
implements ValueSource

Constructor Summary

PropertiesBasedValueSource(Properties properties)

Method Summary

Object
getValue(String expression)

Constructor Details

PropertiesBasedValueSource

public PropertiesBasedValueSource(Properties properties)

Method Details

getValue

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