|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.chess.it.util.config.resolv.ConfigurationResolverEnvironmentVariable
Opens a file or URL which name is given in an environment variable. Two situations can occur:
getSourceDescription()
and getProperties()
are
garantueed to be not nullgetSourceDescription()
and
getProperties()
might be null
Constructor Summary | |
ConfigurationResolverEnvironmentVariable(java.lang.String key)
|
Method Summary | |
java.lang.Exception |
getException()
Returns the Exception that occurred while reading from the environment variable (if any). |
java.util.Properties |
getProperties()
Returns Properties object for configuration |
java.lang.String |
getSourceDescription()
Description of the file or URL read. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigurationResolverEnvironmentVariable(java.lang.String key)
Method Detail |
public java.lang.Exception getException()
null
.public java.lang.String getSourceDescription()
getException()
was not null then this might be null
.public java.util.Properties getProperties()
getException()
was not null then this might be null
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |