public final class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
private static int |
MAJOR_VERSION
metadata pipeline major version number.
|
private static int |
MICRO_VERSION
metadata pipeline micro version number.
|
private static int |
MINOR_VERSION
metadata pipeline minor version number.
|
private static String |
VERSION
metadata pipeline version.
|
| Modifier | Constructor and Description |
|---|---|
private |
Version()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getMajorVersion()
Gets the major version number of the metadata pipeline.
|
static int |
getMicroVersion()
Gets the micro version number of the metadata pipeline.
|
static int |
getMinorVersion()
Gets the minor version number of the metadata pipeline.
|
static String |
getVersion()
Gets the version of the metadata pipeline.
|
static void |
main(String[] args)
Main entry point to program.
|
private static final String VERSION
private static final int MAJOR_VERSION
private static final int MINOR_VERSION
private static final int MICRO_VERSION
public static void main(String[] args)
args - command line arguments@Nonnull public static String getVersion()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getMicroVersion()
Copyright © 1999–2016. All rights reserved.