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

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
 
AbstractFileNameMapping - Class in org.apache.maven.plugin.ear.output
A base class used to generate the standard name of an artifact instead of relying on the (potentially) wrong file name provided by Artifact.getFile().
AbstractFileNameMapping() - Constructor for class org.apache.maven.plugin.ear.output.AbstractFileNameMapping
 
AbstractXmlWriter - Class in org.apache.maven.plugin.ear
A base class for deployment descriptor file generators.
AbstractXmlWriter(String) - Constructor for class org.apache.maven.plugin.ear.AbstractXmlWriter
 
allModules - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 
ALT_DD - Static variable in class org.apache.maven.plugin.ear.AbstractEarModule
The alt-dd module.
altDeploymentDescriptor - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
The alternate deployment descriptor.
analyze() - Method in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
 
AppClientModule - Class in org.apache.maven.plugin.ear
The EarModule implementation for an application client module.
AppClientModule() - Constructor for class org.apache.maven.plugin.ear.AppClientModule
Create an instance.
AppClientModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.AppClientModule
 
appendEjbRefEntry(XMLWriter) - Method in class org.apache.maven.plugin.ear.EjbRef
Appends the XML representation of this env-entry.
appendEnvEntry(XMLWriter) - Method in class org.apache.maven.plugin.ear.EnvEntry
Appends the XML representation of this env-entry.
appendJbossModule(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.HarModule
Appends the XML representation of this module for the jboss-app.xml file.
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
Appends the XML representation of this module for the jboss-app.xml file.
appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugin.ear.AppClientModule
Appends the XML representation of this module.
appendModule(XMLWriter, String, Boolean) - Method in interface org.apache.maven.plugin.ear.EarModule
Appends the XML representation of this module.
appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugin.ear.EjbModule
Appends the XML representation of this module.
appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugin.ear.HarModule
Appends the XML representation of this module.
appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugin.ear.JarModule
Appends the XML representation of this module.
appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugin.ear.RarModule
Appends the XML representation of this module.
appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugin.ear.SarModule
Appends the XML representation of this module.
appendModule(XMLWriter, String, Boolean) - Method in class org.apache.maven.plugin.ear.WebModule
Appends the XML representation of this module.
appendSecurityRole(XMLWriter) - Method in class org.apache.maven.plugin.ear.SecurityRole
Appends the XML representation of this security role.
APPLICATION_ELEMENT - Static variable in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
APPLICATION_XML_URI - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The application XML URI META-INF/application.xml
applicationId - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
applicationId - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Defines the application id used when generating the deployment descriptor.
applicationName - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
applicationName - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Application name of the application to be used when the application.xml file is auto-generated.
applicationXml - Variable in class org.apache.maven.plugin.ear.EarMojo
The location of a custom application.xml file to be used within the EAR file.
ApplicationXmlWriter - Class in org.apache.maven.plugin.ear
An XmlWriter based implementation used to generate an application.xml file
ApplicationXmlWriter(JavaEEVersion, String, Boolean) - Constructor for class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
ApplicationXmlWriterContext - Class in org.apache.maven.plugin.ear
A context for the ApplicationXmlWriter.
ApplicationXmlWriterContext(File, List<EarModule>, List<SecurityRole>, List<EnvEntry>, List<EjbRef>, String, String, String, String, Boolean) - Constructor for class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
archive - Variable in class org.apache.maven.plugin.ear.EarMojo
The archive configuration to use.
archiverManager - Variable in class org.apache.maven.plugin.ear.EarMojo
The archive manager.
areNullOrEqual(Object, Object) - Static method in class org.apache.maven.plugin.ear.AbstractEarModule
Specify if the objects are both null or both equal.
artifact - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
ARTIFACT_TYPE_MAPPING_ELEMENT - Static variable in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
 
artifactId - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
artifactRepository - Variable in class org.apache.maven.plugin.ear.EarExecutionContext
 
ArtifactRepository - Class in org.apache.maven.plugin.ear.util
An artifact repository used to resolve EarModule.
ArtifactRepository(Set<Artifact>, String, ArtifactTypeMappingService) - Constructor for class org.apache.maven.plugin.ear.util.ArtifactRepository
Creates a new repository wih the specified artifacts.
artifacts - Variable in class org.apache.maven.plugin.ear.util.ArtifactRepository
 
artifactTypeMappings - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The artifact type mappings.
artifactTypeMappingService - Variable in class org.apache.maven.plugin.ear.util.ArtifactRepository
 
ArtifactTypeMappingService - Class in org.apache.maven.plugin.ear.util
Allows to map custom artifact type to standard type.
ArtifactTypeMappingService() - Constructor for class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
Create an instance.

B

buildDestinationFile(File, String) - Static method in class org.apache.maven.plugin.ear.EarMojo
 
buildEjbEntries() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Builds the ejb-ref based on the configuration.
buildEnvEntries() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Builds the env-entries based on the configuration.
buildSecurityRoles() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Builds the security roles based on the configuration.
bundleDir - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
The bundleDir.
bundleFileName - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
The bundleFileName.

C

changeManifestClasspath() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 
changeManifestClasspath() - Method in interface org.apache.maven.plugin.ear.EarModule
 
changeManifestClasspath() - Method in class org.apache.maven.plugin.ear.JarModule
changeManifestClasspath(EarModule, File, JavaEEVersion) - Method in class org.apache.maven.plugin.ear.EarMojo
 
checkForDuplicateArtifacts() - Method in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
Trigger the module list check.
checkModuleUniqueness() - Method in class org.apache.maven.plugin.ear.EarMojo
 
CLASS_PATH_KEY - Static variable in class org.apache.maven.plugin.ear.util.EarMavenArchiver
Class-Path.
classifier - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
classifier - Variable in class org.apache.maven.plugin.ear.EarMojo
Classifier to add to the artifact generated.
cleanBundleDir(String) - Static method in class org.apache.maven.plugin.ear.AbstractEarModule
Cleans the bundle directory so that it might be used properly.
close(Writer) - Method in class org.apache.maven.plugin.ear.AbstractXmlWriter
 
compareTo(JavaEEVersion) - Method in class org.apache.maven.plugin.ear.util.JavaEEVersion
CONFIG_PARSER_CLASS_ATTRIBUTE - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
configParserClass - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
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
 
contextRoot - Variable in class org.apache.maven.plugin.ear.WebModule
 
copyFile(File, File) - Method in class org.apache.maven.plugin.ear.EarMojo
 
copyModules(JavaEEVersion, List<String>) - Method in class org.apache.maven.plugin.ear.EarMojo
 
createUnpackList() - Method in class org.apache.maven.plugin.ear.EarMojo
 
customMappings - Variable in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
 

D

DATASOURCE - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
dataSources - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
DATASOURCES - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
DEFAULT - Static variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
The DEFAULT library folder.
defaultLibBundleDir - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The default bundle dir for libraries.
defaultLibBundleDir - Variable in class org.apache.maven.plugin.ear.EarExecutionContext
 
description - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
description - Variable in class org.apache.maven.plugin.ear.EjbRef
 
description - Variable in class org.apache.maven.plugin.ear.EnvEntry
 
description - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Description of the application to be used when the application.xml file is auto-generated.
description - Variable in class org.apache.maven.plugin.ear.SecurityRole
 
DESCRIPTION - Static variable in class org.apache.maven.plugin.ear.EjbRef
 
DESCRIPTION - Static variable in class org.apache.maven.plugin.ear.EnvEntry
 
DESCRIPTION - Static variable in class org.apache.maven.plugin.ear.SecurityRole
 
descriptionId - Variable in class org.apache.maven.plugin.ear.SecurityRole
 
destinationFile - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
displayName - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
displayName - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Display name of the application to be used when the application.xml file is auto-generated.
DOCTYPE_1_3 - Static variable in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
DOCTYPE_3_2 - Static variable in class org.apache.maven.plugin.ear.JbossAppXmlWriter
 
DOCTYPE_4 - Static variable in class org.apache.maven.plugin.ear.JbossAppXmlWriter
 
DOCTYPE_4_2 - Static variable in class org.apache.maven.plugin.ear.JbossAppXmlWriter
 
DOCTYPE_5 - Static variable in class org.apache.maven.plugin.ear.JbossAppXmlWriter
 
doWriteElement(XMLWriter, String, String) - Method in class org.apache.maven.plugin.ear.EjbRef
 
doWriteElement(XMLWriter, String, String) - Method in class org.apache.maven.plugin.ear.EnvEntry
 
duplicateArtifactsBreakTheBuild - Variable in class org.apache.maven.plugin.ear.EarMojo
The list of artifacts is checked and if you set this to true the build will fail if duplicate artifacts have been found within the build configuration.

E

earExecutionContext - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
EarExecutionContext - Class in org.apache.maven.plugin.ear
Contains various runtime parameters used to customize the generated EAR file.
EarExecutionContext(MavenProject, String, String, JbossConfiguration, String, ArtifactTypeMappingService) - Constructor for class org.apache.maven.plugin.ear.EarExecutionContext
 
EarMavenArchiver - Class in org.apache.maven.plugin.ear.util
A custom MavenArchiver implementation that takes care of setting the right classpath value according to the actual path of bundled files.
EarMavenArchiver(List<EarModule>) - Constructor for class org.apache.maven.plugin.ear.util.EarMavenArchiver
Creates an instance with the ear modules that will be packaged in the EAR archive.
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
 
earModules - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 
earModules - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
earModules - Variable in class org.apache.maven.plugin.ear.util.EarMavenArchiver
 
earModules - Variable in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
 
EarMojo - Class in org.apache.maven.plugin.ear
Builds J2EE Enterprise 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
Create an instance.
EarPluginException(String) - Constructor for exception org.apache.maven.plugin.ear.EarPluginException
 
EarPluginException(String, Throwable) - Constructor for exception org.apache.maven.plugin.ear.EarPluginException
 
EarPluginException(Throwable) - Constructor for exception org.apache.maven.plugin.ear.EarPluginException
 
earSourceDirectory - Variable in class org.apache.maven.plugin.ear.EarMojo
Single directory for extra files to include in the EAR.
earSourceExcludes - Variable in class org.apache.maven.plugin.ear.EarMojo
The comma separated list of tokens to exclude from the EAR.
earSourceIncludes - Variable in class org.apache.maven.plugin.ear.EarMojo
The comma separated list of tokens to include in the EAR.
EJB_LOOKUP_NAME - Static variable in class org.apache.maven.plugin.ear.EjbRef
 
EJB_MODULE - Static variable in class org.apache.maven.plugin.ear.EjbModule
 
EJB_NAME - Static variable in class org.apache.maven.plugin.ear.EjbRef
 
EJB_REF - Static variable in class org.apache.maven.plugin.ear.EjbRef
 
EJB_TYPE - Static variable in class org.apache.maven.plugin.ear.EjbRef
 
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.
Create an instance.
Ejb3Module(Artifact) - Constructor for class org.apache.maven.plugin.ear.Ejb3Module
Deprecated.
Create an instance with artifact.
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
Create an instance.
EjbClientModule(Artifact, String) - Constructor for class org.apache.maven.plugin.ear.EjbClientModule
 
ejbEntries - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
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
Create an instance.
EjbModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.EjbModule
 
EjbRef - Class in org.apache.maven.plugin.ear
Representation of ejb-ref element in application.xml file.
EjbRef(String, String, String, String) - Constructor for class org.apache.maven.plugin.ear.EjbRef
 
ejbRefs - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
The ejb-ref entries.
EMPTY - Static variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
The empty folder.
encoding - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
Character encoding for the auto-generated deployment file(s).
encoding - Variable in class org.apache.maven.plugin.ear.AbstractXmlWriter
 
ENV_ENTRY - Static variable in class org.apache.maven.plugin.ear.EnvEntry
 
ENV_ENTRY_NAME - Static variable in class org.apache.maven.plugin.ear.EnvEntry
 
ENV_ENTRY_TYPE - Static variable in class org.apache.maven.plugin.ear.EnvEntry
 
ENV_ENTRY_VALUE - Static variable in class org.apache.maven.plugin.ear.EnvEntry
 
envEntries - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
envEntries - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
The env-entries to be added to the auto-generated application.xml file.
EnvEntry - Class in org.apache.maven.plugin.ear
The representation of a env-entry entry within an application.xml file.
EnvEntry(String, String, String, String) - Constructor for class org.apache.maven.plugin.ear.EnvEntry
 
eq(JavaEEVersion) - Method in class org.apache.maven.plugin.ear.util.JavaEEVersion
Specifies if this version is equal to the specified version.
escapedBackslashesInFilePath - Variable in class org.apache.maven.plugin.ear.EarMojo
To escape interpolated value with Windows path c:\foo\bar will be replaced with c:\\foo\\bar.
escapeString - Variable in class org.apache.maven.plugin.ear.EarMojo
Expression preceded with this String won't be interpolated \${foo} will be replaced with ${foo}.
excluded - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
excluded by default false.
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
existDuplicateArtifacts() - Method in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
You have to call ModuleIdentifierValidator.checkForDuplicateArtifacts() before otherwise you will get always false.

F

fileNameMapping - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The file name mapping to use for all dependencies included in the EAR file.
fileNameMapping - Variable in class org.apache.maven.plugin.ear.EarExecutionContext
 
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.
FileNameMappingFactory() - Constructor for class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
filtering - Variable in class org.apache.maven.plugin.ear.EarMojo
Specify that the EAR sources should be filtered.
filters - Variable in class org.apache.maven.plugin.ear.EarMojo
Filters (property files) to include during the interpolation of the pom.xml.
filterWrappers - Variable in class org.apache.maven.plugin.ear.EarMojo
 
finalName - Variable in class org.apache.maven.plugin.ear.EarMojo
The name of the EAR file to generate.
FIVE - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
Represents the JavaEE 5 version.
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 across groups.
FullFileNameMapping() - Constructor for class org.apache.maven.plugin.ear.output.FullFileNameMapping
 

G

ge(JavaEEVersion) - Method in class org.apache.maven.plugin.ear.util.JavaEEVersion
Specifies if this version is greater or equal to the specified version.
generateApplicationXml - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Whether the application.xml should be generated or not.
GenerateApplicationXmlMojo - Class in org.apache.maven.plugin.ear
Generates the EAR deployment descriptor file(s).
GenerateApplicationXmlMojo() - Constructor for class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
 
generateClassPathEntry(String) - Method in class org.apache.maven.plugin.ear.util.EarMavenArchiver
Generates the Class-Path entry of the manifest according to the list of ear modules.
generatedDescriptorLocation - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
Directory where the deployment descriptor file(s) will be auto-generated.
generateFileName(Artifact, boolean) - Method in class org.apache.maven.plugin.ear.output.AbstractFileNameMapping
Generates a standard file name for the specified Artifact.
generateJbossDeploymentDescriptor() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Generates the jboss deployment descriptor.
generateModuleId - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
generateModuleId - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Whether a module ID should be generated if none is specified.
generateStandardDeploymentDescriptor(JavaEEVersion) - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Generates the deployment descriptor.
getActualLibraryDirectory() - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Returns the value to use for the library-directory element, based on the library directory mode.
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.
getApplicationId() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
getApplicationName() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the application name (as per JavaEE 6).
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.
getConfigParserClass() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns the class loader's configuration parser class to include in the jboss-app.xml file.
getContextRoot() - Method in class org.apache.maven.plugin.ear.WebModule
Returns the context root to use for the web module.
getDataSources() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns the list of datasources to include in the jboss-app.xml file as services.
getDefaultContextRoot(Artifact) - Static method in class org.apache.maven.plugin.ear.WebModule
Generates a default context root for the given artifact, based on the artifactId.
getDefaultFileNameMapping() - Static method in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
getDefaultLibBundleDir() - Method in class org.apache.maven.plugin.ear.EarExecutionContext
 
getDescription() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the description.
getDescription() - Method in class org.apache.maven.plugin.ear.EjbRef
 
getDescription() - Method in class org.apache.maven.plugin.ear.EnvEntry
 
getDescription() - Method in class org.apache.maven.plugin.ear.SecurityRole
 
getDescriptionId() - Method in class org.apache.maven.plugin.ear.SecurityRole
 
getDestinationFile() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the name of the file to use to write application.xml to.
getDisplayName() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the display name.
getDuplicateArtifacts() - Method in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
 
getEarFile(String, String, String) - Static method in class org.apache.maven.plugin.ear.EarMojo
Returns the EAR file to generate, based on an optional classifier.
getEarFiles(File) - Method in class org.apache.maven.plugin.ear.EarMojo
Returns a list of filenames that should be copied over to the destination directory.
getEarModules() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the list of EarModule instances.
getEarModules() - Method in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
 
getEjbEntries() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the list of EjbRef.
getEncoding() - Method in class org.apache.maven.plugin.ear.AbstractXmlWriter
 
getEnvEntries() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the list of EnvEntry instances (as per JavaEE 6).
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) - Static 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.
getFilterWrappers() - Method in class org.apache.maven.plugin.ear.EarMojo
 
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.
getInitializeInOrder() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the value of the initialize in order parameter (as per JavaEE 6).
getInvalidVersion() - Method in exception org.apache.maven.plugin.ear.util.InvalidJavaEEVersion
 
