Package com.io7m.changelog.parser.api
Interface CChangelogParserType
-
- All Known Subinterfaces:
CXMLChangelogParserType
public interface CChangelogParserTypeThe type of parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CChangelogparse()
-
-
-
Method Detail
-
parse
CChangelog parse() throws IOException
- Returns:
- A parsed changelog
- Throws:
IOException- On I/O errors
-
-