public interface ChangeLogParser
A parser for the change log of a Debian package.
Modifier and Type | Method and Description |
---|---|
ChangeLog |
parseChangeLog(DataSource source,
Context context)
Parses the change log from the specified source.
|
ChangeLog |
parseChangeLogHtml(DataSource source,
Context context)
Parses the change log from the specified source as HTML.
|
ChangeLog parseChangeLog(DataSource source, Context context) throws IOException, ParseException
Parses the change log from the specified source.
source
- The source.context
- The context.IllegalArgumentException
- If any of the parameters are null
.IOException
- If an I/O error occurs.ParseException
- If an error occurs during the parsing.ChangeLog parseChangeLogHtml(DataSource source, Context context) throws IOException, ParseException
Parses the change log from the specified source as HTML.
source
- The source.context
- The context.IllegalArgumentException
- If any of the parameters are null
.IOException
- If an I/O error occurs.ParseException
- If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.