com.vladium.emma.rt
Class RTSettings

java.lang.Object
  extended by com.vladium.emma.rt.RTSettings

public abstract class RTSettings
extends java.lang.Object

Conceptually, this class is an extention of class RT. This is a separate class, however, to help load RT in a lazy manner.

Author:
Vlad Roubtsov, (C) 2003

Field Summary
private static boolean s_not_standalone
           
 
Constructor Summary
private RTSettings()
           
 
Method Summary
static boolean isStandaloneMode()
           
static void setStandaloneMode(boolean standalone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_not_standalone

private static boolean s_not_standalone
Constructor Detail

RTSettings

private RTSettings()
Method Detail

isStandaloneMode

public static boolean isStandaloneMode()

setStandaloneMode

public static void setStandaloneMode(boolean standalone)