com.sun.enterprise.build
Class ArtifactInfo

java.lang.Object
  extended by com.sun.enterprise.build.ArtifactInfo

public class ArtifactInfo
extends Object

Represents the configuration for Artifact.

Ideally I should be able to let Maven fill in a real Artifact for me, but couldn't figure out how to make that work.

Author:
Kohsuke Kawaguchi

Constructor Summary
ArtifactInfo()
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setVersion(String version)
           
 org.apache.maven.artifact.Artifact toArtifact(org.apache.maven.artifact.factory.ArtifactFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactInfo

public ArtifactInfo()
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

toArtifact

public org.apache.maven.artifact.Artifact toArtifact(org.apache.maven.artifact.factory.ArtifactFactory factory)


Copyright © 2011 GlassFish Community. All Rights Reserved.