org.apache.maven.plugin.eclipse.writers.workspace
Interface WorkspaceWriter

All Known Implementing Classes:
EclipseWorkspaceWriter

public interface WorkspaceWriter

Version:
$Id: WorkspaceWriter.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Dan T. Tran

Method Summary
 WorkspaceWriter init(Log log, WorkspaceConfiguration config)
          Init this writer.
 void write()
          Main method that should be implemented by the writer to do the work.
 

Method Detail

init

WorkspaceWriter init(Log log,
                     WorkspaceConfiguration config)
Init this writer.

Parameters:
log - mojo logger.
config - writer configuration.
Returns:
the writer instance

write

void write()
           throws MojoExecutionException
Main method that should be implemented by the writer to do the work.

Throws:
MojoExecutionException


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.