public interface ArtifactDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassifier()
Maven artifact classifier.
|
java.util.Set<java.lang.Object> |
getInstallableUnits()
P2 metadata describing the project
|
ArtifactKey |
getKey()
Eclipse/OSGi artifact key (a.k.a.
|
java.io.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.
|
ArtifactKey getKey()
java.io.File getLocation()
ReactorProject getMavenProject()
java.lang.String getClassifier()
java.util.Set<java.lang.Object> getInstallableUnits()