| Package | Description |
|---|---|
| org.apache.maven.plugin.ear | |
| org.apache.maven.plugin.ear.util |
| Modifier and Type | Field and Description |
|---|---|
private JavaEEVersion |
ApplicationXmlWriter.version |
| Modifier and Type | Method and Description |
|---|---|
private void |
EarMojo.changeManifestClasspath(EarModule module,
java.io.File original,
JavaEEVersion javaEEVersion) |
private void |
EarMojo.copyModules(JavaEEVersion javaEEVersion,
java.util.List<java.lang.String> unpackTypesList) |
protected void |
GenerateApplicationXmlMojo.generateStandardDeploymentDescriptor(JavaEEVersion javaEEVersion)
Generates the deployment descriptor.
|
static EarModule |
EarModuleFactory.newEarModule(org.apache.maven.artifact.Artifact artifact,
JavaEEVersion javaEEVersion,
java.lang.String defaultLibBundleDir,
java.lang.Boolean includeInApplicationXml,
ArtifactTypeMappingService typeMappingService)
Creates a new
EarModule based on the specified Artifact and the specified execution
configuration. |
| Constructor and Description |
|---|
ApplicationXmlWriter(JavaEEVersion version,
java.lang.String encoding,
java.lang.Boolean generateModuleId) |
| Modifier and Type | Field and Description |
|---|---|
static JavaEEVersion |
JavaEEVersion.FIVE
Represents the JavaEE 5 version.
|
static JavaEEVersion |
JavaEEVersion.ONE_DOT_FOUR
Represents the J2EE 1.4 version.
|
static JavaEEVersion |
JavaEEVersion.ONE_DOT_THREE
Represents the J2EE 1.3 version.
|
static JavaEEVersion |
JavaEEVersion.SEVEN
Represents the JavaEE 7 version.
|
static JavaEEVersion |
JavaEEVersion.SIX
Represents the JavaEE 6 version.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,JavaEEVersion> |
JavaEEVersion.VERSION_MAP |
| Modifier and Type | Method and Description |
|---|---|
static JavaEEVersion |
JavaEEVersion.getJavaEEVersion(java.lang.String paramVersion) |
| Modifier and Type | Method and Description |
|---|---|
int |
JavaEEVersion.compareTo(JavaEEVersion otherVersion) |
boolean |
JavaEEVersion.eq(JavaEEVersion paramVersion)
Specifies if this version is equal to the specified version.
|
boolean |
JavaEEVersion.ge(JavaEEVersion parmVersion)
Specifies if this version is greater or equal to the specified version.
|
boolean |
JavaEEVersion.gt(JavaEEVersion paramVersion)
Specifies if this version is greater than the specified version.
|
boolean |
JavaEEVersion.le(JavaEEVersion paramVersion)
Specifies if this version is less or equal to the specified version.
|
boolean |
JavaEEVersion.lt(JavaEEVersion paramVersion)
Specifies if this version is less than the specified version.
|