Uses of Class
org.identityconnectors.common.Version
-
Packages that use Version Package Description org.identityconnectors.common Common utilities for all Connectors.org.identityconnectors.framework.common -
-
Uses of Version in org.identityconnectors.common
Methods in org.identityconnectors.common that return Version Modifier and Type Method Description static VersionVersion. create(java.lang.Integer... components)Creates a new version from components.VersionVersionRange. getCeiling()VersionVersionRange. getFloor()static VersionVersion. parse(java.lang.String version)Parses the passed version string.Methods in org.identityconnectors.common with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version that)booleanVersionRange. isInRange(Version version)Constructors in org.identityconnectors.common with parameters of type Version Constructor Description VersionRange(Version low, boolean isLowInclusive, Version high, boolean isHighInclusive) -
Uses of Version in org.identityconnectors.framework.common
Methods in org.identityconnectors.framework.common that return Version Modifier and Type Method Description static VersionFrameworkUtil. getFrameworkVersion()Returns the version of the framework.
-