getJarArchiver() - Method in class org.apache.maven.plugin.ear.EarMojo
Returns the JarArchiver implementation used to package the EAR file.
getJavaEEVersion(String) - Static method in class org.apache.maven.plugin.ear.util.JavaEEVersion
 
getJbossConfiguration() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getJmxName() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
The jmx-name element allows one to specify the JMX ObjectName to use for the MBean associated with the ear module.
getLibDir() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 
getLibDir() - Method in interface org.apache.maven.plugin.ear.EarModule
 
getLibDir() - Method in class org.apache.maven.plugin.ear.WebModule
getLibraryDirectory() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the library directory (as per JavaEE 5).
getLibraryDirectory() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns the library directory to include in the jboss-app.xml file.
getLoaderRepository() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
The loader-repository specifies the name of the UnifiedLoaderRepository MBean to use for the ear to provide ear level scoping of classes deployed in the ear.
getLoaderRepositoryClass() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns the class loader repository class to include in the jboss-app.xml file.
getLoaderRepositoryConfig() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns the class loader repository configuration to include in the jboss-app.xml file.
getLookupName() - Method in class org.apache.maven.plugin.ear.EjbRef
 
getManifest(MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugin.ear.util.EarMavenArchiver
getManifest(MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugin.ear.util.EarMavenArchiver
Deprecated. 
getModuleId() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
 
getModuleOrder() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
The module-order specifies the order in which the modules specified in the application.xml file gets loaded.
getModules() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getName() - Method in class org.apache.maven.plugin.ear.EjbRef
 
getName() - Method in class org.apache.maven.plugin.ear.EnvEntry
 
getOriginalBundleFileName() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Based on MEAR-189 we need to get back the original file name under any circumstances.
getPackagingExcludes() - Method in class org.apache.maven.plugin.ear.EarMojo
 
getPackagingIncludes() - Method in class org.apache.maven.plugin.ear.EarMojo
 
getProject() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getRoleId() - Method in class org.apache.maven.plugin.ear.SecurityRole
 
getRoleName() - Method in class org.apache.maven.plugin.ear.SecurityRole
 
getRoleNameId() - Method in class org.apache.maven.plugin.ear.SecurityRole
 
getSecurityDomain() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
The security-domain element specifies the JNDI name of the security manager that implements the EJBSecurityManager and RealmMapping for the domain.
getSecurityRoles() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
Returns the list of SecurityRole instances.
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.
getTempFolder() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
getType() - Method in class org.apache.maven.plugin.ear.AppClientModule
 
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.
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.EjbClientModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.EjbModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.EjbRef
 
getType() - Method in class org.apache.maven.plugin.ear.EnvEntry
 
getType() - Method in class org.apache.maven.plugin.ear.HarModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.JarModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.ParModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.RarModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.SarModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.WebModule
Returns the type associated to the module.
getType() - Method in class org.apache.maven.plugin.ear.WsrModule
Returns the type associated to the module.
getUnauthenticatedPrincipal() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
The unauthenticated-principal element specifies the name of the principal that will be returned by the EJBContext.getCallerPrincipal() method if there is no authenticated user.
getUniqueArtifact(String, String, String) - Method in class org.apache.maven.plugin.ear.util.ArtifactRepository
Returns the artifact with the specified parameters.
getUniqueArtifact(String, 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.
getUserSuppliedClassPathEntry(MavenArchiveConfiguration) - Method in class org.apache.maven.plugin.ear.util.EarMavenArchiver
 
getValue() - Method in class org.apache.maven.plugin.ear.EnvEntry
 
getVersion() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns the targeted version of JBoss.
getVersion() - Method in class org.apache.maven.plugin.ear.util.JavaEEVersion
Returns the version as a string.
getWorkDirectory() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
groupId - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
gt(JavaEEVersion) - Method in class org.apache.maven.plugin.ear.util.JavaEEVersion
Specifies if this version is greater than the specified version.

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
Create an instance.
HarModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.HarModule
 

I

ID_ATTRIBUTE - Static variable in class org.apache.maven.plugin.ear.SecurityRole
 
includeCustomManifestFile() - Method in class org.apache.maven.plugin.ear.EarMojo
 
includeInApplicationXml - Variable in class org.apache.maven.plugin.ear.JarModule
 
includeLibInApplicationXml - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
Should libraries be added in application.xml
index - Variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
 
init() - Method in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
 
initialize(MavenProject, String, String, JbossConfiguration, String, ArtifactTypeMappingService) - Method in class org.apache.maven.plugin.ear.EarExecutionContext
 
initializeInOrder - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
initializeInOrder - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Defines the value of the initialize in order element to be used when the application.xml file is auto-generated.
initializeJbossConfiguration() - Method in class org.apache.maven.plugin.ear.AbstractEarMojo
Initializes the JBoss configuration.
initializeRootElementFive(Writer) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
initializeRootElementOneDotFour(Writer) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
initializeRootElementOneDotThree(Writer) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
initializeRootElementSeven(Writer) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
initializeRootElementSix(Writer) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
initializeWriter(File) - Method in class org.apache.maven.plugin.ear.AbstractXmlWriter
 
initializeXmlWriter(Writer, String) - Method in class org.apache.maven.plugin.ear.AbstractXmlWriter
 
interpolate(Interpolator, String) - Method in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
This help method was needed otherwise the interpolate method of interpolator will make an empty string of a null element which results in supplemental elements for env-entry.
InvalidJavaEEVersion - Exception in org.apache.maven.plugin.ear.util
 
InvalidJavaEEVersion(String, String) - Constructor for exception org.apache.maven.plugin.ear.util.InvalidJavaEEVersion
 
invalidVersion - Variable in exception org.apache.maven.plugin.ear.util.InvalidJavaEEVersion
 
isArtifactRegistered(Artifact, List<EarModule>) - Static method in class org.apache.maven.plugin.ear.AbstractEarMojo
 
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
 
isJbossFive() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns true if the targeted JBoss version is 5.
isJbossFour() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns true if the targeted JBoss version is 4.
isJbossFourDotTwo() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns true if the targeted JBoss version is 4.2.
isJbossFourDotTwoOrHigher() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns true if the targeted JBoss version if 4.2 or higher (that is 4.2 or 5).
isJbossFourOrHigher() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns true if the targeted JBoss version if 4 or higher (that is 4, 4.2 or 5).
isJbossThreeDotTwo() - Method in class org.apache.maven.plugin.ear.JbossConfiguration
Returns true if the targeted JBoss version is 3.2.
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.
isValid(String) - Static method in class org.apache.maven.plugin.ear.util.JavaEEVersion
Checks if the specified version string is valid.

J

jarArchiver - Variable in class org.apache.maven.plugin.ear.EarMojo
The Jar archiver.
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
Create an instance.
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
The java module.
JavaEEVersion - Class in org.apache.maven.plugin.ear.util
Represents the supported JavaEE version.
JavaEEVersion(Integer, String) - Constructor for class org.apache.maven.plugin.ear.util.JavaEEVersion
 
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 #JarModule instead
JavaModule(Artifact, String, Boolean) - Constructor for class org.apache.maven.plugin.ear.JavaModule
Deprecated.
use JarModule instead
jboss - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The JBoss specific configuration.
JBOSS_APP_ELEMENT - Static variable in class org.apache.maven.plugin.ear.JbossAppXmlWriter
 
JbossAppXmlWriter - Class in org.apache.maven.plugin.ear
An XmlWriter based implementation used to generate a jboss-app.xml file
JbossAppXmlWriter(String) - Constructor for class org.apache.maven.plugin.ear.JbossAppXmlWriter
 
jbossConfiguration - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 
jbossConfiguration - Variable in class org.apache.maven.plugin.ear.EarExecutionContext
 
JbossConfiguration - Class in org.apache.maven.plugin.ear
The JBoss specific configuration, used to generate the jboss-app.xml deployment descriptor file
JbossConfiguration(String, String, String, String, String, String, List<String>, String, String, String, String) - Constructor for class org.apache.maven.plugin.ear.JbossConfiguration
 
JbossEarModule - Interface in org.apache.maven.plugin.ear
Represents a JBoss specific ear module.
jbossFive - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
jbossFour - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
jbossFourDotTwo - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
jbossThreeDotTwo - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
JMX_NAME - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
jmxName - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 

L

le(JavaEEVersion) - Method in class org.apache.maven.plugin.ear.util.JavaEEVersion
Specifies if this version is less or equal to the specified version.
LIBRARY_DIRECTORY - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
libraryDirectory - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
libraryDirectory - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
libraryDirectoryMode - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
Defines how the library-directory element should be written in the application.xml file.
LOADER_REPOSITORY - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
LOADER_REPOSITORY_CLASS_ATTRIBUTE - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
LOADER_REPOSITORY_CONFIG - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
loaderRepository - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
loaderRepositoryClass - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
loaderRepositoryConfig - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
lookupName - Variable in class org.apache.maven.plugin.ear.EjbRef
 
lt(JavaEEVersion) - Method in class org.apache.maven.plugin.ear.util.JavaEEVersion
Specifies if this version is less than the specified version.

M

mainArtifactId - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The id to use to define the main artifact (e.g.
mainArtifactId - Variable in class org.apache.maven.plugin.ear.util.ArtifactRepository
 
manifestFile - Variable in class org.apache.maven.plugin.ear.EarMojo
The location of the manifest file to be used within the EAR file.
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
Returns the file name of the specified artifact.
mapFileName(Artifact) - Method in class org.apache.maven.plugin.ear.output.NoVersionFileNameMapping
Returns the file name of the specified artifact.
mapFileName(Artifact) - Method in class org.apache.maven.plugin.ear.output.NoVersionForEjbFileNameMapping
Returns the file name of the specified artifact.
mapFileName(Artifact) - Method in class org.apache.maven.plugin.ear.output.StandardFileNameMapping
Returns the file name of the specified artifact.
MAPPING_ATTRIBUTE - Static variable in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
 
mavenFileFilter - Variable in class org.apache.maven.plugin.ear.EarMojo
 
mavenResourcesFiltering - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
 
mavenResourcesFiltering - Variable in class org.apache.maven.plugin.ear.EarMojo
 
META_INF - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The META-INF folder.
MODULE_ELEMENT - Static variable in class org.apache.maven.plugin.ear.AbstractEarModule
The module element.
MODULE_ELEMENT - Static variable in class org.apache.maven.plugin.ear.AbstractXmlWriter
 
MODULE_ORDER - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
moduleId - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
ModuleIdentifierValidator - Class in org.apache.maven.plugin.ear.util
This class will check the list of modules if there exist a duplicate artifactId.
ModuleIdentifierValidator(List<EarModule>) - Constructor for class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
 
moduleOrder - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
modules - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The ear modules configuration.

N

name - Variable in class org.apache.maven.plugin.ear.EjbRef
 
name - Variable in class org.apache.maven.plugin.ear.EnvEntry
 
newEarModule(Artifact, JavaEEVersion, String, Boolean, ArtifactTypeMappingService) - Static method in class org.apache.maven.plugin.ear.EarModuleFactory
Creates a new EarModule based on the specified Artifact and the specified execution configuration.
NO_VERSION_FILE_NAME_MAPPING - Static variable in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
NO_VERSION_FOR_EJB_FILE_NAME_MAPPING - Static variable in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
NONE - Static variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
The NONE not existent folder.
nonFilteredFileExtensions - Variable in class org.apache.maven.plugin.ear.EarMojo
A list of file extensions that should not be filtered if filtering is enabled.
NoVersionFileNameMapping - Class in org.apache.maven.plugin.ear.output
A simplified version of the standard file name mapping which does not retain the version in the generated file name.
NoVersionFileNameMapping() - Constructor for class org.apache.maven.plugin.ear.output.NoVersionFileNameMapping
 
NoVersionForEjbFileNameMapping - Class in org.apache.maven.plugin.ear.output
A more sophisticated file name mapping which retains the version only for library jars and leaves it out for for ejb-jars.
NoVersionForEjbFileNameMapping() - Constructor for class org.apache.maven.plugin.ear.output.NoVersionForEjbFileNameMapping
 

O

ONE_DOT_FOUR - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
Represents the J2EE 1.4 version.
ONE_DOT_THREE - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
Represents the J2EE 1.3 version.
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
 
outputDirectory - Variable in class org.apache.maven.plugin.ear.EarMojo
The directory for the generated EAR.

P

packagingExcludes - Variable in class org.apache.maven.plugin.ear.EarMojo
A comma separated list of tokens to exclude when packaging the EAR.
packagingIncludes - Variable in class org.apache.maven.plugin.ear.EarMojo
A comma separated list of tokens to include when packaging the EAR.
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
Create an instance.
ParModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.ParModule
 
project - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The maven project.
projectHelper - Variable in class org.apache.maven.plugin.ear.EarMojo
 

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
Create an instance.
RarModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.RarModule
 
resolveArtifact(Set<Artifact>) - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Resolves the Artifact represented by the module.
resolveArtifact(Set<Artifact>) - Method in interface org.apache.maven.plugin.ear.EarModule
Resolves the Artifact represented by the module.
resolveArtifact(Set<Artifact>) - Method in class org.apache.maven.plugin.ear.JarModule
Resolves the Artifact represented by the module.
resolveArtifact(Set<Artifact>) - Method in class org.apache.maven.plugin.ear.WebModule
Resolves the Artifact represented by the module.
result - Variable in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
 
ROLE_NAME - Static variable in class org.apache.maven.plugin.ear.SecurityRole
 
roleId - Variable in class org.apache.maven.plugin.ear.SecurityRole
 
roleName - Variable in class org.apache.maven.plugin.ear.SecurityRole
 
roleNameId - Variable in class org.apache.maven.plugin.ear.SecurityRole
 

S

SAR_MODULE - Static variable in class org.apache.maven.plugin.ear.SarModule
 
SarModule - Class in org.apache.maven.plugin.ear
 
SarModule() - Constructor for class org.apache.maven.plugin.ear.SarModule
Create an instance.
SarModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.SarModule
 
security - Variable in class org.apache.maven.plugin.ear.GenerateApplicationXmlMojo
The security-roles to be added to the auto-generated application.xml file.
SECURITY_DOMAIN - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
SECURITY_ROLE - Static variable in class org.apache.maven.plugin.ear.SecurityRole
 
securityDomain - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
SecurityRole - Class in org.apache.maven.plugin.ear
The representation of a security-role entry within an application.xml file.
SecurityRole(String, String, String, String, String) - Constructor for class org.apache.maven.plugin.ear.SecurityRole
 
securityRoles - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
serialVersionUID - Static variable in exception org.apache.maven.plugin.ear.EarPluginException
 
serialVersionUID - Static variable in exception org.apache.maven.plugin.ear.UnknownArtifactTypeException
 
serialVersionUID - Static variable in exception org.apache.maven.plugin.ear.util.InvalidJavaEEVersion
 
SERVICE_ELEMENT - Static variable in class org.apache.maven.plugin.ear.AbstractXmlWriter
 
session - Variable in class org.apache.maven.plugin.ear.EarMojo
 
setApplicationId(String) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
 
setApplicationXml(String) - Method in class org.apache.maven.plugin.ear.EarMojo
 
setEarExecutionContext(EarExecutionContext) - Method in class org.apache.maven.plugin.ear.AbstractEarModule
setEarExecutionContext(EarExecutionContext) - Method in interface org.apache.maven.plugin.ear.EarModule
 
setEarModules(List<EarModule>) - Method in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
 
setLibBundleDir(String) - Method in class org.apache.maven.plugin.ear.JarModule
 
setLookupName(String) - Method in class org.apache.maven.plugin.ear.EjbRef
 
setName(String) - Method in class org.apache.maven.plugin.ear.EjbRef
 
setPackagingExcludes(String) - Method in class org.apache.maven.plugin.ear.EarMojo
 
setPackagingIncludes(String) - Method in class org.apache.maven.plugin.ear.EarMojo
 
setType(String) - Method in class org.apache.maven.plugin.ear.EjbRef
 
setUri(String) - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Sets the URI of the module explicitly for testing purposes.
setUseBaseVersion(boolean) - Method in class org.apache.maven.plugin.ear.output.AbstractFileNameMapping
setUseBaseVersion(boolean) - Method in interface org.apache.maven.plugin.ear.output.FileNameMapping
 
SEVEN - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
Represents the JavaEE 7 version.
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.
SIX - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
Represents the JavaEE 6 version.
skinnyWars - Variable in class org.apache.maven.plugin.ear.EarMojo
Whether to create skinny WARs or not.
skipClassPathModification - Variable in class org.apache.maven.plugin.ear.EarMojo
In case of using the EarMojo.skinnyWars and AbstractEarMojo.defaultLibBundleDir usually the classpath will be modified.
STANDARD_ARTIFACT_TYPE - Static variable in class org.apache.maven.plugin.ear.EarModuleFactory
The list of artifact types.
STANDARD_FILE_NAME_MAPPING - Static variable in class org.apache.maven.plugin.ear.output.FileNameMappingFactory
 
StandardFileNameMapping - Class in org.apache.maven.plugin.ear.output
The standard file name mapping.
StandardFileNameMapping() - Constructor for class org.apache.maven.plugin.ear.output.StandardFileNameMapping
 
startModuleElement(XMLWriter, Boolean) - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Starts a new AbstractEarModule.MODULE_ELEMENT on the specified writer, possibly including an id attribute.

T

tempFolder - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
temp folder location.
toString() - Method in class org.apache.maven.plugin.ear.AbstractEarModule
toString() - Method in class org.apache.maven.plugin.ear.EnvEntry
 
toString() - Method in class org.apache.maven.plugin.ear.SecurityRole
 
type - Variable in class org.apache.maven.plugin.ear.EjbRef
 
type - Variable in class org.apache.maven.plugin.ear.EnvEntry
 
TYPE_ATTRIBUTE - Static variable in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
 
typeMappings - Variable in class org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
 

U

UNAUHTHENTICTED_PRINCIPAL - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
unauthenticatedPrincipal - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
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
Create an instance.
UnknownArtifactTypeException(String) - Constructor for exception org.apache.maven.plugin.ear.UnknownArtifactTypeException
 
unpack - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
unpack
unpack(File, File) - Method in class org.apache.maven.plugin.ear.EarMojo
Unpacks the module into the EAR structure.
unpackTypes - Variable in class org.apache.maven.plugin.ear.EarMojo
The comma separated list of artifact's type(s) to unpack by default.
uri - Variable in class org.apache.maven.plugin.ear.AbstractEarModule
 
useBaseVersion - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
When using a AbstractEarMojo.fileNameMapping with versions, either use the baseVersion or the version.
useBaseVersion - Variable in class org.apache.maven.plugin.ear.output.AbstractFileNameMapping
 
useJvmChmod - Variable in class org.apache.maven.plugin.ear.EarMojo
 
UTF_8 - Static variable in class org.apache.maven.plugin.ear.AbstractEarMojo
UTF-8 encoding constant.

V

value - Variable in class org.apache.maven.plugin.ear.EnvEntry
 
version - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
The version of the application.xml to generate.
version - Variable in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
version - Variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
version - Variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
 
VERSION - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
VERSION_1_3 - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
 
VERSION_1_4 - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
 
VERSION_3_2 - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
VERSION_4 - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
VERSION_4_2 - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
VERSION_5 - Static variable in class org.apache.maven.plugin.ear.JbossConfiguration
 
VERSION_5 - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
 
VERSION_6 - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
 
VERSION_7 - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
 
VERSION_MAP - Static variable in class org.apache.maven.plugin.ear.util.JavaEEVersion
 

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
Create an instance.
WebModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.WebModule
 
workDirectory - Variable in class org.apache.maven.plugin.ear.AbstractEarMojo
Directory that resources are copied to during the build.
write(File, JbossConfiguration, List<EarModule>) - Method in class org.apache.maven.plugin.ear.JbossAppXmlWriter
 
write(ApplicationXmlWriterContext) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
writeAltDeploymentDescriptor(XMLWriter, String) - Method in class org.apache.maven.plugin.ear.AbstractEarModule
Writes the alternative deployment descriptor if necessary.
writeApplicationName(String, XMLWriter) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
writeDescription(String, XMLWriter) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
writeDisplayName(String, XMLWriter) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
writeInitializeInOrder(Boolean, XMLWriter) - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriter
 
writeLibraryDirectory(String, XMLWriter) - 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
Create an instance.
WsrModule(Artifact) - Constructor for class org.apache.maven.plugin.ear.WsrModule
 

Z

zipArchiver - Variable in class org.apache.maven.plugin.ear.EarMojo
The Zip archiver.
zipUnArchiver - Variable in class org.apache.maven.plugin.ear.EarMojo
The Zip Un archiver.
A B C D E F G H I J L M N O P R S T U V W Z 
All Classes All Packages