public final class Version extends Object
Modifier and Type | Method and Description |
---|---|
static int |
getMajorVersion()
Gets the major version number of the library.
|
static int |
getMicroVersion()
Gets the micro version number of the library.
|
static int |
getMinorVersion()
Gets the minor version number of the library.
|
static String |
getName()
Gets the name of the library.
|
static String |
getVersion()
Gets the version of the library.
|
static void |
main(String[] args)
Main entry point to program.
|
public static void main(String[] args)
args
- command line argumentspublic static String getName()
public static String getVersion()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getMicroVersion()
Copyright © 2018 JBoss by Red Hat. All rights reserved.