public class PropertyLoaderComposite extends PropertyLoader
PropertyLoaders.| Constructor and Description |
|---|
PropertyLoaderComposite(PropertyLoader... loaders) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key)
Loop over the components and
return the first not null value found.
|
isPropertyDefined, isPropertyEmptypublic PropertyLoaderComposite(PropertyLoader... loaders)
public String getProperty(String key)
getProperty in class PropertyLoaderkey - the name of the propertyCopyright © 2015. All rights reserved.