public interface IArtifactFacade
Artifact
or MavenProject
. Needed to generate p2 metadata P2Generator
for both reactor projects and
binary artifacts. For eclipse-plugin reactor projects, also carries information about the
corresponding eclipse source bundle.Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
File |
getLocation() |
String |
getPackagingType() |
String |
getVersion() |
Copyright © 2008–2013 Eclipse Foundation. All rights reserved.