Package liquibase.configuration
Class ConfigurationProperty
java.lang.Object
liquibase.configuration.ConfigurationProperty
Deprecated.
-
Constructor Summary
ConstructorDescriptionConfigurationProperty
(String namespace, ConfigurationDefinition.Building definitionBuilder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getName()
Deprecated.Deprecated.getType()
Deprecated.getValue()
Deprecated.<T> T
Deprecated.boolean
Deprecated.setDefaultValue
(Object defaultValue) Deprecated.setDescription
(String description) Deprecated.void
Deprecated.setValueHandler
(ConfigurationValueHandler handler) Deprecated.protected Object
Deprecated.
-
Constructor Details
-
ConfigurationProperty
Deprecated.
-
-
Method Details
-
getName
Deprecated.Returns the property name. -
getNamespace
Deprecated.Returns the namespace used by this property'sConfigurationContainer
-
getType
Deprecated.Returns the type of value stored in this property -
valueOf
Deprecated.Converts an object of a different type to the type used by this property. If types are not convertible, an exception is thrown. -
getValue
Deprecated.Returns the value currently stored in this property without any casting. -
getValue
Deprecated.Returns the value currently stored in this property cast to the given type. -
setValue
Deprecated.Overwrites the value currently stored in this property. It he passed type is not compatible with the defined type, an exception is thrown. -
addAlias
Deprecated.Adds an alias for this property. An alias is an alternate to the "name" field that can be used by the ConfigurationProvers to look up starting values. -
getDescription
Deprecated.Returns a human-readable definition of this property -
setDescription
Deprecated. -
getDefaultValue
Deprecated.Returns the default value to use if no ConfigurationProviders override it. -
setDefaultValue
Deprecated.Sets the default value to use if no ConfigurationProviders override it. Throws an exception if the given object is not compatible with the defined type. -
getWasOverridden
public boolean getWasOverridden()Deprecated.Returns true if the value has been set by a ConfigurationValueProvider or bysetValue(Object)
-
setValueHandler
Deprecated.
-