|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.buildhelper.Artifact
public class Artifact
Artifact class.
| 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 |
|---|
public Artifact()
| Method Detail |
|---|
public void setFile(File localFile)
Setter for the field file.
localFile - a File object.public File getFile()
Getter for the field file.
File object.public void setType(String type)
Setter for the field type.
type - a String object.public String getType()
Getter for the field type.
String object.public void setClassifier(String classifier)
Setter for the field classifier.
classifier - a String object.public String getClassifier()
Getter for the field classifier.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||