org.apache.maven.plugin.eclipse.writers
Class EclipseWtpmodulesWriter
java.lang.Object
org.apache.maven.plugin.eclipse.writers.AbstractEclipseResourceWriter
org.apache.maven.plugin.eclipse.writers.AbstractWtpResourceWriter
org.apache.maven.plugin.eclipse.writers.EclipseWtpmodulesWriter
public class EclipseWtpmodulesWriter
- extends AbstractWtpResourceWriter
Writes eclipse .wtpmodules file.
- Version:
- $Id: EclipseWtpmodulesWriter.java 390686 2006-04-01 15:39:33Z fgiust $
- Author:
- Fabrizio Giustina
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractWtpResourceWriter |
ARTIFACT_MAVEN_WAR_PLUGIN, ATTR_DEPLOY_NAME, ATTR_DEPLOY_PATH, ATTR_MODULE_ID, ATTR_MODULE_TYPE_ID, ATTR_NAME, ATTR_SOURCE_PATH, ATTR_VALUE, ELT_MODULE_TYPE, ELT_PROJECT_MODULES, ELT_PROPERTY, ELT_VERSION, ELT_WB_MODULE, ELT_WB_RESOURCE |
Constructor Summary |
EclipseWtpmodulesWriter(org.apache.maven.plugin.logging.Log log,
java.io.File eclipseProjectDir,
org.apache.maven.project.MavenProject project,
IdeDependency[] deps)
|
Method Summary |
void |
write(EclipseSourceDir[] sourceDirs,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
java.io.File buildOutputDirectory)
Common elements of configuration are handled here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_DOT_WTPMODULES
protected static final java.lang.String FILE_DOT_WTPMODULES
- See Also:
- Constant Field Values
EclipseWtpmodulesWriter
public EclipseWtpmodulesWriter(org.apache.maven.plugin.logging.Log log,
java.io.File eclipseProjectDir,
org.apache.maven.project.MavenProject project,
IdeDependency[] deps)
write
public void write(EclipseSourceDir[] sourceDirs,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
java.io.File buildOutputDirectory)
throws org.apache.maven.plugin.MojoExecutionException
- Description copied from class:
AbstractWtpResourceWriter
- Common elements of configuration are handled here.
- Specified by:
write
in class AbstractWtpResourceWriter
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.