public class Artifact extends Object
Artifact class.
Constructor and Description |
---|
Artifact() |
Modifier and Type | Method and Description |
---|---|
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 . |
public void setFile(File localFile)
Setter for the field file
.
localFile
- a File
object.public void setType(String type)
Setter for the field type
.
type
- a String
object.public void setClassifier(String classifier)
Setter for the field classifier
.
classifier
- a String
object.Copyright © 2005–2016 MojoHaus. All rights reserved.