org.jsresources.apps.jsinfo
Class JSInfoDebug

java.lang.Object
  extended by org.jsresources.apps.jsinfo.JSInfoDebug

public class JSInfoDebug
extends java.lang.Object


Field Summary
static boolean SHOW_ACCESS_CONTROL_EXCEPTIONS
           
 
Constructor Summary
JSInfoDebug()
           
 
Method Summary
static boolean getTraceAllExceptions()
           
static boolean getTraceConfigurationFilesTableModel()
           
static boolean getTraceControlPropertiesPanel()
           
static boolean getTraceControlsPanel()
           
static boolean getTraceLineTableModel()
           
static boolean getTraceMixerPanel()
           
static boolean getTraceServiceProviderTableModel()
           
static void out(java.lang.String strMessage)
           
static void out(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHOW_ACCESS_CONTROL_EXCEPTIONS

public static boolean SHOW_ACCESS_CONTROL_EXCEPTIONS
Constructor Detail

JSInfoDebug

public JSInfoDebug()
Method Detail

getTraceAllExceptions

public static final boolean getTraceAllExceptions()

getTraceMixerPanel

public static final boolean getTraceMixerPanel()

getTraceControlsPanel

public static final boolean getTraceControlsPanel()

getTraceControlPropertiesPanel

public static final boolean getTraceControlPropertiesPanel()

getTraceLineTableModel

public static final boolean getTraceLineTableModel()

getTraceServiceProviderTableModel

public static final boolean getTraceServiceProviderTableModel()

getTraceConfigurationFilesTableModel

public static final boolean getTraceConfigurationFilesTableModel()

out

public static void out(java.lang.String strMessage)

out

public static void out(java.lang.Throwable throwable)