|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.utils.configuration.PropertyProvider cz.cuni.amis.utils.configuration.providers.EnvironmentVariableProvider
public class EnvironmentVariableProvider
Read property from system variable.
Constructor Summary | |
---|---|
EnvironmentVariableProvider()
|
Method Summary | |
---|---|
int |
getPriority()
Priority of this provider. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnvironmentVariableProvider()
Method Detail |
---|
public int getPriority()
PropertyProvider
getPriority
in class PropertyProvider
public java.lang.String getProperty(java.lang.String key)
PropertyProvider
getProperty
in class PropertyProvider
public 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 |