liquibase.parser
Class ChangeLogParserCofiguration
java.lang.Object
liquibase.configuration.AbstractConfigurationContainer
liquibase.parser.ChangeLogParserCofiguration
- All Implemented Interfaces:
- ConfigurationContainer
public class ChangeLogParserCofiguration
- extends AbstractConfigurationContainer
Configuration container for properties applicable to most ChangeLogParser
implementations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUPPORT_PROPERTY_ESCAPING
public static final String SUPPORT_PROPERTY_ESCAPING
- See Also:
- Constant Field Values
ChangeLogParserCofiguration
public ChangeLogParserCofiguration()
getSupportPropertyEscaping
public boolean getSupportPropertyEscaping()
setSupportPropertyEscaping
public ChangeLogParserCofiguration setSupportPropertyEscaping(boolean support)
Copyright © 2015 Liquibase.org. All rights reserved.