public final class Configuration
extends java.lang.Object
implements java.io.Serializable
Zephyr Business Solutions Corp.
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.