Uses of Interface
org.apache.maven.plugin.ear.EarModule
-
Packages that use EarModule Package Description org.apache.maven.plugin.ear org.apache.maven.plugin.ear.util -
-
Uses of EarModule in org.apache.maven.plugin.ear
Classes in org.apache.maven.plugin.ear that implement EarModule Modifier and Type Class Description classAbstractEarModuleA base implementation of anEarModule.classAppClientModuleTheEarModuleimplementation for an application client module.classEjb3ModuleDeprecated.ejb v3 is now properly handled by the standard ejb packaging type.classEjbClientModuleTheEarModuleimplementation for an ejb client module.classEjbModuleTheEarModuleimplementation for an EJB module.classHarModuleTheEarModuleimplementation for a JBoss Hibernate archive.classJarModuleTheEarModuleimplementation for a non J2EE module such as third party libraries.classJavaModuleDeprecated.the name JavaModule is really confusing since it targets a third party library, useJarModuleinsteadclassParModuleTheEarModuleimplementation for a Par module.classRarModuleTheEarModuleimplementation for an J2EE connector module.classSarModuleclassWebModuleTheEarModuleimplementation for a Web application module.classWsrModuleTheEarModuleimplementation for a JBoss wsr module.Fields in org.apache.maven.plugin.ear declared as EarModule Modifier and Type Field Description private EarModule[]AbstractEarMojo. modulesThe ear modules configuration.Fields in org.apache.maven.plugin.ear with type parameters of type EarModule Modifier and Type Field Description private java.util.List<EarModule>AbstractEarMojo. allModulesprivate java.util.List<EarModule>AbstractEarMojo. earModulesprivate java.util.List<EarModule>ApplicationXmlWriterContext. earModulesMethods in org.apache.maven.plugin.ear that return EarModule Modifier and Type Method Description static EarModuleEarModuleFactory. newEarModule(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, java.lang.String defaultLibBundleDir, java.lang.Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService)Creates a newEarModulebased on the specifiedArtifactand the specified execution configuration.Methods in org.apache.maven.plugin.ear that return types with arguments of type EarModule Modifier and Type Method Description java.util.List<EarModule>ApplicationXmlWriterContext. getEarModules()Returns the list ofEarModuleinstances.protected java.util.List<EarModule>AbstractEarMojo. getModules()Methods in org.apache.maven.plugin.ear with parameters of type EarModule Modifier and Type Method Description private voidEarMojo. changeManifestClasspath(EarModule module, java.io.File original, JavaEEVersion javaEEVersion)Method parameters in org.apache.maven.plugin.ear with type arguments of type EarModule Modifier and Type Method Description private static booleanAbstractEarMojo. isArtifactRegistered(org.apache.maven.artifact.Artifact a, java.util.List<EarModule> currentList)voidJbossAppXmlWriter. write(java.io.File destinationFile, JbossConfiguration jbossConfiguration, java.util.List<EarModule> earModules)Constructor parameters in org.apache.maven.plugin.ear with type arguments of type EarModule Constructor Description ApplicationXmlWriterContext(java.io.File destinationFile, java.util.List<EarModule> earModules, java.util.List<SecurityRole> securityRoles, java.util.List<EnvEntry> envEntries, java.util.List<EjbRef> ejbEntries, java.lang.String displayName, java.lang.String description, java.lang.String libraryDirectory, java.lang.String applicationName, java.lang.Boolean initializeInOrder) -
Uses of EarModule in org.apache.maven.plugin.ear.util
Fields in org.apache.maven.plugin.ear.util with type parameters of type EarModule Modifier and Type Field Description private java.util.List<EarModule>EarMavenArchiver. earModulesprivate java.util.List<EarModule>ModuleIdentifierValidator. earModulesprivate java.util.Map<java.lang.String,java.util.List<EarModule>>ModuleIdentifierValidator. resultMethods in org.apache.maven.plugin.ear.util that return types with arguments of type EarModule Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<EarModule>>ModuleIdentifierValidator. getDuplicateArtifacts()java.util.List<EarModule>ModuleIdentifierValidator. getEarModules()Method parameters in org.apache.maven.plugin.ear.util with type arguments of type EarModule Modifier and Type Method Description ModuleIdentifierValidatorModuleIdentifierValidator. setEarModules(java.util.List<EarModule> paramEarModules)Constructor parameters in org.apache.maven.plugin.ear.util with type arguments of type EarModule Constructor Description EarMavenArchiver(java.util.List<EarModule> earModules)Creates an instance with the ear modules that will be packaged in the EAR archive.ModuleIdentifierValidator(java.util.List<EarModule> earModules)
-