org.apache.maven.project.artifact
public class AttachedArtifact extends DefaultArtifact
| Constructor Summary | |
|---|---|
| AttachedArtifact(Artifact parent, String type, String classifier, ArtifactHandler artifactHandler) | |
| AttachedArtifact(Artifact parent, String type, ArtifactHandler artifactHandler) | |
| Method Summary | |
|---|---|
| void | addMetadata(ArtifactMetadata metadata) |
| List | getAvailableVersions() |
| String | getBaseVersion() |
| String | getDownloadUrl() |
| Collection | getMetadataList() |
| ArtifactRepository | getRepository() |
| String | getScope() |
| String | getVersion() |
| VersionRange | getVersionRange() |
| boolean | isRelease() |
| boolean | isSnapshot() |
| void | setArtifactId(String artifactId) |
| void | setAvailableVersions(List availableVersions) |
| void | setBaseVersion(String baseVersion) |
| void | setDownloadUrl(String downloadUrl) |
| void | setGroupId(String groupId) |
| void | setRelease(boolean release) |
| void | setRepository(ArtifactRepository repository) |
| void | setScope(String scope) |
| void | setVersion(String version) |
| void | setVersionRange(VersionRange range) |