|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.ear.AbstractEarModule
org.apache.maven.plugin.ear.AppClientModule
public class AppClientModule
The EarModule
implementation for an application client module.
Field Summary |
---|
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarModule |
---|
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, earExecutionContext, excluded, JAVA_MODULE, MODULE_ELEMENT, unpack |
Constructor Summary | |
---|---|
AppClientModule()
|
|
AppClientModule(org.apache.maven.artifact.Artifact a)
|
Method Summary | |
---|---|
void |
appendModule(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String version,
java.lang.Boolean generateId)
Appends the XML representation of this module. |
java.lang.String |
getType()
Returns the type associated to the module. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AppClientModule()
public AppClientModule(org.apache.maven.artifact.Artifact a)
Method Detail |
---|
public void appendModule(org.codehaus.plexus.util.xml.XMLWriter writer, java.lang.String version, java.lang.Boolean generateId)
EarModule
writer
- the writer to useversion
- the version of the application.xml filegenerateId
- whether an id should be generatedpublic java.lang.String getType()
EarModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |