public class ChangeLogBuilderImpl extends Object implements ChangeLogBuilder, ChangeLogConstants
A ChangeLogBuilder
implementation.
DETAIL_LINE_PREFIX, DETAIL_START_PREFIX, MAINTAINER_TIMESTAMP_SEPARATOR, TERMINATION_PREFIX, TIMESTAMP_FORMAT
UTF_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
ChangeLogBuilder
Builds the change log into the target.
buildChangeLog
in interface ChangeLogBuilder
changeLog
- 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
ChangeLogBuilder
Builds the change log into the target as HTML.
buildChangeLogHtml
in interface ChangeLogBuilder
changeLog
- 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.