public abstract class YamlParser extends Object implements LiquibaseParser
Modifier and Type | Field and Description |
---|---|
protected Logger |
log |
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Constructor and Description |
---|
YamlParser() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
protected String[] |
getSupportedFileExtensions() |
boolean |
supports(String changeLogFile,
ResourceAccessor resourceAccessor) |
protected Logger log
public boolean supports(String changeLogFile, ResourceAccessor resourceAccessor)
protected String[] getSupportedFileExtensions()
public int getPriority()
getPriority
in interface PrioritizedService
Copyright © 2018 Liquibase.org. All rights reserved.