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 TypeClassDescriptionclassA base implementation of anEarModule.classTheEarModuleimplementation for an application client module.classTheEarModuleimplementation for an ejb client module.classTheEarModuleimplementation for an EJB module.classTheEarModuleimplementation for a JBoss Hibernate archive.classTheEarModuleimplementation for a non J2EE module such as third party libraries.classTheEarModuleimplementation for a Par module.classTheEarModuleimplementation for an J2EE connector module.classclassTheEarModuleimplementation for a Web application module.classTheEarModuleimplementation for a JBoss wsr module.Methods in org.apache.maven.plugins.ear that return EarModuleModifier and TypeMethodDescriptionstatic EarModuleEarModuleFactory.newEarModule(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, String defaultLibBundleDir, Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService) Creates a newEarModulebased on the specifiedArtifactand 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.