Package | Description |
---|---|
org.opends.server.tools.upgrade |
Defines the specific classes that are used by the upgrade tool.
|
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.
|
Constructor and Description |
---|
UpgradeContext(BuildVersion fromVersion,
BuildVersion toVersion,
CallbackHandler handler)
Constructor for the upgrade context.
|
Modifier and Type | Method and Description |
---|---|
static BuildVersion |
BuildVersion.binaryVersion()
Returns the build version as specified by the dynamic constants.
|
static BuildVersion |
BuildVersion.instanceVersion()
Reads the instance version from config/buildinfo.
|
static BuildVersion |
BuildVersion.valueOf(String s)
Parses the string argument as a build version.
|
Modifier and Type | Method and Description |
---|---|
int |
BuildVersion.compareTo(BuildVersion version) |
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.