protected abstract static class RmiRegistryConsole.AbstractCommand extends 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(String commandLine) |
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 Exception
Exceptionpublic static RmiRegistryConsole.Command lookupCommand(RmiRegistryConsole.CommandKeyword cmdKey)
public static RmiRegistryConsole.Command parseCommandLine(String commandLine)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.