liquibase.parser.core.json
Class JsonChangeLogParser

java.lang.Object
  extended by liquibase.parser.core.yaml.YamlParser
      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.YamlParser
log
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
JsonChangeLogParser()
           
 
Method Summary
protected  String[] getSupportedFileExtensions()
           
 
Methods inherited from class liquibase.parser.core.yaml.YamlChangeLogParser
parse, replaceParameters
 
Methods inherited from class liquibase.parser.core.yaml.YamlParser
getPriority, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface liquibase.parser.ChangeLogParser
supports
 
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
 

Constructor Detail

JsonChangeLogParser

public JsonChangeLogParser()
Method Detail

getSupportedFileExtensions

protected String[] getSupportedFileExtensions()
Overrides:
getSupportedFileExtensions in class YamlParser


Copyright © 2016 Liquibase.org. All rights reserved.