psdi.util

Class MEAVersion

  • java.lang.Object
    • psdi.util.MEAVersion


  • public class MEAVersion
    extends java.lang.Object
    psdi.util.Version is used to capture the version information for a release of the Integration product. It can be subclassed for module specific version information. Note: all the methods of this class are static.
    NOTE: This class is updated at build time
    • Constructor Summary

      Constructors 
      Constructor and Description
      MEAVersion() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.ArrayList getVersion()
      Return the version
      static void main(java.lang.String[] args)
      Print out the version of the product to the console
      • Methods inherited from class java.lang.Object

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

      • MEAVersion

        public MEAVersion()
    • Method Detail

      • getVersion

        public static java.util.ArrayList getVersion()
        Return the version
      • main

        public static void main(java.lang.String[] args)
        Print out the version of the product to the console