abstract class CommandImpl<T extends BaseCommand,C,P> extends Command<C,P>
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CommandImpl.BaseInvoker |
| Modifier and Type | Field and Description |
|---|---|
private ShellCommandImpl<T> |
baseShellCommand
.
|
| Constructor and Description |
|---|
CommandImpl(ShellCommandImpl<T> baseShellCommand) |
| Modifier and Type | Method and Description |
|---|---|
CommandInvoker<C,P> |
getInvoker() |
(package private) abstract CommandImpl.BaseInvoker |
getInvoker(T command) |
getConsumedType, getMatch, getProducedTypeprivate final ShellCommandImpl<T extends BaseCommand> baseShellCommand
public CommandImpl(ShellCommandImpl<T> baseShellCommand)
public CommandInvoker<C,P> getInvoker() throws CommandCreationException
getInvoker in class Command<C,P>CommandCreationExceptionabstract CommandImpl.BaseInvoker getInvoker(T command) throws CommandCreationException
CommandCreationExceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.