Uses of Class
org.apache.maven.plugin.ear.util.ArtifactTypeMappingService
-
Packages that use ArtifactTypeMappingService Package Description org.apache.maven.plugin.ear org.apache.maven.plugin.ear.util -
-
Uses of ArtifactTypeMappingService in org.apache.maven.plugin.ear
Methods in org.apache.maven.plugin.ear with parameters of type ArtifactTypeMappingService Modifier and Type Method Description private voidEarExecutionContext. initialize(org.apache.maven.project.MavenProject project, java.lang.String mainArtifactId, java.lang.String defaultLibBundleDir, JbossConfiguration jbossConfiguration, java.lang.String fileNameMappingName, ArtifactTypeMappingService typeMappingService)static EarModuleEarModuleFactory. newEarModule(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, java.lang.String defaultLibBundleDir, java.lang.Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService)Creates a newEarModulebased on the specifiedArtifactand the specified execution configuration.Constructors in org.apache.maven.plugin.ear with parameters of type ArtifactTypeMappingService Constructor Description EarExecutionContext(org.apache.maven.project.MavenProject project, java.lang.String mainArtifactId, java.lang.String defaultLibBundleDir, JbossConfiguration jbossConfiguration, java.lang.String fileNameMappingName, ArtifactTypeMappingService typeMappingService) -
Uses of ArtifactTypeMappingService in org.apache.maven.plugin.ear.util
Fields in org.apache.maven.plugin.ear.util declared as ArtifactTypeMappingService Modifier and Type Field Description private ArtifactTypeMappingServiceArtifactRepository. artifactTypeMappingServiceConstructors in org.apache.maven.plugin.ear.util with parameters of type ArtifactTypeMappingService Constructor Description ArtifactRepository(java.util.Set<org.apache.maven.artifact.Artifact> artifacts, java.lang.String mainArtifactId, ArtifactTypeMappingService artifactTypeMappingService)Creates a new repository wih the specified artifacts.
-