public class DefaultArtifactDescriptor extends Object implements ArtifactDescriptor
Constructor and Description |
---|
DefaultArtifactDescriptor(ArtifactKey key,
File location,
ReactorProject project,
String classifier,
Set<Object> installableUnits) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClassifier()
Maven artifact classifier.
|
Set<Object> |
getInstallableUnits()
P2 metadata describing the project
|
ArtifactKey |
getKey()
Eclipse/OSGi artifact key (a.k.a.
|
File |
getLocation()
Artifact location on local filesystem
|
ReactorProject |
getMavenProject()
ReactorProject corresponding to the artifact or null if the artifact does not come from a
reactor project.
|
int |
hashCode() |
String |
toString() |
public DefaultArtifactDescriptor(ArtifactKey key, File location, ReactorProject project, String classifier, Set<Object> installableUnits)
public ArtifactKey getKey()
ArtifactDescriptor
getKey
in interface ArtifactDescriptor
public File getLocation()
ArtifactDescriptor
getLocation
in interface ArtifactDescriptor
public ReactorProject getMavenProject()
ArtifactDescriptor
getMavenProject
in interface ArtifactDescriptor
public String getClassifier()
ArtifactDescriptor
getClassifier
in interface ArtifactDescriptor
public Set<Object> getInstallableUnits()
ArtifactDescriptor
getInstallableUnits
in interface ArtifactDescriptor
Copyright © 2008–2024 Eclipse Foundation. All rights reserved.