Package | Description |
---|---|
com.kulana.core.foundation.utils |
Modifier and Type | Method and Description |
---|---|
static Configuration.Parameter |
Configuration.Parameter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.Parameter[] |
Configuration.Parameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Configuration.get(Configuration.Parameter param)
Returns configuration value from startup properties or from configuration
file if not found in startup arguments.
|
static boolean |
Configuration.getBoolean(Configuration.Parameter param) |
static double |
Configuration.getDouble(Configuration.Parameter param) |
static int |
Configuration.getInt(Configuration.Parameter param) |
static long |
Configuration.getLong(Configuration.Parameter param) |
static boolean |
Configuration.isNull(Configuration.Parameter param)
Checks if configuration attribute is NULL.
|