public final class VersionUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEVELOPMENT |
static String |
ERROR |
static String |
SNAPSHOT |
| Modifier and Type | Method and Description |
|---|---|
static String |
getVersion() |
static Object[] |
getVersionParts()
Returns an Object array of length four, where the first three elements are Integers
representing each of the version parts and the last, fourth, element is a String that
is either null, for releases, or "SNAPSHOT", for snapshots.
|
public static final String SNAPSHOT
public static final String DEVELOPMENT
public static final String ERROR
public static String getVersion()
public static Object[] getVersionParts()
Copyright © 2011-2013. All Rights Reserved.