liquibase.configuration
Interface ConfigurationContainer

All Known Implementing Classes:
AbstractConfigurationContainer, ChangeLogParserCofiguration, DefaultLoggerConfiguration, GlobalConfiguration

public interface ConfigurationContainer


Method Summary
 Set<ConfigurationProperty> getProperties()
           
 ConfigurationProperty getProperty(String propertyName)
           
<T> T
getValue(String propertyName, Class<T> returnType)
           
 void init(ConfigurationValueProvider... configurationValueProviders)
           
 void setValue(String propertyName, Object value)
           
 

Method Detail

getProperty

ConfigurationProperty getProperty(String propertyName)

getProperties

Set<ConfigurationProperty> getProperties()

getValue

<T> T getValue(String propertyName,
               Class<T> returnType)

setValue

void setValue(String propertyName,
              Object value)

init

void init(ConfigurationValueProvider... configurationValueProviders)


Copyright © 2016 Liquibase.org. All rights reserved.