org.apache.maven.dotnet.embedder.impl
Class ArtifactImpl

java.lang.Object
  extended by org.apache.maven.dotnet.embedder.impl.ArtifactImpl
All Implemented Interfaces:
Artifact

public class ArtifactImpl
extends java.lang.Object
implements Artifact

Provides an implementation of artifact.

Author:
Shane Isbell

Field Summary
 
Fields inherited from interface org.apache.maven.dotnet.embedder.Artifact
ROLE
 
Constructor Summary
ArtifactImpl()
          Constructor.
 
Method Summary
 java.lang.String getArtifactId()
          Returns the artifact id of the artifact.
 java.lang.String getGroupId()
          Returns the group id of the artifact.
 org.apache.maven.model.Model getModel()
           
 java.lang.String getPomPath()
           
 java.lang.String getVersion()
          Returns the version of the artfact.
 void setArtifactId(java.lang.String artifactId)
           
 void setGroupId(java.lang.String groupId)
           
 void setModel(org.apache.maven.model.Model model)
           
 void setPomPath(java.lang.String pomPath)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactImpl

public ArtifactImpl()
Constructor. This method is intended to by invoked by xfire, not by the application developer.

Method Detail

getPomPath

public java.lang.String getPomPath()
Specified by:
getPomPath in interface Artifact

setPomPath

public void setPomPath(java.lang.String pomPath)

getGroupId

public java.lang.String getGroupId()
Description copied from interface: Artifact
Returns the group id of the artifact.

Specified by:
getGroupId in interface Artifact
Returns:
the group id of the artifact

setGroupId

public void setGroupId(java.lang.String groupId)

getArtifactId

public java.lang.String getArtifactId()
Description copied from interface: Artifact
Returns the artifact id of the artifact.

Specified by:
getArtifactId in interface Artifact
Returns:
the artifact id of the artifact

setArtifactId

public void setArtifactId(java.lang.String artifactId)

getVersion

public java.lang.String getVersion()
Description copied from interface: Artifact
Returns the version of the artfact.

Specified by:
getVersion in interface Artifact
Returns:
the version of the artifact

setVersion

public void setVersion(java.lang.String version)

getModel

public org.apache.maven.model.Model getModel()

setModel

public void setModel(org.apache.maven.model.Model model)


Copyright © 2007 NMaven. All Rights Reserved.