FileDocCategorySizeDatePackage
RTSettings.javaAPI DocAndroid 1.5 API1483Wed May 06 22:41:16 BST 2009com.vladium.emma.rt

RTSettings

public 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.
author
Vlad Roubtsov, (C) 2003

Fields Summary
private static boolean
s_not_standalone
Constructors Summary
private RTSettings()

Methods Summary
public static synchronized booleanisStandaloneMode()

        return ! s_not_standalone;
    
public static synchronized voidsetStandaloneMode(boolean standalone)

        s_not_standalone = ! standalone;