|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.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 java.lang.String |
getName()
Gets the name of the library. |
static java.lang.String |
getVersion()
Gets the version of the library. |
static void |
main(java.lang.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(java.lang.String[] args)
args - command line argumentspublic static java.lang.String getName()
public static java.lang.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 | |||||||||