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

Property provider is responsible for one type of property storage. Eg. some specific file.
| Constructor Summary | |
|---|---|
PropertyProvider()
|
|
| Method Summary | |
|---|---|
int |
compareTo(PropertyProvider o)
|
abstract int |
getPriority()
Priority of this provider. |
abstract java.lang.String |
getProperty(java.lang.String key)
Searches for given property key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyProvider()
| Method Detail |
|---|
public abstract int getPriority()
public abstract java.lang.String getProperty(java.lang.String key)
key -
public int compareTo(PropertyProvider o)
compareTo in interface java.lang.Comparable<PropertyProvider>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||