Package | Description |
---|---|
org.jivesoftware.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
Version.ReleaseStatus |
Version.getStatus()
Returns the release status of this product.
|
static Version.ReleaseStatus |
Version.ReleaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version.ReleaseStatus[] |
Version.ReleaseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Version(int major,
int minor,
int micro,
Version.ReleaseStatus status,
int statusVersion)
Create a new version information object.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.