A B C D E F G H I J M N O P R S T U V W

A

AbstractEarModule - Class in org.apache.maven.plugin.ear
A base implementation of an EarModule.
AbstractEarModule() - Constructor for class org.apache.maven.plugin.ear.AbstractEarModule
Empty constructor to be used when the module is built based on the configuration.
AbstractEarModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.AbstractEarModule
Creates an ear module from the artifact.
AbstractEarMojo - Class in org.apache.maven.plugin.ear
A base class for EAR-processing related tasks.
AbstractEarMojo() - Constructor for class org.apache.maven.plugin.ear.AbstractEarMojo
 
ALT_DD - Static variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
altDeploymentDescriptor - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
appendJbossModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.HarModule
 
appendJbossModule(XMLWriter, String) - Method in interface org.apache.maven.plugin.ear.JbossEarModule
Appends the XML representation of this module for the jboss-app.xml file.
appendJbossModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.SarModule
 
appendModule(XMLWriter, String) - Method in interface org.apache.maven.plugin.ear.EarModule
Appends the XML representation of this module.
appendModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.EjbModule
 
appendModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.HarModule
 
appendModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.JarModule
 
appendModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.RarModule
 
appendModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.SarModule
 
appendModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.WebModule
 
APPLICATION_XML_URI - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 
ArtifactRepository - Class in org.apache.maven.plugin.ear.util
An artifact repository used to resolve EarModule.
ArtifactRepository(Set, String) - Constructor for class org.apache.maven.plugin.ear.util.ArtifactRepository
Creates a new repository wih the specified artifacts.
artifactTypeMappings - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The artifact type mappings.
ArtifactTypeMappingService - Class in org.apache.maven.plugin.ear.util
Allows to map custom artifact type to standard type.

B

bundleDir - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
bundleFileName - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 

C

configure(PlexusConfiguration) - Method in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
 
CONTEXT_ROOT_FIELD - Static variable in class org.apache.maven.plugin.ear.WebModule
 

D

defaultLibBundleDir - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The default bundle dir for libraries.

E

EarExecutionContext - Class in org.apache.maven.plugin.ear
Contains various runtime parameters used to customize the generated EAR file.
EarModule - Interface in org.apache.maven.plugin.ear
The ear module interface.
EarModuleFactory - Class in org.apache.maven.plugin.ear
Builds an EarModule based on an Artifact.
EarModuleFactory() - Constructor for class org.apache.maven.plugin.ear.EarModuleFactory
 
EarMojo - Class in org.apache.maven.plugin.ear
Builds J2EE Enteprise Archive (EAR) files.
EarMojo() - Constructor for class org.apache.maven.plugin.ear.EarMojo
 
EarPluginException - Exception in org.apache.maven.plugin.ear
The base exception of the EAR plugin.
EarPluginException() - Constructor for exception org.apache.maven.plugin.ear.EarPluginException
 
EarPluginException(String) - Constructor for exception org.apache.maven.plugin.ear.EarPluginException
 
EarPluginException(Throwable) - Constructor for exception org.apache.maven.plugin.ear.EarPluginException
 
EarPluginException(String, Throwable) - Constructor for exception org.apache.maven.plugin.ear.EarPluginException
 
Ejb3Module - Class in org.apache.maven.plugin.ear
Deprecated. ejb v3 is now properly handled by the standard ejb packaging type. use EjbModule instead
Ejb3Module() - Constructor for class org.apache.maven.plugin.ear.Ejb3Module
Deprecated.  
Ejb3Module(Artifact) - Constructor for class org.apache.maven.plugin.ear.Ejb3Module
Deprecated.  
EJB_MODULE - Static variable in class org.apache.maven.plugin.ear.EjbModule
 
EjbClientModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for an ejb client module.
EjbClientModule() - Constructor for class org.apache.maven.plugin.ear.EjbClientModule
 
EjbClientModule(Artifact, String) - Constructor for class org.apache.maven.plugin.ear.EjbClientModule
 
EjbModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for an EJB module.
EjbModule() - Constructor for class org.apache.maven.plugin.ear.EjbModule
 
EjbModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.EjbModule
 
encoding - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
Character encoding for the auto-generated deployment file(s).
escapeString - Variable in class org.apache.maven.plugin.ear.EarMojo
Expression preceded with the String won't be interpolated \${foo} will be replaced with ${foo}
excluded - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
execute() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
execute() - Method in class org.apache.maven.plugin.ear.EarMojo
 
execute() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
 
execute() - Method in class org.apache.maven.plugin.ear.HelpMojo

F

FileNameMapping - Interface in org.apache.maven.plugin.ear.output
Maps file name Artifact.
FileNameMappingFactory - Class in org.apache.maven.plugin.ear.output
Provides access to FileNameMapping implementations.
FULL_FILE_NAME_MAPPING - Static variable in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
FullFileNameMapping - Class in org.apache.maven.plugin.ear.output
A full file name mapping, useful if artifacts might have the same name accross groups.
FullFileNameMapping() - Constructor for class org.apache.maven.plugin.ear.output.FullFileNameMapping
 

