RTSettingspublic abstract class RTSettings extends Object Conceptually, this class is an extention of class RT. This is a separate class,
however, to help load RT in a lazy manner. |
Fields Summary |
---|
private static boolean | s_not_standalone |
Constructors Summary |
---|
private RTSettings()
|
Methods Summary |
---|
public static synchronized boolean | isStandaloneMode()
return ! s_not_standalone;
| public static synchronized void | setStandaloneMode(boolean standalone)
s_not_standalone = ! standalone;
|
|