|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationService
| Method Summary | |
|---|---|
boolean |
getBoolean(java.lang.String key,
boolean defaultBoolean)
Get the boolean value for a configuration key. |
byte |
getByte(java.lang.String key,
byte defaultByte)
Get byte with the specified key and default byte parameters and return the byte result. |
char |
getChar(java.lang.String key,
char defaultChar)
Get character with the specified key and default character parameters and return the char result. |
double |
getDouble(java.lang.String key,
double defaultDouble)
Get double with the specified key and default float parameters and return the float result. |
float |
getFloat(java.lang.String key,
float defaultFloat)
Get float with the specified key and default float parameters and return the float result. |
int |
getInt(java.lang.String key,
int defaultInt)
Get the integer value for a configuration key. |
long |
getLong(java.lang.String key,
long defaultLong)
Get the long value for a configuration key. |
java.lang.Object |
getObject(java.lang.String key,
java.lang.Object defaultObject)
Get object with the specified key and default object parameters and return the String result. |
java.util.Dictionary |
getProperties()
Get the configuration properties. |
short |
getShort(java.lang.String key,
short defaultShort)
Get short with the specified key and default short parameters and return the short result. |
java.lang.String |
getString(java.lang.String key,
java.lang.String defaultString)
Get the String value for a configuration key. |
| Method Detail |
|---|
boolean getBoolean(java.lang.String key,
boolean defaultBoolean)
key - The key (String) parameter.defaultBoolean - The default boolean (boolean) parameter.
byte getByte(java.lang.String key,
byte defaultByte)
key - The key (String) parameter.defaultByte - The default byte (byte) parameter.
byte) value.
char getChar(java.lang.String key,
char defaultChar)
key - The key (String) parameter.defaultChar - The default char (char) parameter.
char) value.
double getDouble(java.lang.String key,
double defaultDouble)
key - The key (String) parameter.defaultDouble - The default double (double) parameter.
double) value.
float getFloat(java.lang.String key,
float defaultFloat)
key - The key (String) parameter.defaultFloat - The default float (float) parameter.
float) value.
int getInt(java.lang.String key,
int defaultInt)
key - The key (String) parameter.defaultInt - The default int (int) parameter.
long getLong(java.lang.String key,
long defaultLong)
key - The key (String) parameter.defaultLong - The default long (long) parameter.
java.lang.Object getObject(java.lang.String key,
java.lang.Object defaultObject)
key - The key (String) parameter.defaultObject - The default object (Object) parameter.
Object) value.java.util.Dictionary getProperties()
Dictionary) value.
short getShort(java.lang.String key,
short defaultShort)
key - The key (String) parameter.defaultShort - The default short (short) parameter.
short) value.
java.lang.String getString(java.lang.String key,
java.lang.String defaultString)
key - The key (String) parameter.defaultString - The default string (String) parameter.
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||