org.apache.maven.plugin.eclipse.writers
Class EclipseProjectWriter

java.lang.Object
  extended by org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
      extended by org.apache.maven.plugin.eclipse.writers.EclipseProjectWriter
All Implemented Interfaces:
EclipseWriter

public class EclipseProjectWriter
extends AbstractEclipseWriter

Writes eclipse .project file.

Version:
$Id: EclipseProjectWriter.java 1185446 2011-10-18 01:00:41Z baerrach $
Author:
Trygve Laugstøl, Kenney Westerhof, Fabrizio Giustina

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
 
Constructor Summary
EclipseProjectWriter()
           
 
Method Summary
 void write()
          Main method that should be implemented by the writer to do the work.
 
Methods inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseProjectWriter

public EclipseProjectWriter()
Method Detail

write

public void write()
           throws MojoExecutionException
Description copied from interface: EclipseWriter
Main method that should be implemented by the writer to do the work.

Throws:
MojoExecutionException
See Also:
EclipseWriter.write()


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