Package net.i2p.i2pcontrol
Class I2PControlVersion
java.lang.Object
net.i2p.i2pcontrol.I2PControlVersion
public class I2PControlVersion extends Object
-
Field Summary
Fields Modifier and Type Field Description static intAPI_VERSIONThe current version of the I2PControl API being primarily being implementedstatic Set<Integer>SUPPORTED_API_VERSIONSThe supported versions of the I2PControl APIstatic StringVERSIONThe current version of I2PControl -
Constructor Summary
Constructors Constructor Description I2PControlVersion() -
Method Summary
-
Field Details
-
VERSION
The current version of I2PControl- See Also:
- Constant Field Values
-
API_VERSION
public static final int API_VERSIONThe current version of the I2PControl API being primarily being implemented- See Also:
- Constant Field Values
-
SUPPORTED_API_VERSIONS
The supported versions of the I2PControl API
-
-
Constructor Details
-
I2PControlVersion
public I2PControlVersion()
-