Class AppInfo


  • public class AppInfo
    extends java.lang.Object
    A class to hold Adaptx application information
    Version:
    $Revision: 4777 $ $Date: 2004-09-28 21:48:42 +0200 (Tue, 28 Sep 2004) $
    Author:
    Keith Visco
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VENDOR
      The vendor of this software.
      static java.lang.String VENDOR_URL
      The URL for this software.
      static java.lang.String VERSION
      The current Version Number
    • Constructor Summary

      Constructors 
      Constructor Description
      AppInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VENDOR

        public static final java.lang.String VENDOR
        The vendor of this software.
        See Also:
        Constant Field Values
      • VENDOR_URL

        public static final java.lang.String VENDOR_URL
        The URL for this software. Note: This needs to be changed to Exolab when the website actually works
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        The current Version Number
        See Also:
        Constant Field Values
    • Constructor Detail

      • AppInfo

        public AppInfo()