Package | Description |
---|---|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and
methods which may be used throughout the server but do not necessarily fit in
elsewhere.
|
Modifier and Type | Method and Description |
---|---|
static List<VersionCompatibilityIssue> |
VersionCompatibilityIssue.getAllEvents()
Gets the list of all registered issues.
|
static List<VersionCompatibilityIssue> |
VersionCompatibilityIssue.getEvents(BuildVersion from)
Returns events that have happened in between the SVN revision numbers
of two different builds.
|
static List<VersionCompatibilityIssue> |
VersionCompatibilityIssue.getEvents(Collection<Integer> excludeIds,
BuildInformation current,
BuildInformation neu)
Gets the list of all registered issues excluding the
issues specified by
excludeIds . |
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.