de.betabeans.scroogexhtml.debugging
Class EmptyDebugger

java.lang.Object
  extended by de.betabeans.scroogexhtml.debugging.EmptyDebugger
All Implemented Interfaces:
DebugInterface

public final class EmptyDebugger
extends java.lang.Object
implements DebugInterface

Debugger implementation with empty methods.

Author:
Michael Justin

Field Summary
 
Fields inherited from interface de.betabeans.scroogexhtml.debugging.DebugInterface
CL_FONT, CL_INFO, CL_PARAM, CL_PARSED, CL_UNKNOWN, CL_WARN
 
Constructor Summary
EmptyDebugger()
           
 
Method Summary
 boolean isDebugMode()
          Gets the debugMode attribute of the EmptyDebugger object.
 void setDebugMode(boolean adebugMode)
          Sets the debugMode attribute of the EmptyDebugger object.
 void setDocument(Document adocument)
          Sets the document attribute of the EmptyDebugger object.
 void write(java.lang.String acolor, char adebugChar)
          Write nothing to nowhere.
 void write(java.lang.String acolor, java.lang.String adebugText)
          Write nothing to nowhere.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyDebugger

public EmptyDebugger()
Method Detail

setDocument

public void setDocument(Document adocument)
Sets the document attribute of the EmptyDebugger object.

Specified by:
setDocument in interface DebugInterface
Parameters:
adocument - The new document value

setDebugMode

public void setDebugMode(boolean adebugMode)
Sets the debugMode attribute of the EmptyDebugger object.

Specified by:
setDebugMode in interface DebugInterface
Parameters:
adebugMode - The new debugMode value

isDebugMode

public boolean isDebugMode()
Gets the debugMode attribute of the EmptyDebugger object.

Specified by:
isDebugMode in interface DebugInterface
Returns:
The debugMode value

write

public void write(java.lang.String acolor,
                  java.lang.String adebugText)
Write nothing to nowhere.

Specified by:
write in interface DebugInterface
Parameters:
acolor - HTML color code.
adebugText - The message to be written.

write

public void write(java.lang.String acolor,
                  char adebugChar)
Write nothing to nowhere.

Specified by:
write in interface DebugInterface
Parameters:
acolor - HTML color code.
adebugChar - The character to be written.


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.