Collaboration diagram for Sct.Version:
Convenience methods. | |
May also be accessed by using the appropriate property name.
These methods will not return null, they will return some default. Use getProperty if you do not like this behaviour | |
String | getBuildSystem () |
Get information about the build system. | |
String | getBuildHost () |
Get information about the build host. | |
String | getBuildDate () |
Get information about the build date. | |
String | getCmtConfig () |
Get Cmt config string. | |
String | getOnlineVersion () |
Get the version of the Online Software this was compiled with. | |
String | getRootVersion () |
Get the version of ROOT this was compiled with. | |
String | getGccVersion () |
Get the version of gcc this was compiled with. | |
String | getRodDaqVersion () |
Get the version of RodDaq this was compiled with. | |
String | getDataFlowVersion () |
Get the version of DataFlow this was compiled with. | |
String | getAllInformation () |
Returns a string containing all the build information in a pre-formatted string. | |
Version () | |
Creates a new instance of Version. | |
String | version |
double | versionNumber = 0.0 |
int | majorVersion = -1 |
int | minorVersion = -1 |
Public Member Functions | |
String | getVersionName () |
double | getVersion () |
int | getMajorVersion () |
int | getMinorVersion () |
Static Public Attributes | |
final Version | instance = new Version() |
Definition at line 15 of file Version.java.
|
Creates a new instance of Version.
Definition at line 92 of file Version.java. |