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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theFactory
public static DebugCommandFactory theFactory
DebugCommandFactory
protected DebugCommandFactory()
createCommand
public final DebugCommand createCommand(java.lang.Integer cmdID,
java.lang.String cmdName,
java.util.List args)
throws JDEException