Package | Description |
---|---|
org.ovirt.engine.core.config | |
org.ovirt.engine.core.config.db | |
org.ovirt.engine.core.config.entity | |
org.ovirt.engine.core.config.entity.helper |
Modifier and Type | Method and Description |
---|---|
ConfigKey |
EngineConfigLogic.fetchConfigKey(String key,
String version) |
Modifier and Type | Method and Description |
---|---|
ConfigKey |
ConfigDaoImpl.getKey(ConfigKey key) |
ConfigKey |
ConfigDAO.getKey(ConfigKey key) |
Modifier and Type | Method and Description |
---|---|
List<ConfigKey> |
ConfigDaoImpl.getKeysForName(String name) |
List<ConfigKey> |
ConfigDAO.getKeysForName(String name) |
Modifier and Type | Method and Description |
---|---|
ConfigKey |
ConfigDaoImpl.getKey(ConfigKey key) |
ConfigKey |
ConfigDAO.getKey(ConfigKey key) |
int |
ConfigDaoImpl.updateKey(ConfigKey configKey) |
int |
ConfigDAO.updateKey(ConfigKey configKey) |
Modifier and Type | Method and Description |
---|---|
ConfigKey |
ConfigKeyFactory.copyOf(ConfigKey key,
String value,
String version) |
ConfigKey |
ConfigKeyFactory.fromResultSet(ResultSet resultSet)
Create a ConfigKey from a ResultSet object.
|
ConfigKey |
ConfigKeyFactory.generateBlankConfigKey(String keyName,
String keyType) |
ConfigKey |
ConfigKeyFactory.generateByPropertiesKey(String key) |
Modifier and Type | Method and Description |
---|---|
ConfigKey |
ConfigKeyFactory.copyOf(ConfigKey key,
String value,
String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
StringValueHelper.validate(ConfigKey key,
String value) |
boolean |
ValueHelper.validate(ConfigKey key,
String value) |
boolean |
CompositePasswordValueHelper.validate(ConfigKey key,
String value) |
boolean |
PasswordValueHelper.validate(ConfigKey key,
String value) |
boolean |
IntegerValueHelper.validate(ConfigKey key,
String value) |
Copyright © 2012. All Rights Reserved.