org.codehaus.mojo.dependency
public class ArtifactItem extends Object
| Method Summary | |
|---|---|
| String | getArtifactId() |
| String | getClassifier() |
| String | getDestFileName() |
| String | getGroupId() |
| File | getOutputDirectory() |
| String | getType() |
| String | getVersion() |
| void | setArtifactId(String artifact) |
| void | setClassifier(String classifier) |
| void | setDestFileName(String destFileName) |
| void | setGroupId(String groupId) |
| void | setOutputDirectory(File outputDirectory) |
| void | setType(String type) |
| void | setVersion(String version) |
| String | toString() |
Returns: Returns the artifactId.
Returns: Classifier.
Returns: Returns the location.
Returns: Returns the groupId.
Returns: Returns the location.
Returns: Returns the type.
Returns: Returns the version.
Parameters: artifactId The artifactId to set.
Parameters: classifier Classifier.
Parameters: destFileName The destFileName to set.
Parameters: groupId The groupId to set.
Parameters: location The location to set.
Parameters: type The type to set.
Parameters: version The version to set.