liquibase.parser.core.yaml
Class YamlParser

java.lang.Object
  extended by liquibase.parser.core.yaml.YamlParser
All Implemented Interfaces:
LiquibaseParser, PrioritizedService
Direct Known Subclasses:
YamlChangeLogParser, YamlSnapshotParser

public abstract class YamlParser
extends Object
implements LiquibaseParser


Field Summary
protected  Logger log
           
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
YamlParser()
           
 
Method Summary
 int getPriority()
           
protected  String[] getSupportedFileExtensions()
           
 boolean supports(String changeLogFile, ResourceAccessor resourceAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected Logger log
Constructor Detail

YamlParser

public YamlParser()
Method Detail

supports

public boolean supports(String changeLogFile,
                        ResourceAccessor resourceAccessor)

getSupportedFileExtensions

protected String[] getSupportedFileExtensions()

getPriority

public int getPriority()
Specified by:
getPriority in interface PrioritizedService


Copyright © 2016 Liquibase.org. All rights reserved.