public abstract class PropertyLoader extends Object
Each concrete implementor should be focused on a specific source. Sources may be for example files, or environment variables, DBs, and so on.
Constructor and Description |
---|
PropertyLoader() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getProperty(String key) |
boolean |
isPropertyDefined(String key) |
boolean |
isPropertyEmpty(String key) |
public abstract String getProperty(String key)
key
- the name of the propertypublic boolean isPropertyDefined(String key)
public boolean isPropertyEmpty(String key)
Copyright © 2015. All rights reserved.