liquibase.parser.core.json
Class JsonChangeLogParser

java.lang.Object
  extended by liquibase.parser.core.yaml.YamlChangeLogParser
      extended by liquibase.parser.core.json.JsonChangeLogParser
All Implemented Interfaces:
ChangeLogParser, PrioritizedService

public class JsonChangeLogParser
extends YamlChangeLogParser


Field Summary
 
Fields inherited from class liquibase.parser.core.yaml.YamlChangeLogParser
log
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
JsonChangeLogParser()
           
 
Method Summary
 boolean supports(String changeLogFile, ResourceAccessor resourceAccessor)
           
 
Methods inherited from class liquibase.parser.core.yaml.YamlChangeLogParser
getPriority, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonChangeLogParser

public JsonChangeLogParser()
Method Detail

supports

public boolean supports(String changeLogFile,
                        ResourceAccessor resourceAccessor)
Specified by:
supports in interface ChangeLogParser
Overrides:
supports in class YamlChangeLogParser


Copyright © 2013 Liquibase.org. All Rights Reserved.