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 |
---|---|
java.lang.String |
getArtifactId() |
java.lang.String |
getClassifier() |
java.lang.String |
getGroupId() |
java.io.File |
getLocation() |
java.lang.String |
getPackagingType() |
java.lang.String |
getVersion() |