org.apache.maven.plugin.eclipse.writers
Class EclipseWtpComponentWriter
java.lang.Object
org.apache.maven.plugin.eclipse.writers.AbstractEclipseResourceWriter
org.apache.maven.plugin.eclipse.writers.AbstractWtpResourceWriter
org.apache.maven.plugin.eclipse.writers.EclipseWtpComponentWriter
public class EclipseWtpComponentWriter
- extends AbstractWtpResourceWriter
Creates a .settings folder for Eclipse WTP 1.x release and writes out the configuration under it.
- Version:
- $Id: EclipseWtpComponentWriter.java 390686 2006-04-01 15:39:33Z fgiust $
- Author:
- Rahul Thakur, 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 |
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 |
EclipseWtpComponentWriter
public EclipseWtpComponentWriter(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-2009 Apache Software Foundation. All Rights Reserved.