G

GenerateApplicationXmlMojo - Class in org.apache.maven.plugin.ear
A Mojo that generates the EAR deployment descriptor file(s).
GenerateApplicationXmlMojo() - Constructor for class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
 
generatedDescriptorLocation - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
Directory where the deployment descriptor file(s) will be auto-generated.
generateJbossDeploymentDescriptor() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Generates the jboss deployment descriptor.
generateStandardDeploymentDescriptor() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Generates the deployment descriptor.
getAltDeploymentDescriptor() - Method in class org.apache.maven.plugin.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.plugin.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.plugin.ear.EarMojo
 
getArtifact() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 
getArtifact() - Method in interface org.apache.maven.plugin.ear.EarModule
Returns the Artifact representing this module.
getArtifactId() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Returns the artifact's Id.
getArtifactRepository() - Method in class org.apache.maven.plugin.ear.EarExecutionContext
 
getArtifacts(String, String, String) - Method in class org.apache.maven.plugin.ear.util.ArtifactRepository
Returns the artifacts with the specified parameters.
getBundleDir() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Returns the bundle directory.
getBundleFileName() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Returns the bundle file name.
getClassifier() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Returns the artifact's classifier.
getContextRoot() - Method in class org.apache.maven.plugin.ear.WebModule
Returns the context root to use for the web module.
getDefaultFileNameMapping() - Method in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
getDefaultLibBundleDir() - Method in class org.apache.maven.plugin.ear.EarExecutionContext
 
getExcludes() - Method in class org.apache.maven.plugin.ear.EarMojo
Returns a string array of the excludes to be used when assembling/copying the ear.
getFileNameMapping() - Method in class org.apache.maven.plugin.ear.EarExecutionContext
 
getFileNameMapping(String) - Method in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
Returns the file name mapping implementation based on a logical name of a fully qualified name of the class.
getGroupId() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Returns the artifact's groupId.
getIncludes() - Method in class org.apache.maven.plugin.ear.EarMojo
Returns a string array of the includes to be used when assembling/copying the ear.
getInstance() - Static method in class org.apache.maven.plugin.ear.EarExecutionContext
 
getInstance() - Static method in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
 
getJarArchiver() - Method in class org.apache.maven.plugin.ear.EarMojo
Returns the JarArchiver implementation used to package the EAR file.
getJbossConfiguration() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getJbossConfiguration() - Method in class org.apache.maven.plugin.ear.EarExecutionContext
 
getModules() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getProject() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getStandardArtifactTypes() - Static method in class org.apache.maven.plugin.ear.EarModuleFactory
Returns a list of standard artifact types.
getStandardType(String) - Method in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
Returns the standard type for the specified type.
getType() - Method in interface org.apache.maven.plugin.ear.EarModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.Ejb3Module
Deprecated.  
getType() - Method in class org.apache.maven.plugin.ear.EjbClientModule
 
getType() - Method in class org.apache.maven.plugin.ear.EjbModule
 
getType() - Method in class org.apache.maven.plugin.ear.HarModule
 
getType() - Method in class org.apache.maven.plugin.ear.JarModule
 
getType() - Method in class org.apache.maven.plugin.ear.ParModule
 
getType() - Method in class org.apache.maven.plugin.ear.RarModule
 
getType() - Method in class org.apache.maven.plugin.ear.SarModule
 
getType() - Method in class org.apache.maven.plugin.ear.WebModule
 
getType() - Method in class org.apache.maven.plugin.ear.WsrModule
 
getUniqueArtifact(String, String, String, String) - Method in class org.apache.maven.plugin.ear.util.ArtifactRepository
Returns the artifact with the specified parameters.
getUniqueArtifact(String, String, String) - Method in class org.apache.maven.plugin.ear.util.ArtifactRepository
Returns the artifact with the specified parameters.
getUri() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 
getUri() - Method in interface org.apache.maven.plugin.ear.EarModule
Returns the URI for this module.
getWorkDirectory() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 

H

HarModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for a JBoss Hibernate archive.
HarModule() - Constructor for class org.apache.maven.plugin.ear.HarModule
 
HarModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.HarModule
 
HelpMojo - Class in org.apache.maven.plugin.ear
Display help information on maven-ear-plugin.
Call
HelpMojo() - Constructor for class org.apache.maven.plugin.ear.HelpMojo
 

I

initialize(MavenProject, String, String, JbossConfiguration, String) - Method in class org.apache.maven.plugin.ear.EarExecutionContext
 
INSTANCE - Static variable in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
isExcluded() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Specify whether this module should be excluded or not.
isExcluded() - Method in interface org.apache.maven.plugin.ear.EarModule
Specify whether this module should be excluded or not.
isJbossConfigured() - Method in class org.apache.maven.plugin.ear.EarExecutionContext
 
isMappedToType(String, String) - Method in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
Specify whether the customType could be mapped to the standardType.
isNonFilteredExtension(String) - Method in class org.apache.maven.plugin.ear.EarMojo
 
