Uses of Class
org.apache.maven.plugin.ear.util.ArtifactTypeMappingService

Packages that use ArtifactTypeMappingService
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
static EarModule EarModuleFactory.newEarModule(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, String defaultLibBundleDir, Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService)
          Creates a new EarModule based on the specified Artifact and the specified execution configuration.
 

Constructors in org.apache.maven.plugin.ear with parameters of type ArtifactTypeMappingService
EarExecutionContext(org.apache.maven.project.MavenProject project, String mainArtifactId, String defaultLibBundleDir, org.apache.maven.plugin.ear.JbossConfiguration jbossConfiguration, String fileNameMappingName, ArtifactTypeMappingService typeMappingService)
           
 

Uses of ArtifactTypeMappingService in org.apache.maven.plugin.ear.util
 

Constructors in org.apache.maven.plugin.ear.util with parameters of type ArtifactTypeMappingService
ArtifactRepository(Set<org.apache.maven.artifact.Artifact> artifacts, String mainArtifactId, ArtifactTypeMappingService artifactTypeMappingService)
          Creates a new repository wih the specified artifacts.
 



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