Package liquibase.parser.core.yaml
Class YamlParser
java.lang.Object
liquibase.parser.core.yaml.YamlParser
- All Implemented Interfaces:
LiquibaseParser
,PrioritizedService
- Direct Known Subclasses:
YamlChangeLogParser
,YamlSnapshotParser
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.yaml.snakeyaml.LoaderOptions
int
protected String[]
boolean
supports
(String changeLogFile, ResourceAccessor resourceAccessor)
-
Field Details
-
log
-
SUPPORTED_EXTENSIONS
-
-
Constructor Details
-
YamlParser
public YamlParser()
-
-
Method Details
-
createLoaderOptions
public static org.yaml.snakeyaml.LoaderOptions createLoaderOptions() -
supports
-
getSupportedFileExtensions
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfacePrioritizedService
-