Package | Description |
---|---|
org.identityconnectors.common |
Common utilities for all Connectors.
|
org.identityconnectors.framework.common | |
org.identityconnectors.framework.impl.api.osgi.internal |
Modifier and Type | Method and Description |
---|---|
static Version |
Version.create(Integer... components)
Creates a new version from components.
|
Version |
VersionRange.getCeiling() |
Version |
VersionRange.getFloor() |
static Version |
Version.parse(String version)
Parses the passed version string.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version that) |
boolean |
VersionRange.isInRange(Version version) |
Constructor and Description |
---|
VersionRange(Version low,
boolean isLowInclusive,
Version high,
boolean isHighInclusive) |
Modifier and Type | Method and Description |
---|---|
static Version |
FrameworkUtil.getFrameworkVersion()
Returns the version of the framework.
|
Constructor and Description |
---|
ConnectorManifestScanner(Version version) |
Copyright © 2022. All rights reserved.