org.codehaus.mojo.buildhelper
Class Artifact
java.lang.Object
org.codehaus.mojo.buildhelper.Artifact
public class Artifact
- extends Object
- Author:
- dtran
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Artifact
public Artifact()
setFile
public void setFile(File localFile)
getFile
public File getFile()
setType
public void setType(String type)
getType
public String getType()
setClassifier
public void setClassifier(String classifier)
getClassifier
public String getClassifier()
Copyright © 2005-2011 Codehaus. All Rights Reserved.