public interface PropertySource
Modifier and Type | Method and Description |
---|---|
String |
describe()
Provides a description of this source, typically the location of the file
that was used to load the properties this source holds.
|
boolean |
getBooleanProperty(String key) |
Set<String> |
getKeys() |
String |
getProperty(String key)
Returns a value corresponding to the given key, or null if not known.
|
boolean |
hasProperty(String key) |
String getProperty(String key)
boolean getBooleanProperty(String key)
boolean hasProperty(String key)
String describe()
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.