public interface ChangeLogConfigurationParser
A parser for the change log configuration.
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.
|
ChangeLog parseChangeLogConfiguration(org.apache.maven.plugin.logging.Log log, ChangeLogConfiguration config, Context context) throws IOException, ParseException
Parses the change log from the specified configuration.
log
- The log.config
- The configuration.context
- The context.IllegalArgumentException
- If any of the parameters are null
.IOException
- If an I/O error occurs.ParseException
- If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.