|
|||||||||
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 | |
---|---|
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 . |
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(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |