- AbstractEarModule - Class in org.apache.maven.plugins.ear
-
- 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
-
- AcrModule - Class in org.apache.maven.plugins.ear
-
The
EarModule
implementation for an Acr Module.
- AcrModule() - Constructor for class org.apache.maven.plugins.ear.AcrModule
-
Create an instance.
- AcrModule(Artifact, String, Boolean) - Constructor for class org.apache.maven.plugins.ear.AcrModule
-
- 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.AcrModule
-
Appends the XML representation of this module.
- 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 wih 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.
- 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.
- getAllJarModules() - 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.
- 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 org.apache.maven.plugins.ear.util.InvalidJavaEEVersion
-
- getJarArchiver() - Method in class org.apache.maven.plugins.ear.EarMojo
-
Returns the
JarArchiver
implementation used to package the EAR file.
- 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
-
- getLibDir() - Method in class org.apache.maven.plugins.ear.WebModule
- getLookupName() - Method in class org.apache.maven.plugins.ear.EjbRef
-
- getManifest(MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugins.ear.util.EarMavenArchiver
-
Deprecated.
- getManifest(MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugins.ear.util.EarMavenArchiver
- 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
-
- 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.
- getTempFolder() - Method in class org.apache.maven.plugins.ear.AbstractEarMojo
-
- getType() - Method in class org.apache.maven.plugins.ear.AcrModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.AppClientModule
-
- 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.EjbClientModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.EjbModule
-
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.HarModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.JarModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.ParModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.RarModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.ResourceRef
-
- getType() - Method in class org.apache.maven.plugins.ear.SarModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.WebModule
-
Returns the type associated to the module.
- getType() - Method in class org.apache.maven.plugins.ear.WsrModule
-
Returns the type associated to the module.
- getUniqueArtifact(String, String, String, String) - Method in class org.apache.maven.plugins.ear.util.ArtifactRepository
-
Returns the artifact with the specified parameters.
- getUniqueArtifact(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.