public class CopyrightConfigurationParserImpl extends Object implements CopyrightConfigurationParser
A CopyrightConfigurationParser
implementation.
Constructor and Description |
---|
CopyrightConfigurationParserImpl()
Creates a parser.
|
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.
|
public CopyrightConfigurationParserImpl()
Creates a parser.
public Copyright parseCopyrightConfiguration(org.apache.maven.plugin.logging.Log log, CopyrightConfiguration config, Context context) throws IOException, ParseException
CopyrightConfigurationParser
Parses the copyright from the specified configuration.
parseCopyrightConfiguration
in interface CopyrightConfigurationParser
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.