org.codehaus.plexus.util.interpolation
public class EnvarBasedValueSource extends Object implements ValueSource
Version: $Id: EnvarBasedValueSource.java 5956 2007-02-28 08:26:16Z olamy $
Field Summary | |
---|---|
boolean | caseSensitive |
Properties | envars |
Constructor Summary | |
---|---|
EnvarBasedValueSource()
Create a new value source for interpolation based on shell environment variables. | |
EnvarBasedValueSource(boolean caseSensitive)
Create a new value source for interpolation based on shell environment variables.
|
Method Summary | |
---|---|
Object | getValue(String expression) |
Throws: IOException
Parameters: caseSensitive Whether the environment variable key should be treated in a case-sensitive manner for lookups
Throws: IOException