public class Artifact
extends java.lang.Object
Artifact class.
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 . |
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.Copyright © 2005-2013. All Rights Reserved.