liquibase.serializer
Class SnapshotSerializerFactory

java.lang.Object
  extended by liquibase.serializer.SnapshotSerializerFactory

public class SnapshotSerializerFactory
extends Object


Method Summary
static SnapshotSerializerFactory getInstance()
           
 SnapshotSerializer getSerializer(String fileNameOrExtension)
           
 Map<String,List<SnapshotSerializer>> getSerializers()
           
 List<SnapshotSerializer> getSerializers(String fileNameOrExtension)
           
 void register(SnapshotSerializer snapshotSerializer)
           
static void reset()
           
 void unregister(SnapshotSerializer snapshotSerializer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reset

public static void reset()

getInstance

public static SnapshotSerializerFactory getInstance()

getSerializers

public Map<String,List<SnapshotSerializer>> getSerializers()

getSerializers

public List<SnapshotSerializer> getSerializers(String fileNameOrExtension)

getSerializer

public SnapshotSerializer getSerializer(String fileNameOrExtension)

register

public void register(SnapshotSerializer snapshotSerializer)

unregister

public void unregister(SnapshotSerializer snapshotSerializer)


Copyright © 2015 Liquibase.org. All rights reserved.