Package org.codehaus.mojo.buildhelper
Class Artifact
- java.lang.Object
-
- 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
Constructors Constructor Description Artifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassifier()
Getter for the fieldclassifier
.File
getFile()
Getter for the fieldfile
.String
getType()
Getter for the fieldtype
.void
setClassifier(String classifier)
Setter for the fieldclassifier
.void
setFile(File localFile)
Setter for the fieldfile
.void
setType(String type)
Setter for the fieldtype
.
-
-
-
Method Detail
-
setFile
public void setFile(File localFile)
Setter for the field
file
.- Parameters:
localFile
- aFile
object.
-
setType
public void setType(String type)
Setter for the field
type
.- Parameters:
type
- aString
object.
-
setClassifier
public void setClassifier(String classifier)
Setter for the field
classifier
.- Parameters:
classifier
- aString
object.
-
-