public class ChangeLogConfigurationParserImpl extends Object implements ChangeLogConfigurationParser, ChangeLogConstants
A ChangeLogConfigurationParser implementation.
DETAIL_LINE_PREFIX, DETAIL_START_PREFIX, MAINTAINER_TIMESTAMP_SEPARATOR, TERMINATION_PREFIX, TIMESTAMP_FORMATUTF_8, UTF_8_CHARSET| Constructor and Description |
|---|
ChangeLogConfigurationParserImpl()
Creates a parser.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
parseChangeLogConfiguration(org.apache.maven.plugin.logging.Log log,
ChangeLogConfiguration config,
Context context)
Parses the change log from the specified configuration.
|
public ChangeLogConfigurationParserImpl()
Creates a parser.
public ChangeLog parseChangeLogConfiguration(org.apache.maven.plugin.logging.Log log, ChangeLogConfiguration config, Context context) throws IOException, ParseException
ChangeLogConfigurationParserParses the change log from the specified configuration.
parseChangeLogConfiguration in interface ChangeLogConfigurationParserlog - The log.config - The configuration.context - The context.IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.