public class ChangeLogBuilderImpl extends Object implements ChangeLogBuilder, ChangeLogConstants
A ChangeLogBuilder implementation.
DETAIL_LINE_PREFIX, DETAIL_START_PREFIX, MAINTAINER_TIMESTAMP_SEPARATOR, TERMINATION_PREFIX, TIMESTAMP_FORMATUTF_8, UTF_8_CHARSET| Constructor and Description |
|---|
ChangeLogBuilderImpl()
Creates a builder.
|
| 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.
|
public void buildChangeLog(ChangeLog changeLog, DataTarget target, Context context) throws IOException, BuildException
ChangeLogBuilderBuilds the change log into the target.
buildChangeLog in interface ChangeLogBuilderchangeLog - The change log.target - The target.context - The context.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.public void buildChangeLogHtml(ChangeLog changeLog, DataTarget target, Context context) throws IOException, BuildException
ChangeLogBuilderBuilds the change log into the target as HTML.
buildChangeLogHtml in interface ChangeLogBuilderchangeLog - The change log.target - The target.context - The context.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.