public interface WorkspaceWriter
| Modifier and Type | Method and Description |
|---|---|
WorkspaceWriter |
init(org.apache.maven.plugin.logging.Log log,
WorkspaceConfiguration config)
Init this writer.
|
void |
write()
Main method that should be implemented by the writer to do the work.
|
WorkspaceWriter init(org.apache.maven.plugin.logging.Log log, WorkspaceConfiguration 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.