org.codehaus.mojo.buildhelper
Class Artifact

java.lang.Object
  extended by org.codehaus.mojo.buildhelper.Artifact

public class Artifact
extends Object

Author:
dtran

Constructor Summary
Artifact()
           
 
Method Summary
 String getClassifier()
           
 File getFile()
           
 String getType()
           
 void setClassifier(String classifier)
           
 void setFile(File localFile)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Artifact

public Artifact()
Method Detail

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.