|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.shell.ShellCommandFactory
public class ShellCommandFactory
Factory used to create shell commands.
| Constructor Summary | |
|---|---|
ShellCommandFactory()
Constructor. |
|
| Method Summary | |
|---|---|
ShellCommand |
createCommand(QName commandName)
Called to create a shell command. |
Set<QName> |
getCommandNames(String namespace)
Gets the set of commands available within the given namespace. |
Set<String> |
getNamespaces()
Gets the set of namespaces for all commands in the factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShellCommandFactory()
| Method Detail |
|---|
public ShellCommand createCommand(QName commandName)
throws Exception
commandName -
Exceptionpublic Set<String> getNamespaces()
public Set<QName> getCommandNames(String namespace)
namespace -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||