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 class
AbstractEarModule
A base implementation of anEarModule
.class
AppClientModule
TheEarModule
implementation for an application client module.class
Ejb3Module
Deprecated.ejb v3 is now properly handled by the standard ejb packaging type.class
EjbClientModule
TheEarModule
implementation for an ejb client module.class
EjbModule
TheEarModule
implementation for an EJB module.class
HarModule
TheEarModule
implementation for a JBoss Hibernate archive.class
JarModule
TheEarModule
implementation for a non J2EE module such as third party libraries.class
JavaModule
Deprecated.the name JavaModule is really confusing since it targets a third party library, useJarModule
insteadclass
ParModule
TheEarModule
implementation for a Par module.class
RarModule
TheEarModule
implementation for an J2EE connector module.class
SarModule
class
WebModule
TheEarModule
implementation for a Web application module.class
WsrModule
TheEarModule
implementation for a JBoss wsr module.Fields in org.apache.maven.plugin.ear declared as EarModule Modifier and Type Field Description private EarModule[]
AbstractEarMojo. modules
The 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. allModules
private java.util.List<EarModule>
AbstractEarMojo. earModules
private java.util.List<EarModule>
ApplicationXmlWriterContext. earModules
Methods in org.apache.maven.plugin.ear that return EarModule Modifier and Type Method Description static EarModule
EarModuleFactory. newEarModule(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, java.lang.String defaultLibBundleDir, java.lang.Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService)
Creates a newEarModule
based on the specifiedArtifact
and 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 ofEarModule
instances.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 void
EarMojo. 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 boolean
AbstractEarMojo. isArtifactRegistered(org.apache.maven.artifact.Artifact a, java.util.List<EarModule> currentList)
void
JbossAppXmlWriter. 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. earModules
private java.util.List<EarModule>
ModuleIdentifierValidator. earModules
private java.util.Map<java.lang.String,java.util.List<EarModule>>
ModuleIdentifierValidator. result
Methods 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 ModuleIdentifierValidator
ModuleIdentifierValidator. 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)
-