Package org.eclipse.equinox.p2.metadata
Interface IVersionedId
-
- All Known Subinterfaces:
IArtifactKey,IInstallableUnit,IInstallableUnitFragment,IInstallableUnitPatch
- All Known Implementing Classes:
VersionedId
public interface IVersionedIdAn interface representing a (id,version) pair.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the id portion of this versioned id.VersiongetVersion()Returns the version portion of this versioned id.
-