Package | Description |
---|---|
org.astrogrid.samp |
Classes common to SAMP hub and client code.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Platform.UnixPlatform
Platform implementation for Un*x-like systems.
|
private static class |
Platform.WindowsPlatform
Platform implementation for Microsoft Windows-like systems.
|
Modifier and Type | Field and Description |
---|---|
private static Platform |
Platform.instance_ |
Modifier and Type | Method and Description |
---|---|
private static Platform |
Platform.createPlatform()
Constructs a Platform for the current system.
|
static Platform |
Platform.getPlatform()
Returns a
Platform instance for the current system. |