Package com.io7m.changelog.writer.api
Interface CChangelogWriterType
-
- All Known Subinterfaces:
CAtomChangelogWriterType,CPlainChangelogWriterType,CXHTMLChangelogWriterType,CXMLChangelogWriterType
public interface CChangelogWriterTypeThe type of changelog writers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(CChangelog changelog)
-
-
-
Method Detail
-
write
void write(CChangelog changelog) throws IOException
- Parameters:
changelog- A changelog to be serialized- Throws:
IOException- On I/O errors
-
-