org.codehaus.mojo.buildhelper
Class Artifact

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

public class Artifact
extends Object

Artifact class.

Version:
$Id: Artifact.java 14209 2011-06-21 21:49:10Z rfscholte $
Author:
dtran

Constructor Summary
Artifact()
           
 
Method Summary
 String getClassifier()
          Getter for the field classifier.
 File getFile()
          Getter for the field file.
 String getType()
          Getter for the field type.
 void setClassifier(String classifier)
          Setter for the field classifier.
 void setFile(File localFile)
          Setter for the field file.
 void setType(String type)
          Setter for the field 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)

Setter for the field file.

Parameters:
localFile - a File object.

getFile

public File getFile()

Getter for the field file.

Returns:
a File object.

setType

public void setType(String type)

Setter for the field type.

Parameters:
type - a String object.

getType

public String getType()

Getter for the field type.

Returns:
a String object.

setClassifier

public void setClassifier(String classifier)

Setter for the field classifier.

Parameters:
classifier - a String object.

getClassifier

public String getClassifier()

Getter for the field classifier.

Returns:
a String object.


Copyright © 2005-2014 Codehaus. All Rights Reserved.