public interface ChangeLogSerializer extends LiquibaseSerializer
Modifier and Type | Method and Description |
---|---|
void |
append(ChangeSet changeSet,
File changeLogFile) |
void |
write(List<ChangeSet> changeSets,
OutputStream out) |
getValidFileExtensions, serialize
void write(List<ChangeSet> changeSets, OutputStream out) throws IOException
IOException
void append(ChangeSet changeSet, File changeLogFile) throws IOException
IOException
Copyright © 2014 Liquibase.org. All rights reserved.