Package com.imsl
Class Version
java.lang.Object
com.imsl.Version
Print the version information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LinkedHashMapGet the version information about this library.static LinkedHashMapGet the operating system and Java versions.static voidPrint the version information about the environment and this library.static voidprintProperties(Set props)
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
printProperties
-
getSysProperties
Get the operating system and Java versions.- Returns:
- props a
LinkedHashMapcontaining system properties
-
getPkgProperties
Get the version information about this library.- Returns:
- props a
LinkedHashMapcontaining package properties
-
main
Print the version information about the environment and this library.- Parameters:
args-
-