com.spss.psapi

Class VersionInfo

  • java.lang.Object
    • com.spss.psapi.VersionInfo


  • public final class VersionInfo
    extends java.lang.Object
    Default Modeler API version information. The version information is made up of the major version, minor version and patch version. A change in the major version number indicates significant extensions to the functionality; a change in the minor version number indicates small extensions or refinements to the functionality; a change in the patch version number indicates a bug-fix release and that the documented functionality has not changed.
    Since:
    PSAPI 1.0
    Version:
    1.0
    Author:
    Julian Clinton
    Specification Status:
    Under Development
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static java.util.Date getBuildDate()
      Returns the build date and time.
      static java.lang.String getBuildVersion()
      Returns the build version of this library.
      static java.lang.String getCopyright()
      Returns the copyright message.
      static int getMajorVersion()
      Returns the major version number.
      static int getMinorVersion()
      Returns the minor version number.
      static java.lang.String getName()
      Returns the name of the library.
      static int getPatchVersion()
      Returns the patch version number.
      static void main(java.lang.String[] args)
      When run, this writes the library name and version number, and the copyright information to the standard output.
      • Methods inherited from class java.lang.Object

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

      • getName

        public static java.lang.String getName()
        Returns the name of the library.
        Returns:
        the name of the library
      • getCopyright

        public static java.lang.String getCopyright()
        Returns the copyright message.
        Returns:
        the copyright message
      • getMajorVersion

        public static int getMajorVersion()
        Returns the major version number.
        Returns:
        the major version number
      • getMinorVersion

        public static int getMinorVersion()
        Returns the minor version number.
        Returns:
        the minor version number
      • getPatchVersion

        public static int getPatchVersion()
        Returns the patch version number.
        Returns:
        the patch version number
      • getBuildVersion

        public static java.lang.String getBuildVersion()
        Returns the build version of this library. If the build version is not available then the empty string is returned.
        Returns:
        the build version of this library or the empty string
        Since:
        PSAPI 1.1.1
      • getBuildDate

        public static java.util.Date getBuildDate()
        Returns the build date and time. If the build time is not available then null is returned.
        Returns:
        the build date or null
        Since:
        PSAPI 1.1.1
      • main

        public static void main(java.lang.String[] args)
        When run, this writes the library name and version number, and the copyright information to the standard output.
        Parameters:
        args -

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.