org.sapia.console
Interface CommandFactory

All Known Implementing Classes:
HelloWorldFactory, ReflectCommandFactory

public interface CommandFactory

An interface that defines a creational method for Command objects.

Author:
Yanick Duchesne 29-Nov-02

Method Summary
 Command getCommandFor(String name)
           
 

Method Detail

getCommandFor

public Command getCommandFor(String name)
                      throws CommandNotFoundException
CommandNotFoundException


Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.