protected class AbstractConfigurationContainer.ConfigurationContainer extends Object
Modifier | Constructor and Description |
---|---|
protected |
ConfigurationContainer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
addProperty(String propertyName,
Class type)
Deprecated.
|
ConfigurationProperty |
getProperty(String propertyName)
Deprecated.
|
<T> T |
getValue(String propertyName,
Class<T> returnType)
Deprecated.
|
void |
setValue(String propertyName,
Object value)
Deprecated.
|
public ConfigurationProperty addProperty(String propertyName, Class type)
public ConfigurationProperty getProperty(String propertyName)
Copyright © 2023 Liquibase.org. All rights reserved.