jde.debugger.command
Class DebugCommandFactory

java.lang.Object
  |
  +--jde.debugger.command.DebugCommandFactory

public class DebugCommandFactory
extends java.lang.Object

DebugCommandFactory.java Created: Fri Jan 28 22:04:57 2000 Copyright (c) 2000, 2001, 2003 Paul Kinnucan

Version:
$Revision: 1.10 $
Author:
Paul Kinnucan

Field Summary
static DebugCommandFactory theFactory
           
 
Constructor Summary
protected DebugCommandFactory()
           
 
Method Summary
 DebugCommand createCommand(java.lang.Integer cmdID, java.lang.String cmdName, java.util.List args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theFactory

public static DebugCommandFactory theFactory
Constructor Detail

DebugCommandFactory

protected DebugCommandFactory()
Method Detail

createCommand

public final DebugCommand createCommand(java.lang.Integer cmdID,
                                        java.lang.String cmdName,
                                        java.util.List args)
                                 throws JDEException