org.apache.maven.plugin.eclipse.writers.workspace
Class EclipseSettingsWriter
java.lang.Object
org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
org.apache.maven.plugin.eclipse.writers.workspace.EclipseSettingsWriter
- All Implemented Interfaces:
- EclipseWriter
public class EclipseSettingsWriter
- extends AbstractEclipseWriter
- Version:
- $Id: EclipseSettingsWriter.java 1517906 2013-08-27 18:25:03Z krosenvold $
- Author:
- Trygve Laugstøl, Kenney Westerhof, Fabrizio Giustina
Method Summary |
void |
write()
Main method that should be implemented by the writer to do the work. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseSettingsWriter
public EclipseSettingsWriter()
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–2015 The Apache Software Foundation. All rights reserved.