- java.lang.Object
-
- org.snmp4j.version.VersionInfo
-
public class VersionInfo extends Object
TheVersionInfo
object returns information about the version of this SNMP4J release.- Since:
- 1.9.1e
- Version:
- 2.0.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getVersion()
Gets the version string for this release.
-
-
-
Field Detail
-
MAJOR
public static final int MAJOR
- See Also:
- Constant Field Values
-
MINOR
public static final int MINOR
- See Also:
- Constant Field Values
-
UPDATE
public static final int UPDATE
- See Also:
- Constant Field Values
-
PATCH
public static final String PATCH
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVersion
public static String getVersion()
Gets the version string for this release.- Returns:
- a string of the form
major.minor.update[patch]
.
-
-