public class VersionInfo extends Object
VersionInfo
object returns information about the version
of this SNMP4J-Agent release.Modifier and Type | Field and Description |
---|---|
static int |
DEPENDENCY_SNMP4J_MAJOR |
static int |
DEPENDENCY_SNMP4J_MINOR |
static String |
DEPENDENCY_SNMP4J_PATCH |
static int |
DEPENDENCY_SNMP4J_UPDATE |
static int |
MAJOR |
static int |
MINOR |
static String |
PATCH |
static int |
UPDATE |
static String |
VERSION |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkMinVersionOfDependencies()
Checks whether SNMP4J has the minimum required version.
|
static String |
getVersion()
Gets the version string for this release.
|
public static final int MAJOR
public static final int MINOR
public static final int UPDATE
public static final String PATCH
public static final String VERSION
public static final int DEPENDENCY_SNMP4J_MAJOR
public static final int DEPENDENCY_SNMP4J_MINOR
public static final int DEPENDENCY_SNMP4J_UPDATE
public static final String DEPENDENCY_SNMP4J_PATCH
public static String getVersion()
major.minor.update[patch]
.public static boolean checkMinVersionOfDependencies()
true
if the dependencies have the minimum required
version(s).Copyright © 2018 SNMP4J.org. All rights reserved.