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
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(XMPPConnection connection) Initialize the new SmackDebugger instance.
-
Field Details
-
INSTANCE
-
-
Method Details
-
create
Description copied from interface:SmackDebuggerFactory
Initialize the new SmackDebugger instance.- Specified by:
create
in 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.
-