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()VersionRange.getFloor()static VersionParses the passed version string.Methods in org.identityconnectors.common with parameters of type VersionModifier and TypeMethodDescriptionintbooleanConstructors 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 VersionFrameworkUtil.getFrameworkVersion()Returns the version of the framework.