|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.util.StartUpValues
public class StartUpValues
The class StartUpValues.java loads all defined parameter for the gui. the parameter must be defined in a propertyfile.
Constructor Summary | |
---|---|
StartUpValues()
Constructor |
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String props)
returns the value of the passed key. |
static java.lang.Double |
getDouble(java.lang.String props)
returns the value in double value. |
static java.lang.Integer |
getInt(java.lang.String props)
returns the value in integer value. |
static java.lang.String |
getString(java.lang.String props)
returns the value in String value. |
static void |
load()
loads the Parameterfile. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartUpValues() throws StartUpException
StartUpException
Method Detail |
---|
public java.lang.String get(java.lang.String props)
props
-
public static void load() throws StartUpException
StartUpException
public static java.lang.Integer getInt(java.lang.String props)
props
-
public static java.lang.Double getDouble(java.lang.String props)
props
-
public static java.lang.String getString(java.lang.String props)
props
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |