Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.hooks
Class Debug

java.lang.Object
  extended by org.eclipse.mtj.core.hooks.Debug

public class Debug
extends Object

Loads framework debugging options for use by the hook functions.


Field Summary
static boolean DEBUG_GENERAL
           
static String MTJ_HOOKS
           
static String OPTION_DEBUG_GENERAL
           
 
Constructor Summary
Debug()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG_GENERAL

public static boolean DEBUG_GENERAL

MTJ_HOOKS

public static final String MTJ_HOOKS
See Also:
Constant Field Values

OPTION_DEBUG_GENERAL

public static final String OPTION_DEBUG_GENERAL
See Also:
Constant Field Values
Constructor Detail

Debug

public Debug()

Mobile Tools for Java
Release 1.0