public abstract class PropertyProvider extends Object implements Comparable<PropertyProvider>
| Constructor and Description |
|---|
PropertyProvider() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertyProvider o) |
abstract int |
getPriority()
Priority of this provider.
|
abstract String |
getProperty(String key)
Searches for given property key.
|
public abstract int getPriority()
public abstract String getProperty(String key)
key - public int compareTo(PropertyProvider o)
compareTo in interface Comparable<PropertyProvider>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.