Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractEarModule - Class in org.apache.maven.plugins.ear
-
A base implementation of an
EarModule
. - AbstractEarModule() - Constructor for class org.apache.maven.plugins.ear.AbstractEarModule
-
Empty constructor to be used when the module is built based on the configuration.
- AbstractEarModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.AbstractEarModule
-
Creates an ear module from the artifact.
- AbstractEarMojo - Class in org.apache.maven.plugins.ear
-
A base class for EAR-processing related tasks.
- AbstractEarMojo() - Constructor for class org.apache.maven.plugins.ear.AbstractEarMojo
- ALT_DD - Static variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
The alt-dd module.
- altDeploymentDescriptor - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
The alternate deployment descriptor.
- AppClientModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for an application client module. - AppClientModule() - Constructor for class org.apache.maven.plugins.ear.AppClientModule
-
Create an instance.
- AppClientModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.AppClientModule
- appendEjbRefEntry(XMLWriter) - Method in class org.apache.maven.plugins.ear.EjbRef
-
Appends the
XML
representation of this env-entry. - appendJbossModule(XMLWriter, String) - Method in class org.apache.maven.plugins.ear.HarModule
-
Appends the
XML
representation of this module for the jboss-app.xml file. - appendJbossModule(XMLWriter, String) - Method in interface org.apache.maven.plugins.ear.JbossEarModule
-
Appends the
XML
representation of this module for the jboss-app.xml file. - appendJbossModule(XMLWriter, String) - Method in class org.apache.maven.plugins.ear.SarModule
-
Appends the
XML
representation of this module for the jboss-app.xml file. - appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugins.ear.AppClientModule
-
Appends the
XML
representation of this module. - appendModule(XMLWriter, String, Boolean) - Method in interface org.apache.maven.plugins.ear.EarModule
-
Appends the
XML
representation of this module. - appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugins.ear.EjbModule
-
Appends the
XML
representation of this module. - appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugins.ear.HarModule
-
Appends the
XML
representation of this module. - appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugins.ear.JarModule
-
Appends the
XML
representation of this module. - appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugins.ear.RarModule
-
Appends the
XML
representation of this module. - appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugins.ear.SarModule
-
Appends the
XML
representation of this module. - appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugins.ear.WebModule
-
Appends the
XML
representation of this module. - appendResourceRefEntry(XMLWriter) - Method in class org.apache.maven.plugins.ear.ResourceRef
-
Appends the
XML
representation of this env-entry. - APPLICATION_XML_URI - Static variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
The application XML URI
META-INF/application.xml
- ArtifactRepository - Class in org.apache.maven.plugins.ear.util
-
An artifact repository used to resolve
EarModule
. - ArtifactRepository(Set<Artifact>, String, ArtifactTypeMappingService) - Constructor for class org.apache.maven.plugins.ear.util.ArtifactRepository
-
Creates a new repository with the specified artifacts.
- artifactTypeMappings - Variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
The artifact type mappings.
- ArtifactTypeMappingService - Class in org.apache.maven.plugins.ear.util
-
Allows to map custom artifact type to standard type.
- ArtifactTypeMappingService() - Constructor for class org.apache.maven.plugins.ear.util.ArtifactTypeMappingService
-
Create an instance.
B
- bundleDir - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
The bundleDir.
- bundleFileName - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
The bundleFileName.
C
- changeManifestClasspath() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
- changeManifestClasspath() - Method in interface org.apache.maven.plugins.ear.EarModule
- changeManifestClasspath() - Method in class org.apache.maven.plugins.ear.JarModule
- CLASS_PATH_KEY - Static variable in class org.apache.maven.plugins.ear.util.EarMavenArchiver
-
Class-Path
. - classPathItem - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
If module is considered for inclusion into the Class-Path entry of MANIFEST.mf of other modules.
- compareTo(JavaEEVersion) - Method in class org.apache.maven.plugins.ear.util.JavaEEVersion
- configure(PlexusConfiguration) - Method in class org.apache.maven.plugins.ear.util.ArtifactTypeMappingService
D
- DEFAULT - Static variable in class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo
-
The DEFAULT library folder.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.AppClientModule
-
Default type of the artifact of an application client module.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.EjbClientModule
-
Default type of the artifact of an ejb client module.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.EjbModule
-
Default type of the artifact of an EJB module.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.HarModule
-
Default type of the artifact of a JBoss Hibernate archive.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.JarModule
-
Default type of the artifact of a non Java EE module such as third party library.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.ParModule
-
Default type of the artifact of a Par module.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.RarModule
-
Default type of the artifact of an Java EE connector module.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.SarModule
-
Default type of the artifact of a JBoss sar module.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.WebModule
-
Default type of the artifact of a Web application module.
- DEFAULT_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugins.ear.WsrModule
-
Default type of the artifact of a JBoss wsr module.
- defaultLibBundleDir - Variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
The default bundle dir for libraries.
E
- earExecutionContext - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
- EarExecutionContext - Class in org.apache.maven.plugins.ear
-
Contains various runtime parameters used to customize the generated EAR file.
- EarExecutionContext(MavenProject, String, String, JbossConfiguration, String, ArtifactTypeMappingService) - Constructor for class org.apache.maven.plugins.ear.EarExecutionContext
- EarMavenArchiver - Class in org.apache.maven.plugins.ear.util
-
A custom
MavenArchiver
implementation that takes care of setting the right classpath value according to the actual path of bundled files. - EarMavenArchiver(List<EarModule>) - Constructor for class org.apache.maven.plugins.ear.util.EarMavenArchiver
-
Creates an instance with the ear modules that will be packaged in the EAR archive.
- EarModule - Interface in org.apache.maven.plugins.ear
-
The ear module interface.
- EarModuleFactory - Class in org.apache.maven.plugins.ear
-
Builds an
EarModule
based on anArtifact
. - EarModuleFactory() - Constructor for class org.apache.maven.plugins.ear.EarModuleFactory
- EarMojo - Class in org.apache.maven.plugins.ear
-
Builds J2EE Enterprise Archive (EAR) files.
- EarMojo(EarArchiver, JarArchiver, MavenProjectHelper, ArchiverManager, MavenFileFilter, MavenResourcesFiltering) - Constructor for class org.apache.maven.plugins.ear.EarMojo
- EarPluginException - Exception Class in org.apache.maven.plugins.ear
-
The base exception of the EAR plugin.
- EarPluginException() - Constructor for exception class org.apache.maven.plugins.ear.EarPluginException
-
Create an instance.
- EarPluginException(String) - Constructor for exception class org.apache.maven.plugins.ear.EarPluginException
- EarPluginException(String, Throwable) - Constructor for exception class org.apache.maven.plugins.ear.EarPluginException
- EarPluginException(Throwable) - Constructor for exception class org.apache.maven.plugins.ear.EarPluginException
- EIGHT - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the JavaEE 8 version.
- EjbClientModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for an ejb client module. - EjbClientModule() - Constructor for class org.apache.maven.plugins.ear.EjbClientModule
-
Create an instance.
- EjbClientModule(Artifact, String) - Constructor for class org.apache.maven.plugins.ear.EjbClientModule
- EjbModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for an EJB module. - EjbModule() - Constructor for class org.apache.maven.plugins.ear.EjbModule
-
Create an instance.
- EjbModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.EjbModule
- EjbRef - Class in org.apache.maven.plugins.ear
-
Representation of
ejb-ref
element inapplication.xml
file. - EjbRef(String, String, String, String) - Constructor for class org.apache.maven.plugins.ear.EjbRef
- ELEVEN - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the JakartaEE 11 version.
- EMPTY - Static variable in class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo
-
The empty folder.
- encoding - Variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
Character encoding for the auto-generated deployment file(s).
- eq(JavaEEVersion) - Method in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Specifies if this version is equal to the specified version.
- escapeString - Variable in class org.apache.maven.plugins.ear.EarMojo
-
Expression preceded with this String won't be interpolated \${foo} will be replaced with ${foo}.
- excluded - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
excluded by default
false
. - execute() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
- execute() - Method in class org.apache.maven.plugins.ear.EarMojo
- execute() - Method in class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo
- execute() - Method in class org.apache.maven.plugins.maven_ear_plugin.HelpMojo
F
- FIVE - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the JavaEE 5 version.
G
- ge(JavaEEVersion) - Method in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Specifies if this version is greater or equal to the specified version.
- GenerateApplicationXmlMojo - Class in org.apache.maven.plugins.ear
-
Generates the EAR deployment descriptor file(s).
- GenerateApplicationXmlMojo() - Constructor for class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo
- generateClassPathEntry(String) - Method in class org.apache.maven.plugins.ear.util.EarMavenArchiver
-
Generates the
Class-Path
entry of the manifest according to the list of ear modules. - generatedDescriptorLocation - Variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
Directory where the deployment descriptor file(s) will be auto-generated.
- generateJbossDeploymentDescriptor() - Method in class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo
-
Generates the JBoss deployment descriptor.
- generateStandardDeploymentDescriptor(JavaEEVersion) - Method in class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo
-
Generates the deployment descriptor.
- getAllEarModules() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
- getAltDeploymentDescriptor() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular Java EE module.
- getAltDeploymentDescriptor() - Method in interface org.apache.maven.plugins.ear.EarModule
-
The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular Java EE module.
- getApplicationXml() - Method in class org.apache.maven.plugins.ear.EarMojo
- getArtifact() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
- getArtifact() - Method in interface org.apache.maven.plugins.ear.EarModule
-
Returns the
Artifact
representing this module. - getArtifactId() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Returns the artifact's Id.
- getArtifactRepository() - Method in class org.apache.maven.plugins.ear.EarExecutionContext
- getArtifacts(String, String, String) - Method in class org.apache.maven.plugins.ear.util.ArtifactRepository
-
Returns the artifacts with the specified parameters.
- getAuth() - Method in class org.apache.maven.plugins.ear.ResourceRef
- getBundleDir() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Returns the bundle directory.
- getBundleFileName() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Returns the bundle file name.
- getBundleFileName() - Method in interface org.apache.maven.plugins.ear.EarModule
-
Returns the bundle file name.
- getClassifier() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Returns the artifact's classifier.
- getContextRoot() - Method in class org.apache.maven.plugins.ear.WebModule
-
Returns the context root to use for the web module.
- getDefaultLibBundleDir() - Method in class org.apache.maven.plugins.ear.EarExecutionContext
- getDescription() - Method in class org.apache.maven.plugins.ear.EjbRef
- getExcludes() - Method in class org.apache.maven.plugins.ear.EarMojo
-
Returns a string array of the excludes to be used when assembling/copying the ear.
- getGroupId() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Returns the artifact's groupId.
- getIncludes() - Method in class org.apache.maven.plugins.ear.EarMojo
-
Returns a string array of the includes to be used when assembling/copying the ear.
- getInvalidVersion() - Method in exception class org.apache.maven.plugins.ear.util.InvalidJavaEEVersion
- getJavaEEVersion(String) - Static method in class org.apache.maven.plugins.ear.util.JavaEEVersion
- getJbossConfiguration() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
- getLibDir() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
- getLibDir() - Method in interface org.apache.maven.plugins.ear.EarModule
- getLookupName() - Method in class org.apache.maven.plugins.ear.EjbRef
- getLookupName() - Method in class org.apache.maven.plugins.ear.ResourceRef
- getManifest(MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugins.ear.util.EarMavenArchiver
- getManifest(MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugins.ear.util.EarMavenArchiver
-
Deprecated.
- getModuleId() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
- getModules() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
- getName() - Method in class org.apache.maven.plugins.ear.EjbRef
- getName() - Method in class org.apache.maven.plugins.ear.ResourceRef
- getOutputFileNameMapping() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
- getOutputFileNameMapping() - Method in class org.apache.maven.plugins.ear.EarExecutionContext
- getPackagingExcludes() - Method in class org.apache.maven.plugins.ear.EarMojo
- getPackagingIncludes() - Method in class org.apache.maven.plugins.ear.EarMojo
- getProject() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
- getProvidedEarModules() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
- getStandardArtifactTypes() - Static method in class org.apache.maven.plugins.ear.EarModuleFactory
-
Returns a list of standard artifact types.
- getStandardType(String) - Method in class org.apache.maven.plugins.ear.util.ArtifactTypeMappingService
-
Returns the standard type for the specified
type
. - getType() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Returns the type associated to the module.
- getType() - Method in interface org.apache.maven.plugins.ear.EarModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.EjbRef
- getType() - Method in class org.apache.maven.plugins.ear.ResourceRef
- getUniqueArtifact(String, String, String) - Method in class org.apache.maven.plugins.ear.util.ArtifactRepository
-
Returns the artifact with the specified parameters.
- getUniqueArtifact(String, String, String, String) - Method in class org.apache.maven.plugins.ear.util.ArtifactRepository
-
Returns the artifact with the specified parameters.
- getUri() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
- getUri() - Method in interface org.apache.maven.plugins.ear.EarModule
-
Returns the
URI
for this module. - getUserSuppliedClassPathEntry(MavenArchiveConfiguration) - Method in class org.apache.maven.plugins.ear.util.EarMavenArchiver
- getVersion() - Method in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Returns the version as a string.
- getWorkDirectory() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
- gt(JavaEEVersion) - Method in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Specifies if this version is greater than the specified version.
H
- HarModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for a JBoss Hibernate archive. - HarModule() - Constructor for class org.apache.maven.plugins.ear.HarModule
-
Create an instance.
- HarModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.HarModule
- HelpMojo - Class in org.apache.maven.plugins.maven_ear_plugin
-
Display help information on maven-ear-plugin.
Callmvn ear:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugins.maven_ear_plugin.HelpMojo
I
- InvalidJavaEEVersion - Exception Class in org.apache.maven.plugins.ear.util
- InvalidJavaEEVersion(String, String) - Constructor for exception class org.apache.maven.plugins.ear.util.InvalidJavaEEVersion
- isClassPathItem() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
If module should be included into the Class-Path entry of MANIFEST.mf.
- isClassPathItem() - Method in interface org.apache.maven.plugins.ear.EarModule
-
If module should be included into the Class-Path entry of MANIFEST.mf.
- isExcluded() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Specify whether this module should be excluded or not.
- isExcluded() - Method in interface org.apache.maven.plugins.ear.EarModule
-
Specify whether this module should be excluded or not.
- isJbossConfigured() - Method in class org.apache.maven.plugins.ear.EarExecutionContext
- isMappedToType(String, String) - Method in class org.apache.maven.plugins.ear.util.ArtifactTypeMappingService
-
Specify whether the
customType
could be mapped to thestandardType
. - isNonFilteredExtension(String) - Method in class org.apache.maven.plugins.ear.EarMojo
- isStandardArtifactType(String) - Static method in class org.apache.maven.plugins.ear.EarModuleFactory
-
Specify whether the specified type is standard artifact type.
J
- JarModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for a non J2EE module such as third party libraries. - JarModule() - Constructor for class org.apache.maven.plugins.ear.JarModule
-
Create an instance.
- JarModule(Artifact, String, Boolean) - Constructor for class org.apache.maven.plugins.ear.JarModule
- JAVA_MODULE - Static variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
The java module.
- JavaEEVersion - Class in org.apache.maven.plugins.ear.util
-
Represents the supported JavaEE version.
- JbossEarModule - Interface in org.apache.maven.plugins.ear
-
Represents a JBoss specific ear module.
L
- le(JavaEEVersion) - Method in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Specifies if this version is less or equal to the specified version.
- libDirectory - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
Directory of module which contains libraries packaged into module.
- lt(JavaEEVersion) - Method in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Specifies if this version is less than the specified version.
M
- META_INF - Static variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
The
META-INF
folder. - MODULE_ELEMENT - Static variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
The module element.
N
- newEarModule(Artifact, JavaEEVersion, String, Boolean, ArtifactTypeMappingService) - Static method in class org.apache.maven.plugins.ear.EarModuleFactory
-
Creates a new
EarModule
based on the specifiedArtifact
and the specified execution configuration. - NINE - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the JakartaEE 9 version.
- NONE - Static variable in class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo
-
The NONE not existent folder.
O
- ONE_DOT_FOUR - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the J2EE 1.4 version.
- ONE_DOT_THREE - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the J2EE 1.3 version.
- org.apache.maven.plugins.ear - package org.apache.maven.plugins.ear
- org.apache.maven.plugins.ear.util - package org.apache.maven.plugins.ear.util
- org.apache.maven.plugins.maven_ear_plugin - package org.apache.maven.plugins.maven_ear_plugin
P
- ParModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for a Par module. - ParModule() - Constructor for class org.apache.maven.plugins.ear.ParModule
-
Create an instance.
- ParModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.ParModule
- project - Variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
The maven project.
R
- RarModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for an J2EE connector module. - RarModule() - Constructor for class org.apache.maven.plugins.ear.RarModule
-
Create an instance.
- RarModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.RarModule
- resolveArtifact(Set<Artifact>) - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Resolves the
Artifact
represented by the module. - resolveArtifact(Set<Artifact>) - Method in interface org.apache.maven.plugins.ear.EarModule
-
Resolves the
Artifact
represented by the module. - resolveArtifact(Set<Artifact>) - Method in class org.apache.maven.plugins.ear.JarModule
-
Resolves the
Artifact
represented by the module. - resolveArtifact(Set<Artifact>) - Method in class org.apache.maven.plugins.ear.WebModule
-
Resolves the
Artifact
represented by the module. - ResourceRef - Class in org.apache.maven.plugins.ear
-
Representation of
resource-ref
element inapplication.xml
file. - ResourceRef(String, String, String, String) - Constructor for class org.apache.maven.plugins.ear.ResourceRef
S
- SarModule - Class in org.apache.maven.plugins.ear
- SarModule() - Constructor for class org.apache.maven.plugins.ear.SarModule
-
Create an instance.
- SarModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.SarModule
- setApplicationXml(File) - Method in class org.apache.maven.plugins.ear.EarMojo
- setAuth(String) - Method in class org.apache.maven.plugins.ear.ResourceRef
- setEarExecutionContext(EarExecutionContext) - Method in class org.apache.maven.plugins.ear.AbstractEarModule
- setEarExecutionContext(EarExecutionContext) - Method in interface org.apache.maven.plugins.ear.EarModule
- setLookupName(String) - Method in class org.apache.maven.plugins.ear.EjbRef
- setLookupName(String) - Method in class org.apache.maven.plugins.ear.ResourceRef
- setName(String) - Method in class org.apache.maven.plugins.ear.EjbRef
- setName(String) - Method in class org.apache.maven.plugins.ear.ResourceRef
- setPackagingExcludes(String) - Method in class org.apache.maven.plugins.ear.EarMojo
- setPackagingIncludes(String) - Method in class org.apache.maven.plugins.ear.EarMojo
- setType(String) - Method in class org.apache.maven.plugins.ear.EjbRef
- setType(String) - Method in class org.apache.maven.plugins.ear.ResourceRef
- SEVEN - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the JavaEE 7 version.
- shouldUnpack() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
- shouldUnpack() - Method in interface org.apache.maven.plugins.ear.EarModule
-
Specify whether this module should be unpacked in the EAR archive or not.
- SIX - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the JavaEE 6 version.
- startModuleElement(XMLWriter, Boolean) - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Starts a new
AbstractEarModule.MODULE_ELEMENT
on the specified writer, possibly including an id attribute.
T
- TEN - Static variable in class org.apache.maven.plugins.ear.util.JavaEEVersion
-
Represents the JakartaEE 10 version.
- toString() - Method in class org.apache.maven.plugins.ear.AbstractEarModule
- type - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
The type of the artifact
U
- UnknownArtifactTypeException - Exception Class in org.apache.maven.plugins.ear
-
Thrown if an unknown artifact type is encountered.
- UnknownArtifactTypeException() - Constructor for exception class org.apache.maven.plugins.ear.UnknownArtifactTypeException
-
Create an instance.
- UnknownArtifactTypeException(String) - Constructor for exception class org.apache.maven.plugins.ear.UnknownArtifactTypeException
- unpack - Variable in class org.apache.maven.plugins.ear.AbstractEarModule
-
unpack
- unpack(File, File, Collection<String>) - Method in class org.apache.maven.plugins.ear.EarMojo
-
Unpacks the module into the EAR structure.
- UTF_8 - Static variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
UTF-8 encoding constant.
V
- version - Variable in class org.apache.maven.plugins.ear.AbstractEarMojo
-
The schema version of generated
application.xml
descriptor.
W
- WebModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for a Web application module. - WebModule() - Constructor for class org.apache.maven.plugins.ear.WebModule
-
Create an instance.
- WebModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.WebModule
- writeAltDeploymentDescriptor(XMLWriter, String) - Method in class org.apache.maven.plugins.ear.AbstractEarModule
-
Writes the alternative deployment descriptor if necessary.
- WsrModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for a JBoss wsr module. - WsrModule() - Constructor for class org.apache.maven.plugins.ear.WsrModule
-
Create an instance.
- WsrModule(Artifact) - Constructor for class org.apache.maven.plugins.ear.WsrModule
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form