|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertySource
Basic Magnolia configuration typically happens with a set of files typically called "magnolia.properties", loaded in a given order, from different location. This class derives its name from that, but properties can be loaded from different types of sources. (module descriptors, ...)
Method Summary | |
---|---|
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)
|
Method Detail |
---|
Set<String> getKeys()
String getProperty(String key)
boolean getBooleanProperty(String key)
boolean hasProperty(String key)
String describe()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |