Package org.eclipse.tycho.p2.metadata
Interface IP2Artifact
-
- All Known Implementing Classes:
P2Artifact
public interface IP2Artifact
Encapsulates an artifact, i.e. a File, and associated p2 metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getArtifactDescriptor()
java.util.Set<java.lang.Object>
getInstallableUnits()
java.io.File
getLocation()
-