abstract class BaseCommandMatch<T extends BaseCommand,C,P> extends CommandMatch<C,P>
Modifier and Type | Class and Description |
---|---|
(package private) class |
BaseCommandMatch.BaseInvoker |
Modifier and Type | Field and Description |
---|---|
private ClassShellCommand<T> |
baseShellCommand
.
|
Constructor and Description |
---|
BaseCommandMatch(ClassShellCommand<T> baseShellCommand) |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<C,P> |
getInvoker() |
(package private) abstract BaseCommandMatch.BaseInvoker |
getInvoker(T command) |
getConsumedType, getProducedType
private final ClassShellCommand<T extends BaseCommand> baseShellCommand
public BaseCommandMatch(ClassShellCommand<T> baseShellCommand)
public CommandInvoker<C,P> getInvoker() throws CommandException
getInvoker
in class CommandMatch<C,P>
CommandException
abstract BaseCommandMatch.BaseInvoker getInvoker(T command) throws CommandException
CommandException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.