org.codehaus.plexus.interpolation
public class PrefixedPropertiesValueSource extends AbstractDelegatingValueSource implements QueryEnabledValueSource
Version: $Id: PrefixedPropertiesValueSource.java 7681 2008-08-22 20:34:22Z jdcasey $
Constructor Summary | |
---|---|
PrefixedPropertiesValueSource(String prefix, Properties properties)
Wrap the specified properties file with a new PropertiesBasedValueSource, then
wrap that source with a new PrefixedValueSourceWrapper that uses the specified
expression prefix. | |
PrefixedPropertiesValueSource(List possiblePrefixes, Properties properties, boolean allowUnprefixedExpressions)
Wrap the specified properties file with a new PropertiesBasedValueSource, then
wrap that source with a new PrefixedValueSourceWrapper that uses the specified
expression-prefix list. |
Method Summary | |
---|---|
String | getLastExpression() |
Parameters: prefix The expression prefix to trim properties The properties instance to wrap
Parameters: possiblePrefixes The expression-prefix list to trim properties The properties instance to wrap