public class ChangeLogConfigurationParserImpl extends Object implements ChangeLogConfigurationParser, ChangeLogConstants
A ChangeLogConfigurationParser
implementation.
DETAIL_LINE_PREFIX, DETAIL_START_PREFIX, MAINTAINER_TIMESTAMP_SEPARATOR, TERMINATION_PREFIX, TIMESTAMP_FORMAT
UTF_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
ChangeLogConfigurationParser
Parses the change log from the specified configuration.
parseChangeLogConfiguration
in interface ChangeLogConfigurationParser
log
- 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.