isStandardArtifactType(String) - Static method in class org.apache.maven.plugin.ear.EarModuleFactory
Specify whether the specified type is standard artifact type.

J

JarModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for a non J2EE module such as third party libraries.
JarModule() - Constructor for class org.apache.maven.plugin.ear.JarModule
 
JarModule(Artifact, String, Boolean) - Constructor for class org.apache.maven.plugin.ear.JarModule
 
JAVA_MODULE - Static variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
JavaModule - Class in org.apache.maven.plugin.ear
Deprecated. the name JavaModule is really confusing since it targets a third party library, use JarModule instead
JavaModule() - Constructor for class org.apache.maven.plugin.ear.JavaModule
Deprecated. use org.apache.maven.plugin.ear.JavaModule#JarModule() instead
JavaModule(Artifact, String, Boolean) - Constructor for class org.apache.maven.plugin.ear.JavaModule
Deprecated. use JarModule instead
JbossEarModule - Interface in org.apache.maven.plugin.ear
Represents a JBoss specific ear module.

M

mapFileName(Artifact) - Method in interface org.apache.maven.plugin.ear.output.FileNameMapping
Returns the file name of the specified artifact.
mapFileName(Artifact) - Method in class org.apache.maven.plugin.ear.output.FullFileNameMapping
 
mapFileName(Artifact) - Method in class org.apache.maven.plugin.ear.output.StandardFileNameMapping
 
META_INF - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 
MODULE_ELEMENT - Static variable in class org.apache.maven.plugin.ear.AbstractEarModule
 

N

newEarModule(Artifact, String, Boolean) - Static method in class org.apache.maven.plugin.ear.EarModuleFactory
Creates a new EarModule based on the specified Artifact and the specified execution configuration.

O

org.apache.maven.plugin.ear - package org.apache.maven.plugin.ear
 
org.apache.maven.plugin.ear.output - package org.apache.maven.plugin.ear.output
 
org.apache.maven.plugin.ear.util - package org.apache.maven.plugin.ear.util
 

P

ParModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for a Par module.
ParModule() - Constructor for class org.apache.maven.plugin.ear.ParModule
 
ParModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.ParModule
 
project - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The maven project.

R

RAR_MODULE - Static variable in class org.apache.maven.plugin.ear.RarModule
 
RarModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for an J2EE connector module.
RarModule() - Constructor for class org.apache.maven.plugin.ear.RarModule
 
RarModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.RarModule
 
resolveArtifact(Set) - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 
resolveArtifact(Set) - Method in interface org.apache.maven.plugin.ear.EarModule
Resolves the Artifact represented by the module.
resolveArtifact(Set) - Method in class org.apache.maven.plugin.ear.JarModule
 
resolveArtifact(Set) - Method in class org.apache.maven.plugin.ear.WebModule
 

S

SAR_MODULE - Static variable in class org.apache.maven.plugin.ear.SarModule
 
SarModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for a JBoss sar module.
SarModule() - Constructor for class org.apache.maven.plugin.ear.SarModule
 
SarModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.SarModule
 
setApplicationXml(String) - Method in class org.apache.maven.plugin.ear.EarMojo
 
shouldUnpack() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 
shouldUnpack() - Method in interface org.apache.maven.plugin.ear.EarModule
Specify whether this module should be unpacked in the EAR archive or not.
STANDARD_FILE_NAME_MAPPING - Static variable in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
standardArtifactTypes - Static variable in class org.apache.maven.plugin.ear.EarModuleFactory
 
StandardFileNameMapping - Class in org.apache.maven.plugin.ear.output
The standard fine name mapping.
StandardFileNameMapping() - Constructor for class org.apache.maven.plugin.ear.output.StandardFileNameMapping
 

T

toString() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 

U

UnknownArtifactTypeException - Exception in org.apache.maven.plugin.ear
Thrown if an unknown artifact type is encountered.
UnknownArtifactTypeException() - Constructor for exception org.apache.maven.plugin.ear.UnknownArtifactTypeException
 
UnknownArtifactTypeException(String) - Constructor for exception org.apache.maven.plugin.ear.UnknownArtifactTypeException
 
unpack - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
unpack(File, File) - Method in class org.apache.maven.plugin.ear.EarMojo
Unpacks the module into the EAR structure.
UTF_8 - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 

V

version - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The version of the application.xml to generate.
VERSION_1_3 - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 
VERSION_1_4 - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 
VERSION_5 - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 

W

WEB_MODULE - Static variable in class org.apache.maven.plugin.ear.WebModule
 
WEB_URI_FIELD - Static variable in class org.apache.maven.plugin.ear.WebModule
 
WebModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for a Web application module.
WebModule() - Constructor for class org.apache.maven.plugin.ear.WebModule
 
WebModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.WebModule
 
writeAltDeploymentDescriptor(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Writes the alternative deployment descriptor if necessary.
WsrModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for a JBoss wsr module.
WsrModule() - Constructor for class org.apache.maven.plugin.ear.WsrModule
 
WsrModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.WsrModule
 

A B C D E F G H I J M N O P R S T U V W

Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.