org.opensaml.xml
public final class Version extends Object
Modifier and Type | Field and Description |
---|---|
private static int |
MAJOR_VERSION
Library major version number.
|
private static int |
MICRO_VERSION
Library micro version number.
|
private static int |
MINOR_VERSION
Library minor version number.
|
private static String |
NAME
Name of the library.
|
private static String |
VERSION
Library version.
|
Modifier | Constructor and Description |
---|---|
private |
Version()
Constructor.
|
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.
|
private static final String NAME
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 argumentspublic static String getName()
public static String getVersion()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getMicroVersion()
Copyright © 1999-2014 JBoss by Red Hat. All Rights Reserved.