public class EnvironmentPropertyResolver extends SimplePropertyResolver
environment
variables.
For instance ${env.PATH} will be resolved into the value of the 'PATH' environment variable.
Due to security concerns it does not recursively resolve properties by default.
filterResult| Constructor and Description |
|---|
EnvironmentPropertyResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String name)
Returns property value which will be optionally filtered for any properties.
|
resolveProperty, setFilterResultpublic EnvironmentPropertyResolver()
public String getProperty(String name) throws PropertyNotFoundException
SimplePropertyResolverPropertyResolver.resolveProperty(String, PropertyResolver).getProperty in class SimplePropertyResolverPropertyNotFoundExceptionCopyright © 2013 Atteo. All Rights Reserved.