|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.amis.utils.configuration.PropertyProvider
cz.cuni.amis.utils.configuration.providers.AbstractPropertiesProvider
public abstract class AbstractPropertiesProvider

Wrapper of java.util.Properties class.
| Constructor Summary | |
|---|---|
AbstractPropertiesProvider(java.io.InputStream is,
java.lang.String sourceDescription)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getProperty(java.lang.String key)
Searches for given property key. |
java.lang.String |
toString()
|
| Methods inherited from class cz.cuni.amis.utils.configuration.PropertyProvider |
|---|
compareTo, getPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPropertiesProvider(java.io.InputStream is,
java.lang.String sourceDescription)
sourceDescription - human readable decription of resource from which the properties were readis - Reader from which the Properties can be loaded.| Method Detail |
|---|
public java.lang.String getProperty(java.lang.String key)
PropertyProvider
getProperty in class PropertyProviderpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||