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