Class VersionInfo


  • public class VersionInfo
    extends Object
    The VersionInfo object returns information about the version of this SNMP4J-AgentX release.
    Version:
    3.0
    Author:
    Frank Fock
    • Method Detail

      • getVersion

        public static String getVersion()
        Gets the version string for this release.
        Returns:
        a string of the form major.minor.update[patch].
      • checkMinVersionOfDependencies

        public static boolean checkMinVersionOfDependencies()
        Checks whether all dependencies have the minimum required version.
        Returns:
        true if the dependencies have the minimum required version(s).