- AbstractEarModule - Class in org.apache.maven.plugin.ear
-
- 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
-
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugin.ear.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- 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
-
- 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.
- 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
-
- 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(Throwable) - Constructor for exception org.apache.maven.plugin.ear.EarPluginException
-
- EarPluginException(String, 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.
- Ejb3Module - Class in org.apache.maven.plugin.ear
-
- 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.
- 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
-
- 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
- execute() - Method in class org.apache.maven.plugin.ear.HelpMojo
- existDuplicateArtifacts() - Method in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
-
- 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
-
- getEarModules() - Method in class org.apache.maven.plugin.ear.util.ModuleIdentifierValidator
-
- getEjbEntries() - Method in class org.apache.maven.plugin.ear.ApplicationXmlWriterContext
-
- 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.
- getIndentLevel(String) - Static method in class org.apache.maven.plugin.ear.HelpMojo
-
Gets the indentation level of the specified line.
- 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(MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugin.ear.util.EarMavenArchiver
-
Deprecated.
- getManifest(MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugin.ear.util.EarMavenArchiver
- 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
-
- getPropertyFromExpression(String) - Method in class org.apache.maven.plugin.ear.HelpMojo
-
- 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
-
- getSingleChild(Node, String) - Method in class org.apache.maven.plugin.ear.HelpMojo
-
- 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, 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.
- getUserSuppliedClassPathEntry(MavenArchiveConfiguration) - Method in class org.apache.maven.plugin.ear.util.EarMavenArchiver
-
- getValue() - Method in class org.apache.maven.plugin.ear.EnvEntry
-
- getValue(Node, String) - Method in class org.apache.maven.plugin.ear.HelpMojo
-
- 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
-
- goal - Variable in class org.apache.maven.plugin.ear.HelpMojo
-
The name of the goal for which to show help.
- 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.
- 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
- indentSize - Variable in class org.apache.maven.plugin.ear.HelpMojo
-
The number of spaces per indentation level, should be positive.
- 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
-
- isNotEmpty(String) - Static method in class org.apache.maven.plugin.ear.HelpMojo
-
- 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.