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 VersionCreates a new version from components.VersionRange.getCeiling()Return the highest version supported by the range.VersionRange.getFloor()Return the lowest version supported by this range.static VersionParses the passed version string.Methods in org.identityconnectors.common with parameters of type VersionModifier and TypeMethodDescriptionintbooleanReturn whether a given version is covered by this range.Constructors in org.identityconnectors.common with parameters of type VersionModifierConstructorDescriptionVersionRange(Version low, boolean isLowInclusive, Version high, boolean isHighInclusive) Construct a version range from components. -
Uses of Version in org.identityconnectors.framework.common
Methods in org.identityconnectors.framework.common that return VersionModifier and TypeMethodDescriptionstatic VersionFrameworkUtil.getFrameworkVersion()Returns the version of the framework.