public abstract class AbstractPropertiesProvider extends PropertyProvider
| Constructor and Description |
|---|
AbstractPropertiesProvider(InputStream is,
String sourceDescription) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key)
Searches for given property key.
|
String |
toString() |
compareTo, getPrioritypublic AbstractPropertiesProvider(InputStream is, String sourceDescription)
sourceDescription - human readable decription of resource from which the properties were readis - Reader from which the Properties can be loaded.public String getProperty(String key)
PropertyProvidergetProperty in class PropertyProviderCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.