Package | Description |
---|---|
liquibase.serializer.core.xml | |
liquibase.util |
Modifier and Type | Method and Description |
---|---|
protected String |
XMLChangeLogSerializer.checkString(String text)
Catch any characters that will cause problems when parsing the XML down the road.
|
Modifier and Type | Method and Description |
---|---|
static UnexpectedLiquibaseException |
Validate.failure(String failMessage) |
Modifier and Type | Method and Description |
---|---|
static Object |
ObjectUtil.getProperty(Object object,
String propertyName)
For a given object, try to find the appropriate reader method and return the value, if set
for the object.
|
static void |
Validate.isTrue(boolean test,
String failMessage)
Throws exception if test is not true.
|
static void |
Validate.notNull(Object object,
String failMessage)
Throws exception if passed object is null
|
Copyright © 2018 Liquibase.org. All rights reserved.