org.snmp4j.version
Class VersionInfo
java.lang.Object
org.snmp4j.version.VersionInfo
public class VersionInfo
- extends java.lang.Object
The VersionInfo
object returns information about the version
of this SNMP4J release.
- Since:
- 1.9.1e
- Version:
- 1.9.2
- Author:
- Frank Fock
Method Summary |
static java.lang.String |
getVersion()
Gets the version string for this release. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 java.lang.String PATCH
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
getVersion
public static final java.lang.String getVersion()
- Gets the version string for this release.
- Returns:
- a string of the form
major.minor.update[patch]
.
Copyright © 2011 SNMP4J.org. All Rights Reserved.