shell
Class ExecutableFactory

java.lang.Object
  |
  +--shell.ExecutableFactory

public class ExecutableFactory
extends java.lang.Object

Factory object for Excutable object creation.

See Also:
ThreadFactory

Constructor Summary
ExecutableFactory()
           
 
Method Summary
static Executable newExecutable(java.util.Vector cmd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutableFactory

public ExecutableFactory()
Method Detail

newExecutable

public static Executable newExecutable(java.util.Vector cmd)
                                throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException