com.sun.enterprise.build
Class ArtifactInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactInfo
public ArtifactInfo()
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.