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, java.lang.String defaultLibBundleDir, java.lang.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, java.lang.String mainArtifactId, java.lang.String defaultLibBundleDir, org.apache.maven.plugin.ear.JbossConfiguration jbossConfiguration, java.lang.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(java.util.Set<org.apache.maven.artifact.Artifact> artifacts, java.lang.String mainArtifactId, ArtifactTypeMappingService artifactTypeMappingService)
          Creates a new repository wih the specified artifacts.
 



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