Uses of Class
org.astrogrid.samp.Platform
-
Packages that use Platform Package Description org.astrogrid.samp Classes common to SAMP hub and client code. -
-
Uses of Platform in org.astrogrid.samp
Subclasses of Platform in org.astrogrid.samp Modifier and Type Class 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.Fields in org.astrogrid.samp declared as Platform Modifier and Type Field Description private static Platform
Platform. instance_
Methods in org.astrogrid.samp that return Platform Modifier and Type Method Description private static Platform
Platform. createPlatform()
Constructs a Platform for the current system.static Platform
Platform. getPlatform()
Returns aPlatform
instance for the current system.
-