com.ibm.as400.util

Class AboutToolbox

  • java.lang.Object
    • com.ibm.as400.util.AboutToolbox


  • public class AboutToolbox
    extends java.lang.Object
    Prints the current version of the Toolbox that is found in the user's CLASSPATH.

    Syntax: java com.ibm.as400.util.AboutToolbox

    See Also:
    Package, Copyright
    • Constructor Summary

      Constructors 
      Constructor and Description
      AboutToolbox() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static java.lang.String getReleaseName()
      Returns the release name for Toolbox.
      static java.lang.String getVersionDescription()
      Returns version information about the Toolbox.
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AboutToolbox

        public AboutToolbox()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
      • getReleaseName

        public static java.lang.String getReleaseName()
        Returns the release name for Toolbox.
        Returns:
        release name for Toolbox
      • getVersionDescription

        public static java.lang.String getVersionDescription()
        Returns version information about the Toolbox.
        Returns:
        Version information about the Toolbox.