Uses of Class
org.apache.maven.project.ArtifactType

Packages that use ArtifactType
org.apache.maven.project Classes used in the Maven Project Object Model 
 

Uses of ArtifactType in org.apache.maven.project
 

Fields in org.apache.maven.project declared as ArtifactType
static ArtifactType ArtifactType.EJB
          EJB artifact mapping.
static ArtifactType ArtifactType.PLUGIN
          Plugin artifact mapping.
static ArtifactType ArtifactType.ASPECT
          Reusable AspectJ aspect mapping.
 

Methods in org.apache.maven.project that return ArtifactType
static ArtifactType ArtifactType.findType(java.lang.String type)
          Factory to return the correct ArtifactType object.
 



Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.