|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandManager
Maps Command names to configured Command implementation classes.
Implementation dependent. CommandManagerImpl is a thread safe implementation.
| Method Summary | |
|---|---|
ExecutableCommand |
getCommand(java.lang.String name)
Gets an instance of a command by name. |
boolean |
isCommandSupported(java.lang.String name)
Method isSupported answers a boolean indicating if a Command name is configured. |
| Method Detail |
|---|
ExecutableCommand getCommand(java.lang.String name)
throws LookupException
Gets an instance of a command by name.
name - -
The name of the Command
LookupExceptionboolean isCommandSupported(java.lang.String name)
name - -
The Command name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||