Package com.imsl

Class Version

java.lang.Object
com.imsl.Version

public class Version extends Object
Print the version information.
  • Constructor Details

    • Version

      public Version()
  • Method Details

    • printProperties

      public static void printProperties(Set props)
    • getSysProperties

      public static LinkedHashMap getSysProperties()
      Get the operating system and Java versions.
      Returns:
      props a LinkedHashMap containing system properties
    • getPkgProperties

      public static LinkedHashMap getPkgProperties()
      Get the version information about this library.
      Returns:
      props a LinkedHashMap containing package properties
    • main

      public static void main(String[] args)
      Print the version information about the environment and this library.
      Parameters:
      args -