|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.jaskell.conf.Configuration
public final class Configuration
Object of this class contains information read from a jaskell configuration file.
Zephyr Business Solutions Corp.
| Method Summary | |
|---|---|
boolean |
containsKey(java.lang.Object key)
Tests if a key is present in the configuration. |
java.lang.Object |
getValue(java.lang.Object key)
Get the value of a certain key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object getValue(java.lang.Object key)
throws java.util.NoSuchElementException
key - the key.
java.util.NoSuchElementException - if the key is not found.public boolean containsKey(java.lang.Object key)
key - the key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||