org.apache.maven.plugin.eclipse.writers.wtp
Class EclipseWtpmodulesWriter
java.lang.Object
org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpmodulesWriter
- All Implemented Interfaces:
- EclipseWriter
public class EclipseWtpmodulesWriter
- extends AbstractWtpResourceWriter
Writes eclipse .wtpmodules file.
- Version:
- $Id: EclipseWtpmodulesWriter.java 1152335 2011-07-29 18:40:03Z rfscholte $
- Author:
- Fabrizio Giustina
Fields inherited from class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter |
ATTR_DEPLOY_NAME, ATTR_DEPLOY_PATH, ATTR_MODULE_ID, ATTR_MODULE_TYPE_ID, ATTR_NAME, ATTR_PROJECT_VERSION, ATTR_SOURCE_PATH, ATTR_VALUE, ELT_MODULE_TYPE, ELT_PROJECT_MODULES, ELT_PROPERTY, ELT_VERSION, ELT_WB_MODULE, ELT_WB_RESOURCE |
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 |
FILE_DOT_WTPMODULES
protected static final String FILE_DOT_WTPMODULES
- See Also:
- Constant Field Values
EclipseWtpmodulesWriter
public EclipseWtpmodulesWriter()
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.