|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.Version
public final class Version
Class for printing the version of this library.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |