|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationProperty | |
---|---|
liquibase.configuration | |
liquibase.integration.servlet |
Uses of ConfigurationProperty in liquibase.configuration |
---|
Methods in liquibase.configuration that return ConfigurationProperty | |
---|---|
ConfigurationProperty |
ConfigurationProperty.addAlias(String... aliases)
Adds an alias for this property. |
ConfigurationProperty |
AbstractConfigurationContainer.ConfigurationContainer.addProperty(String propertyName,
Class type)
Adds a property definition to this configuration. |
ConfigurationProperty |
LiquibaseConfiguration.getProperty(Class<? extends ConfigurationContainer> type,
String property)
Convenience method for liquibaseConfiguration.getConfiguration(type).getProperty(property) |
ConfigurationProperty |
AbstractConfigurationContainer.getProperty(String propertyName)
Return the ConfigurationProperty object for the given property name. |
ConfigurationProperty |
AbstractConfigurationContainer.ConfigurationContainer.getProperty(String propertyName)
Returns the ConfigurationProperty object with the given name. |
ConfigurationProperty |
ConfigurationContainer.getProperty(String propertyName)
|
ConfigurationProperty |
ConfigurationProperty.setDefaultValue(Object defaultValue)
Sets the default value to use if no ConfigurationProviders override it. |
ConfigurationProperty |
ConfigurationProperty.setDescription(String description)
|
Methods in liquibase.configuration that return types with arguments of type ConfigurationProperty | |
---|---|
Set<ConfigurationProperty> |
AbstractConfigurationContainer.getProperties()
Return all available properties. |
Set<ConfigurationProperty> |
ConfigurationContainer.getProperties()
|
Methods in liquibase.configuration with parameters of type ConfigurationProperty | |
---|---|
String |
ConfigurationValueProvider.describeValueLookupLogic(ConfigurationProperty property)
Generates a human consumable description of how the configured ConfigurationValueProvider(s) will attempt to set a default value. |
String |
SystemPropertyProvider.describeValueLookupLogic(ConfigurationProperty property)
|
String |
LiquibaseConfiguration.describeValueLookupLogic(ConfigurationProperty property)
Generates a human consumable description of how the configured ConfigurationValueProvider(s) will attempt to set a default value. |
Uses of ConfigurationProperty in liquibase.integration.servlet |
---|
Methods in liquibase.integration.servlet with parameters of type ConfigurationProperty | |
---|---|
String |
LiquibaseServletListener.ServletValueContainer.describeValueLookupLogic(ConfigurationProperty property)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |