public class RemoteInformation extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static RemoteInformation |
NOT_CONNECTED |
| Constructor | Description |
|---|---|
RemoteInformation(String name,
int major,
int minor,
ApiPlatform platform) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getMajorVersion() |
the major version of the remote host
|
int |
getMinorVersion() |
the minor version of the remote host
|
String |
getName() |
the name of the remote
|
ApiPlatform |
getPlatform() |
the platform type of the remote host
|
String |
toString() |
public static final RemoteInformation NOT_CONNECTED
public RemoteInformation(String name, int major, int minor, ApiPlatform platform)
public String getName()
public ApiPlatform getPlatform()
public int getMajorVersion()
public int getMinorVersion()
Copyright © 2018. All rights reserved.