Class VersionInfo

java.lang.Object
org.snmp4j.agent.version.VersionInfo

public class VersionInfo extends Object
The VersionInfo object returns information about the version of this SNMP4J-Agent release.
Version:
1.2c
Author:
Frank Fock
  • Field Details

  • Method Details

    • 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 SNMP4J has the minimum required version.
      Returns:
      true if the dependencies have the minimum required version(s).