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, LiquibaseParser, 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
protected  String getSupportedFileExtension()
           
 
Methods inherited from class liquibase.parser.core.yaml.YamlChangeLogParser
getPriority, handleIncludedChangeLog, parse, parseChange, supports
 
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

getSupportedFileExtension

protected String getSupportedFileExtension()
Overrides:
getSupportedFileExtension in class YamlChangeLogParser


Copyright © 2014 Liquibase.org. All Rights Reserved.