public class EnversSupportParser extends Object implements liquibase.parser.ChangeLogParser
| Modifier and Type | Field and Description |
|---|---|
static String |
ENVERS_SUPPORT_CHANGESET_AUTHOR |
static String |
VERSION_NAME_AFTER_LAST_TAG |
| Constructor and Description |
|---|
EnversSupportParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
liquibase.changelog.DatabaseChangeLog |
parse(String physicalChangeLogLocation,
liquibase.changelog.ChangeLogParameters changeLogParameters,
liquibase.resource.ResourceAccessor resourceAccessor) |
boolean |
supports(String changeLogFile,
liquibase.resource.ResourceAccessor resourceAccessor) |
public static final String ENVERS_SUPPORT_CHANGESET_AUTHOR
public static final String VERSION_NAME_AFTER_LAST_TAG
public int getPriority()
getPriority in interface liquibase.servicelocator.PrioritizedServicepublic liquibase.changelog.DatabaseChangeLog parse(String physicalChangeLogLocation, liquibase.changelog.ChangeLogParameters changeLogParameters, liquibase.resource.ResourceAccessor resourceAccessor) throws liquibase.exception.ChangeLogParseException
parse in interface liquibase.parser.ChangeLogParserliquibase.exception.ChangeLogParseExceptionpublic boolean supports(String changeLogFile, liquibase.resource.ResourceAccessor resourceAccessor)
supports in interface liquibase.parser.ChangeLogParserCopyright © 2016. All rights reserved.