protected abstract static class RmiRegistryConsole.AbstractCommand extends java.lang.Object implements RmiRegistryConsole.Command
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RmiRegistryConsole.ConsoleContext context) |
protected abstract void |
executeImpl(RmiRegistryConsole.ConsoleContext context) |
protected abstract RmiRegistryConsole.CommandKeyword |
getKeyword() |
static RmiRegistryConsole.Command |
lookupCommand(RmiRegistryConsole.CommandKeyword cmdKey) |
static RmiRegistryConsole.Command |
parseCommandLine(java.lang.String commandLine) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitparseArgumentsprotected abstract RmiRegistryConsole.CommandKeyword getKeyword()
public void execute(RmiRegistryConsole.ConsoleContext context)
execute in interface RmiRegistryConsole.Commandprotected abstract void executeImpl(RmiRegistryConsole.ConsoleContext context) throws java.lang.Exception
java.lang.Exceptionpublic static RmiRegistryConsole.Command lookupCommand(RmiRegistryConsole.CommandKeyword cmdKey)
public static RmiRegistryConsole.Command parseCommandLine(java.lang.String commandLine)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.