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 Version
Version. create(java.lang.Integer... components)
Creates a new version from components.Version
VersionRange. getCeiling()
Version
VersionRange. getFloor()
static Version
Version. 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 int
Version. compareTo(Version that)
boolean
VersionRange. 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 Version
FrameworkUtil. getFrameworkVersion()
Returns the version of the framework.
-