Package | Description |
---|---|
org.jbei.ice.lib.config | |
org.jbei.ice.lib.dto |
Value Objects classes.
|
org.jbei.ice.lib.utils |
Non-web related utility classes.
|
org.jbei.ice.storage.hibernate.dao |
Modifier and Type | Method and Description |
---|---|
String |
ConfigurationController.getPropertyValue(ConfigurationKey key) |
Configuration |
ConfigurationController.setPropertyValue(ConfigurationKey key,
String value) |
Modifier and Type | Method and Description |
---|---|
static ConfigurationKey |
ConfigurationKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationKey[] |
ConfigurationKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
Utils.getConfigValue(ConfigurationKey key) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationDAO.get(ConfigurationKey key)
Retrieve the
Configuration object with the given ConfigurationKey . |
Copyright © 2017. All rights reserved.