Uses of Interface
com.io7m.changelog.parser.api.CChangelogParserType
-
Packages that use CChangelogParserType Package Description com.io7m.changelog.parser.api Parser APIcom.io7m.changelog.xml.api XML API. -
-
Uses of CChangelogParserType in com.io7m.changelog.parser.api
Methods in com.io7m.changelog.parser.api that return CChangelogParserType Modifier and Type Method Description CChangelogParserTypeCChangelogParserProviderType. create(URI uri, InputStream stream, Consumer<CParseError> receiver)Create a new parser. -
Uses of CChangelogParserType in com.io7m.changelog.xml.api
Subinterfaces of CChangelogParserType in com.io7m.changelog.xml.api Modifier and Type Interface Description interfaceCXMLChangelogParserTypeThe type of XML parsers.
-