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

All Known Implementing Classes:
EclipseWorkspaceWriter

public interface WorkspaceWriter

Version:
$Id:$
Author:
Dan T. Tran

Method Summary
 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.
 

Method Detail

init

WorkspaceWriter init(org.apache.maven.plugin.logging.Log log,
                     WorkspaceConfiguration config)
Init this writer.

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

write

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

Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.