A B C D E G 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
 
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.JavaModule
 
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
 
ApplicationXmlWriter - Class in org.apache.maven.plugin.ear
An XmlWriter based implementation used to generate an application.xml file
ApplicationXmlWriter(String, String) - Constructor for class org.apache.maven.plugin.ear.ApplicationXmlWriter
 

B

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

C

CONTEXT_ROOT_FIELD - Static variable in class org.apache.maven.plugin.ear.WebModule
 

D

DOCTYPE_1_3 - Static variable in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 

E

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
The EarModule implementation for an Ejb3 module.
Ejb3Module() - Constructor for class org.apache.maven.plugin.ear.Ejb3Module
 
Ejb3Module(Artifact) - Constructor for class org.apache.maven.plugin.ear.Ejb3Module
 
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) - 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
 
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
 

G

GenerateApplicationXmlMojo - Class in org.apache.maven.plugin.ear
A Mojo that generates the application.xml deployment descriptor file.
GenerateApplicationXmlMojo() - Constructor for class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
 
generateDeploymentDescriptor() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Generates the deployment descriptor if necessary.
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.
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.
getContextRoot() - Method in class org.apache.maven.plugin.ear.WebModule
Returns the context root to use for the web module.
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.
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.
getModules() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getProject() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getType() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.Ejb3Module
 
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.JavaModule
 
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
 
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
 

I

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.

J

JAVA_MODULE - Static variable in class org.apache.maven.plugin.ear.JavaModule
 
JavaModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for a J2EE client module.
JavaModule() - Constructor for class org.apache.maven.plugin.ear.JavaModule
 
JavaModule(Artifact, String) - Constructor for class org.apache.maven.plugin.ear.JavaModule
 

M

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) - 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
 

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, String) - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 
resolveArtifact(Set, String) - Method in interface org.apache.maven.plugin.ear.EarModule
Resolves the Artifact represented by the module with the specified execution configuration.
resolveArtifact(Set, String) - Method in class org.apache.maven.plugin.ear.JavaModule
 
resolveArtifact(Set, String) - 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
 

T

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

U

UTF_8 - Static variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
 

V

VERSION_1_3 - Static variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
 
VERSION_1_4 - Static variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
 

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
 
write(File, List, String, String) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
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 G I J M N O P R S T U V W

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.