org.apache.maven.plugin.eclipse.writers
Interface EclipseWriter

All Known Implementing Classes:
AbstractEclipseManifestWriter, AbstractEclipseWriter, AbstractWtpResourceWriter, EclipseAjdtWriter, EclipseAntExternalLaunchConfigurationWriter, EclipseClasspathWriter, EclipseLaunchConfigurationWriter, EclipseManifestWriter, EclipseProjectWriter, EclipseSettingsWriter, EclipseWtpApplicationXMLWriter, EclipseWtpComponent15Writer, EclipseWtpComponentWriter, EclipseWtpFacetsWriter, EclipseWtpmodulesWriter, MyEclipseHibernateWriter, MyEclipseMetadataWriter, MyEclipseSpringBeansWriter, MyEclipseStrutsDataWriter, RadApplicationXMLWriter, RadEjbClasspathWriter, RadJ2EEWriter, RadLibCopier, RadManifestWriter, RadWebSettingsWriter, RadWebsiteConfigWriter

public interface EclipseWriter

Version:
$Id: EclipseWriter.java 595476 2007-11-15 22:21:55Z aheritier $
Author:
Fabrizio Giustina

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

Method Detail

init

EclipseWriter init(Log log,
                   EclipseWriterConfig 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.