Uses of Class
org.identityconnectors.common.Version
Packages that use Version
Package
Description
Common utilities for all Connectors.
-
Uses of Version in org.identityconnectors.common
Methods in org.identityconnectors.common that return VersionModifier and TypeMethodDescriptionstatic Version
Creates a new version from components.VersionRange.getCeiling()
VersionRange.getFloor()
static Version
Parses the passed version string.Methods in org.identityconnectors.common with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
Constructors in org.identityconnectors.common with parameters of type VersionModifierConstructorDescriptionVersionRange
(Version low, boolean isLowInclusive, Version high, boolean isHighInclusive) -
Uses of Version in org.identityconnectors.framework.common
Methods in org.identityconnectors.framework.common that return VersionModifier and TypeMethodDescriptionstatic Version
FrameworkUtil.getFrameworkVersion()
Returns the version of the framework. -
Uses of Version in org.identityconnectors.framework.impl.api.osgi.internal
Constructors in org.identityconnectors.framework.impl.api.osgi.internal with parameters of type Version