|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.six.reports.util.Configuration
public class Configuration
Utility class to access configuration parameters
Nested Class Summary | |
---|---|
static class |
Configuration.ConfigurationKey
Defines a configuration key. |
Constructor Summary | |
---|---|
Configuration()
|
Method Summary | |
---|---|
static java.lang.String |
get(Configuration.ConfigurationKey key)
Read the configuration for a certain key. |
static void |
set(Configuration.ConfigurationKey key,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Configuration()
Method Detail |
---|
public static java.lang.String get(Configuration.ConfigurationKey key)
key
- the configuration key
public static void set(Configuration.ConfigurationKey key, java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |