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, serializevoid write(List<ChangeSet> changeSets, OutputStream out) throws IOException
IOExceptionvoid append(ChangeSet changeSet, File changeLogFile) throws IOException
IOExceptionCopyright © 2014 Liquibase.org. All rights reserved.