|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.shell.impl.command.spi.CommandMatch<C,P> org.crsh.lang.impl.java.BaseCommandMatch<T,C,P>
abstract class BaseCommandMatch<T extends BaseCommand,C,P>
Nested Class Summary | |
---|---|
(package private) class |
BaseCommandMatch.BaseInvoker |
Field Summary | |
---|---|
private ClassShellCommand<T> |
baseShellCommand . |
Constructor Summary | |
---|---|
BaseCommandMatch(ClassShellCommand<T> baseShellCommand) |
Method Summary | |
---|---|
CommandInvoker<C,P> |
getInvoker() |
(package private) abstract BaseCommandMatch.BaseInvoker |
getInvoker(T command) |
Methods inherited from class org.crsh.shell.impl.command.spi.CommandMatch |
---|
getConsumedType, getProducedType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ClassShellCommand<T extends BaseCommand> baseShellCommand
Constructor Detail |
---|
public BaseCommandMatch(ClassShellCommand<T> baseShellCommand)
Method Detail |
---|
public CommandInvoker<C,P> getInvoker() throws CommandException
getInvoker
in class CommandMatch<C,P>
CommandException
abstract BaseCommandMatch.BaseInvoker getInvoker(T command) throws CommandException
CommandException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |