| Interface | Description |
|---|---|
| EarModule |
The ear module interface.
|
| JbossEarModule |
Represents a JBoss specific ear module.
|
| Class | Description |
|---|---|
| AbstractEarModule |
A base implementation of an
EarModule. |
| AbstractEarMojo |
A base class for EAR-processing related tasks.
|
| AppClientModule |
The
EarModule implementation for an application client module. |
| EarExecutionContext |
Contains various runtime parameters used to customize the generated EAR file.
|
| EarModuleFactory |
Builds an
EarModule based on an Artifact. |
| EarMojo |
Builds J2EE Enterprise Archive (EAR) files.
|
| Ejb3Module | Deprecated
ejb v3 is now properly handled by the standard
ejb packaging type.
|
| EjbClientModule |
The
EarModule implementation for an ejb client module. |
| EjbModule |
The
EarModule implementation for an EJB module. |
| GenerateApplicationXmlMojo |
Generates the EAR deployment descriptor file(s).
|
| HarModule |
The
EarModule implementation for a JBoss Hibernate archive. |
| JarModule |
The
EarModule implementation for a non J2EE module such as
third party libraries. |
| JavaModule | Deprecated
the name JavaModule is really confusing since it targets a
third party library, use
JarModule instead |
| ParModule |
The
EarModule implementation for a Par module. |
| RarModule |
The
EarModule implementation for an J2EE connector module. |
| SarModule |
The
EarModule implementation for a JBoss sar module. |
| WebModule |
The
EarModule implementation for a Web application module. |
| WsrModule |
The
EarModule implementation for a JBoss wsr module. |
| Exception | Description |
|---|---|
| EarPluginException |
The base exception of the EAR plugin.
|
| UnknownArtifactTypeException |
Thrown if an unknown artifact type is encountered.
|
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.