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. | |
Public Member Functions | |
| String | getVersionName () |
| double | getVersion () |
| int | getMajorVersion () |
| int | getMinorVersion () |
Static Public Attributes | |
| final Version | instance = new Version() |
1.3-rc3