Package org.liquigraph.core.io
Interface ChangelogWriter
-
- All Known Implementing Classes:
ChangelogFileWriter,ChangelogGraphWriter
public interface ChangelogWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(Collection<Changeset> changelogsToInsert)
-
-
-
Method Detail
-
write
void write(Collection<Changeset> changelogsToInsert)
-
-