Class ToolInfo


  • public class ToolInfo
    extends Object
    Class to get tool release information.
    Author:
    mcayanan
    • Constructor Detail

      • ToolInfo

        public ToolInfo()
    • Method Detail

      • getName

        public static String getName()
        Get the name of the tool.
        Returns:
        The tool name.
      • getVersion

        public static String getVersion()
        Get the version.
        Returns:
        The tool version.
      • getReleaseDate

        public static String getReleaseDate()
        Get the release date.
        Returns:
        The tool release date.
      • getCopyright

        public static String getCopyright()
        Get copyright information.
        Returns:
        The copyright info.