public class Artifact
extends java.lang.Object
Artifact class.
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
classifier |
private java.io.File |
file |
private java.lang.String |
type |
| Constructor and Description |
|---|
Artifact() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassifier()
Getter for the field
classifier. |
java.io.File |
getFile()
Getter for the field
file. |
java.lang.String |
getType()
Getter for the field
type. |
void |
setClassifier(java.lang.String classifier)
Setter for the field
classifier. |
void |
setFile(java.io.File localFile)
Setter for the field
file. |
void |
setType(java.lang.String type)
Setter for the field
type. |
private java.io.File file
private java.lang.String type
private java.lang.String classifier
public void setFile(java.io.File localFile)
Setter for the field file.
localFile - a File object.public java.io.File getFile()
Getter for the field file.
File object.public void setType(java.lang.String type)
Setter for the field type.
type - a String object.public java.lang.String getType()
Getter for the field type.
String object.public void setClassifier(java.lang.String classifier)
Setter for the field classifier.
classifier - a String object.public java.lang.String getClassifier()
Getter for the field classifier.
String object.