com.opera.core.systems.scope.internal
Class OperaFlags

java.lang.Object
  extended by com.opera.core.systems.scope.internal.OperaFlags

public class OperaFlags
extends Object


Field Summary
static boolean APPEND_TO_LOGFILE
          Whether or not to append to log file instead of overwriting contents.
static boolean ENABLE_AUTOSTART
          Whether to enable autostart of the Opera browser by default.
static boolean ENABLE_DEBUGGER
          Whether the ecmascript-debugger should be enabled or not.
static boolean ENABLE_IDLE
          Whether Opera Idle should be enabled by default.
 
Constructor Summary
OperaFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLE_DEBUGGER

public static boolean ENABLE_DEBUGGER
Whether the ecmascript-debugger should be enabled or not.


APPEND_TO_LOGFILE

public static final boolean APPEND_TO_LOGFILE
Whether or not to append to log file instead of overwriting contents. If true the driver will append, otherwise it will overwrite. By default it overwrites the file.

See Also:
Constant Field Values

ENABLE_IDLE

public static final boolean ENABLE_IDLE
Whether Opera Idle should be enabled by default.

See Also:
Constant Field Values

ENABLE_AUTOSTART

public static final boolean ENABLE_AUTOSTART
Whether to enable autostart of the Opera browser by default.

See Also:
Constant Field Values
Constructor Detail

OperaFlags

public OperaFlags()


Copyright © 2012. All Rights Reserved.