|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.plexus.util.interpolation.EnvarBasedValueSource
| 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 | |
java.lang.Object |
getValue(java.lang.String expression)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnvarBasedValueSource()
throws java.io.IOException
java.io.IOException
public EnvarBasedValueSource(boolean caseSensitive)
throws java.io.IOException
caseSensitive - Whether the environment variable key should be treated in a
case-sensitive manner for lookups
java.io.IOException| Method Detail |
public java.lang.Object getValue(java.lang.String expression)
getValue in interface ValueSource
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||