Package org.jivesoftware.smackx.debugger
Class EnhancedDebugger.Factory
java.lang.Object
org.jivesoftware.smackx.debugger.EnhancedDebugger.Factory
- All Implemented Interfaces:
 SmackDebuggerFactory
- Enclosing class:
 - EnhancedDebugger
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptioncreate(XMPPConnection connection) Initialize the new SmackDebugger instance. 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Method Details
- 
create
Description copied from interface:SmackDebuggerFactoryInitialize the new SmackDebugger instance.- Specified by:
 createin interfaceSmackDebuggerFactory- Parameters:
 connection- the XMPP connection this debugger is going to get attached to.- Returns:
 - SmackDebugger.
 - Throws:
 IllegalArgumentException- if the SmackDebugger can't be loaded.
 
 -