public class EnvironmentAwarePropertySource extends EnumerablePropertySource
A PropertySource aware of the Grails environment and that resolves keys based on the environment from other property sources
Modifiers | Name | Description |
---|---|---|
protected List<String> |
propertyNames |
Type Params | Return Type | Name and description |
---|---|---|
|
public Object |
getProperty(String name) |
|
public String[] |
getPropertyNames() |
Methods inherited from class | Name |
---|---|
class EnumerablePropertySource |
containsProperty, equals, getClass, getName, getProperty, getPropertyNames, getSource, hashCode, named, notify, notifyAll, toString, wait, wait, wait |