|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.ArtifactType
Provides mapping between artifact types and an extension associated with these types.
Field Summary | |
static ArtifactType |
ASPECT
Reusable AspectJ aspect mapping. |
static ArtifactType |
EJB
EJB artifact mapping. |
static ArtifactType |
PLUGIN
Plugin artifact mapping. |
Method Summary | |
static ArtifactType |
findType(java.lang.String type)
Factory to return the correct ArtifactType object. |
java.lang.String |
getExtension()
|
java.lang.String |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ArtifactType EJB
public static final ArtifactType PLUGIN
public static final ArtifactType ASPECT
Method Detail |
public java.lang.String getType()
public java.lang.String getExtension()
public static ArtifactType findType(java.lang.String type)
ArtifactType
object.
type
- the artifact type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |