Module com.io7m.changelog.xml.api
Package com.io7m.changelog.xml.api
Interface CXMLChangelogParserType
-
- All Superinterfaces:
CChangelogParserType
public interface CXMLChangelogParserType extends CChangelogParserType
The type of XML parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CChangelogparse()
-
-
-
Method Detail
-
parse
CChangelog parse() throws IOException
- Specified by:
parsein interfaceCChangelogParserType- Returns:
- A parsed changelog
- Throws:
IOException- On I/O errors
-
-