org.apache.maven.plugin.eclipse.writers.myeclipse
Class MyEclipseMetadataWriter

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

public class MyEclipseMetadataWriter
extends AbstractEclipseWriter

MyEclipse .mymetadata configuration file writer

Author:
Olivier Jacob

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
 
Constructor Summary
MyEclipseMetadataWriter()
           
 
Method Summary
 void write()
          Writer entry point
 
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

MyEclipseMetadataWriter

public MyEclipseMetadataWriter()
Method Detail

write

public void write()
           throws MojoExecutionException
Writer entry point

Throws:
MojoExecutionException


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