Uses of Class
org.eclipse.equinox.p2.metadata.Version
Packages that use Version
Package
Description
Defines the metadata being handled by p2.
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Provides common classes for the query mechanism.
Defines artifact repository.
Defines SPI for registering new implementations of artifact repositories.
Defines SPI for registering new implementations of metadata repositories.
-
Uses of Version in org.eclipse.equinox.p2.metadata
Fields in org.eclipse.equinox.p2.metadata declared as VersionModifier and TypeFieldDescriptionstatic final VersionVersion.emptyVersionThe version that is semantically less then all other versions.static final VersionVersion.MAX_VERSIONThe version that is semantically greater then all other versions.Methods in org.eclipse.equinox.p2.metadata that return VersionModifier and TypeMethodDescriptionstatic VersionParses a version identifier from the specified string.static VersionVersion.createOSGi(int major, int minor, int micro) Creates an OSGi version identifier from the specified numerical components.static VersionVersion.createOSGi(int major, int minor, int micro, String qualifier) Creates an OSGi version identifier from the specified components.VersionRange.getMaximum()Returns the maximum Version of this VersionRangeVersionRange.getMinimum()Returns the minimum Version of this VersionRangeIArtifactKey.getVersion()Returns the version for this artifact key.IProvidedCapability.getVersion()ITouchpointType.getVersion()IVersionedId.getVersion()Returns the version portion of this versioned id.MetadataFactory.InstallableUnitDescription.getVersion()Return the versiono on this installable unit description.VersionedId.getVersion()Parse the given version string.static VersionVersion.parseVersion(String version) Parses a version identifier from the specified string.Methods in org.eclipse.equinox.p2.metadata with parameters of type VersionModifier and TypeMethodDescriptionstatic IProvidedCapabilityMetadataFactory.createProvidedCapability(String namespace, String name, Version version) Returns aIProvidedCapabilitywith the given values.static ITouchpointTypeMetadataFactory.createTouchpointType(String id, Version version) Returns aTouchpointTypewith the given id and version.booleanVersionRange.isIncluded(Version version) Returns whether the given version is included in this VersionRange.voidMetadataFactory.InstallableUnitDescription.setVersion(Version newVersion) Set the version of this installable unit.Constructors in org.eclipse.equinox.p2.metadata with parameters of type VersionModifierConstructorDescriptionVersionedId(String id, Version version) Creates a new versioned id with the given id and version.VersionRange(Version minVersion, boolean includeMin, Version maxVersion, boolean includeMax) Constructs a VersionRange with the specified minVersion and maxVersion. -
Uses of Version in org.eclipse.equinox.p2.operations
Methods in org.eclipse.equinox.p2.operations that return VersionModifier and TypeMethodDescriptionRemedyIUDetail.getBeingInstalledVersion()RemedyIUDetail.getInstalledVersion()RemedyIUDetail.getRequestedVersion()Methods in org.eclipse.equinox.p2.operations with parameters of type VersionModifier and TypeMethodDescriptionvoidRemedyIUDetail.setBeingInstalledVersion(Version beingInstalledVersion) voidRemedyIUDetail.setInstalledVersion(Version installedVersion) voidRemedyIUDetail.setRequestedVersion(Version requestedVersion) -
Uses of Version in org.eclipse.equinox.p2.query
Methods in org.eclipse.equinox.p2.query with parameters of type VersionModifier and TypeMethodDescriptionstatic IQuery<IInstallableUnit> QueryUtil.createIUQuery(String id, Version version) Creates a query that will match anyIInstallableUnitwith the given id and version. -
Uses of Version in org.eclipse.equinox.p2.repository.artifact
Methods in org.eclipse.equinox.p2.repository.artifact with parameters of type VersionModifier and TypeMethodDescriptionIArtifactRepository.createArtifactKey(String classifier, String id, Version version) Create an instance ofIArtifactKey -
Uses of Version in org.eclipse.equinox.p2.repository.artifact.spi
Methods in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type VersionModifier and TypeMethodDescriptionAbstractArtifactRepository.createArtifactKey(String classifier, String id, Version version) -
Uses of Version in org.eclipse.equinox.p2.repository.metadata.spi
Fields in org.eclipse.equinox.p2.repository.metadata.spi declared as Version