com.smartwerkz.jupload.classic.util.debug
Class Debug

java.lang.Object
  extended by com.smartwerkz.jupload.classic.util.debug.Debug

public class Debug
extends java.lang.Object

Since:
27-Dec-2006, 4:08:58 PM
Author:
Dominik Seifert

Constructor Summary
Debug()
           
 
Method Summary
static void addListener(DebugListener o)
           
static void debug(java.lang.Object o)
          Prints out the given object as string, followed by a line terminator.
static void debug(java.lang.Object o, boolean newline)
          Prints out the given object as string, followed by a line terminator.
static void debug(java.lang.Object o, boolean newline, boolean force)
          Prints out the given object as string, followed by a line terminator.
static void debug(java.lang.Throwable t)
          Prints out the given object as string, followed by a line terminator.
static void debug(java.lang.Throwable t, java.lang.String msg)
          Prints out the given object as string, followed by a line terminator.
static java.util.List getListeners()
           
static void out(java.lang.Object o)
          Prints out the given object as string, followed by a line terminator.
static void removeListener(DebugListener o)
           
static void setDebug(boolean flag)
          Set to activate the global debug mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

getListeners

public static java.util.List getListeners()

setDebug

public static void setDebug(boolean flag)
Set to activate the global debug mode.


debug

public static void debug(java.lang.Throwable t,
                         java.lang.String msg)
Prints out the given object as string, followed by a line terminator.


debug

public static void debug(java.lang.Throwable t)
Prints out the given object as string, followed by a line terminator.


out

public static void out(java.lang.Object o)
Prints out the given object as string, followed by a line terminator.


debug

public static void debug(java.lang.Object o)
Prints out the given object as string, followed by a line terminator.


debug

public static void debug(java.lang.Object o,
                         boolean newline)
Prints out the given object as string, followed by a line terminator.


debug

public static void debug(java.lang.Object o,
                         boolean newline,
                         boolean force)
Prints out the given object as string, followed by a line terminator.


addListener

public static void addListener(DebugListener o)

removeListener

public static void removeListener(DebugListener o)


Copyright © 2007 smartwerkz.com. All Rights Reserved.