org.apache.maven.dotnet.embedder
Interface Artifact

All Known Implementing Classes:
ArtifactImpl

public interface Artifact

Provides web services for obtaining artifact information.

Author:
Shane Isbell

Field Summary
static java.lang.String ROLE
          Role used to register component implementations with the container.
 
Method Summary
 java.lang.String getArtifactId()
          Returns the artifact id of the artifact.
 java.lang.String getGroupId()
          Returns the group id of the artifact.
 java.lang.String getPomPath()
           
 java.lang.String getVersion()
          Returns the version of the artfact.
 

Field Detail

ROLE

static final java.lang.String ROLE
Role used to register component implementations with the container.

Method Detail

getPomPath

java.lang.String getPomPath()

getGroupId

java.lang.String getGroupId()
Returns the group id of the artifact.

Returns:
the group id of the artifact

getArtifactId

java.lang.String getArtifactId()
Returns the artifact id of the artifact.

Returns:
the artifact id of the artifact

getVersion

java.lang.String getVersion()
Returns the version of the artfact.

Returns:
the version of the artifact


Copyright © 2007 NMaven. All Rights Reserved.