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