public interface ChangeLogBuilder
A builder for the change log of a Debian package.
| Modifier and Type | Method and Description |
|---|---|
void |
buildChangeLog(ChangeLog changeLog,
DataTarget target,
Context context)
Builds the change log into the target.
|
void |
buildChangeLogHtml(ChangeLog changeLog,
DataTarget target,
Context context)
Builds the change log into the target as HTML.
|
void buildChangeLog(ChangeLog changeLog, DataTarget target, Context context) throws IOException, BuildException
Builds the change log into the target.
changeLog - The change log.target - The target.context - The context.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.void buildChangeLogHtml(ChangeLog changeLog, DataTarget target, Context context) throws IOException, BuildException
Builds the change log into the target as HTML.
changeLog - The change log.target - The target.context - The context.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.