public interface EclipseWriter
| Modifier and Type | Method and Description |
|---|---|
EclipseWriter |
init(org.apache.maven.plugin.logging.Log log,
EclipseWriterConfig config)
Init this writer.
|
void |
write()
Main method that should be implemented by the writer to do the work.
|
EclipseWriter init(org.apache.maven.plugin.logging.Log log, EclipseWriterConfig config)
log - mojo logger.config - writer configuration.void write()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.