org.alfresco.filesys.debug
Class FileServerDebugInterface

java.lang.Object
  extended by org.alfresco.filesys.debug.FileServerDebugInterface
All Implemented Interfaces:
org.alfresco.jlan.debug.DebugInterface

public class FileServerDebugInterface
extends java.lang.Object
implements org.alfresco.jlan.debug.DebugInterface

Alfresco File Server Debug Interface Class


Constructor Summary
FileServerDebugInterface()
          Class constructor
 
Method Summary
 void close()
          Close the debug output.
 void debugPrint(java.lang.String str)
          Output a debug string.
 void debugPrintln(java.lang.String str)
          Output a debug string, and a newline.
 void initialize(org.alfresco.config.ConfigElement params)
          Initialize the debug interface using the specified named parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileServerDebugInterface

public FileServerDebugInterface()
Class constructor

Method Detail

close

public void close()
Close the debug output.

Specified by:
close in interface org.alfresco.jlan.debug.DebugInterface

debugPrint

public void debugPrint(java.lang.String str)
Output a debug string.

Specified by:
debugPrint in interface org.alfresco.jlan.debug.DebugInterface
Parameters:
str - java.lang.String

debugPrintln

public void debugPrintln(java.lang.String str)
Output a debug string, and a newline.

Specified by:
debugPrintln in interface org.alfresco.jlan.debug.DebugInterface
Parameters:
str - java.lang.String

initialize

public void initialize(org.alfresco.config.ConfigElement params)
                throws java.lang.Exception
Initialize the debug interface using the specified named parameters.

Specified by:
initialize in interface org.alfresco.jlan.debug.DebugInterface
Parameters:
params - ConfigElement
Throws:
java.lang.Exception


Copyright © 2005 - 2008 Alfresco Software, Inc. All Rights Reserved.