public interface CopyrightConfigurationParser
A parser for the copyright configuration.
| Modifier and Type | Method and Description |
|---|---|
Copyright |
parseCopyrightConfiguration(org.apache.maven.plugin.logging.Log log,
CopyrightConfiguration config,
Context context)
Parses the copyright from the specified configuration.
|
Copyright parseCopyrightConfiguration(org.apache.maven.plugin.logging.Log log, CopyrightConfiguration config, Context context) throws IOException, ParseException
Parses the copyright 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.