org.apache.maven.plugin.ear
Class AppClientModule
java.lang.Object
org.apache.maven.plugin.ear.AbstractEarModule
org.apache.maven.plugin.ear.AppClientModule
- All Implemented Interfaces:
- EarModule
public class AppClientModule
- extends AbstractEarModule
The EarModule
implementation for an application client module.
- Author:
- Stephane Nicoll
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarModule |
changeManifestClasspath, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getUri, isExcluded, resolveArtifact, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor |
AppClientModule
public AppClientModule()
AppClientModule
public AppClientModule(Artifact a)
appendModule
public void appendModule(XMLWriter writer,
String version,
Boolean generateId)
- Description copied from interface:
EarModule
- Appends the XML representation of this module.
- Parameters:
writer
- the writer to useversion
- the version of the application.xml filegenerateId
- whether an id should be generated
getType
public String getType()
- Description copied from interface:
EarModule
- Returns the type associated to the module.
- Returns:
- the artifact's type of the module
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.