|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.squawk.platform.Platform
public class Platform
This class provides access to the platform-specific implementations of various features.
Field Summary | |
---|---|
static int |
BARE_METAL
Basic kinds of PLATFORM_TYPE, as defined in build.properties |
static boolean |
DEBUG
|
static int |
DELEGATING
|
static boolean |
IS_BARE_METAL
|
static boolean |
IS_DELEGATING
|
static boolean |
IS_NATIVE
|
static boolean |
IS_SOCKET
|
static int |
NATIVE
|
static int |
SOCKET
|
Method Summary | |
---|---|
static SystemEvents |
createSystemEvents()
Create the correct kind of SystemEvents Handler, or null if none needed. |
static GCFFile |
getFileHandler()
|
static GCFSockets |
getGCFSockets()
|
static String |
getPlatformName()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
public static final int BARE_METAL
public static final int DELEGATING
public static final int NATIVE
public static final int SOCKET
public static final boolean IS_BARE_METAL
public static final boolean IS_DELEGATING
public static final boolean IS_NATIVE
public static final boolean IS_SOCKET
Method Detail |
---|
public static String getPlatformName()
public static GCFSockets getGCFSockets()
public static SystemEvents createSystemEvents()
public static GCFFile getFileHandler()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |