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 |
---|---|
static org.yaml.snakeyaml.LoaderOptions |
createLoaderOptions() |
int |
getPriority() |
protected String[] |
getSupportedFileExtensions() |
boolean |
supports(String changeLogFile,
ResourceAccessor resourceAccessor) |
protected Logger log
public static org.yaml.snakeyaml.LoaderOptions createLoaderOptions()
public boolean supports(String changeLogFile, ResourceAccessor resourceAccessor)
protected String[] getSupportedFileExtensions()
public int getPriority()
getPriority
in interface PrioritizedService
Copyright © 2023 Liquibase.org. All rights reserved.