Package | Description |
---|---|
liquibase.configuration | |
liquibase.integration.servlet |
Modifier and Type | Method and Description |
---|---|
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 |
ConfigurationContainer.getProperty(String propertyName) |
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 |
ConfigurationProperty.setDefaultValue(Object defaultValue)
Sets the default value to use if no ConfigurationProviders override it.
|
ConfigurationProperty |
ConfigurationProperty.setDescription(String description) |
Modifier and Type | Method and Description |
---|---|
Set<ConfigurationProperty> |
ConfigurationContainer.getProperties() |
Set<ConfigurationProperty> |
AbstractConfigurationContainer.getProperties()
Return all available properties.
|
Modifier and Type | Method and Description |
---|---|
String |
ConfigurationValueProvider.describeValueLookupLogic(ConfigurationProperty property)
Generates a human consumable description of how the configured ConfigurationValueProvider(s) will attempt to set a default value.
|
String |
LiquibaseConfiguration.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) |
Modifier and Type | Method and Description |
---|---|
String |
LiquibaseServletListener.ServletValueContainer.describeValueLookupLogic(ConfigurationProperty property) |
Copyright © 2019 Liquibase.org. All rights reserved.