Uses of Interface
org.apache.maven.plugins.ear.EarModule
Packages that use EarModule
-
Uses of EarModule in org.apache.maven.plugins.ear
Classes in org.apache.maven.plugins.ear that implement EarModuleModifier and TypeClassDescriptionclass
A base implementation of anEarModule
.class
TheEarModule
implementation for an application client module.class
TheEarModule
implementation for an ejb client module.class
TheEarModule
implementation for an EJB module.class
TheEarModule
implementation for a JBoss Hibernate archive.class
TheEarModule
implementation for a non J2EE module such as third party libraries.class
TheEarModule
implementation for a Par module.class
TheEarModule
implementation for an J2EE connector module.class
class
TheEarModule
implementation for a Web application module.class
TheEarModule
implementation for a JBoss wsr module.Methods in org.apache.maven.plugins.ear that return EarModuleModifier and TypeMethodDescriptionstatic EarModule
EarModuleFactory.newEarModule
(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, String defaultLibBundleDir, Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService) Creates a newEarModule
based on the specifiedArtifact
and the specified execution configuration.Methods in org.apache.maven.plugins.ear that return types with arguments of type EarModuleModifier and TypeMethodDescriptionAbstractEarMojo.getAllEarModules()
AbstractEarMojo.getModules()
AbstractEarMojo.getProvidedEarModules()
-
Uses of EarModule in org.apache.maven.plugins.ear.util
Constructor parameters in org.apache.maven.plugins.ear.util with type arguments of type EarModuleModifierConstructorDescriptionEarMavenArchiver
(List<EarModule> earModules) Creates an instance with the ear modules that will be packaged in the EAR archive.