|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpmodulesWriter
Writes eclipse .wtpmodules file.
Field Summary | |
protected static java.lang.String |
FILE_DOT_WTPMODULES
|
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 |
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter |
config, log |
Constructor Summary | |
EclipseWtpmodulesWriter()
|
Method Summary | |
void |
write()
Main method that should be implemented by the writer to do the work. |
Methods inherited from class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter |
addDependency, writeModuleTypeAccordingToPackaging, writeWarOrEarResources |
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 |
Field Detail |
protected static final java.lang.String FILE_DOT_WTPMODULES
Constructor Detail |
public EclipseWtpmodulesWriter()
Method Detail |
public void write() throws org.apache.maven.plugin.MojoExecutionException
EclipseWriter
org.apache.maven.plugin.MojoExecutionException
EclipseWriter.write()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |