public interface ArtifactDescriptor
Modifier and Type | Method and Description |
---|---|
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.
|
ArtifactKey getKey()
File getLocation()
ReactorProject getMavenProject()
String getClassifier()
Copyright © 2008–2024 Eclipse Foundation. All rights reserved.