org.crsh.lang.java
Class CommandImpl<T extends BaseCommand,C,P>
java.lang.Object
org.crsh.shell.impl.command.spi.Command<C,P>
org.crsh.lang.java.CommandImpl<T,C,P>
- Direct Known Subclasses:
- PipeCommandImpl, ProducerCommandImpl
abstract class CommandImpl<T extends BaseCommand,C,P>
- extends Command<C,P>
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseShellCommand
private final ShellCommandImpl<T extends BaseCommand> baseShellCommand
- .
CommandImpl
public CommandImpl(ShellCommandImpl<T> baseShellCommand)
getInvoker
public CommandInvoker<C,P> getInvoker()
throws CommandCreationException
- Specified by:
getInvoker in class Command<C,P>
- Returns:
- an invoker for this command.
- Throws:
CommandCreationException
getInvoker
abstract CommandImpl.BaseInvoker getInvoker(T command)
throws CommandCreationException
- Throws:
CommandCreationException
Copyright © 2014 eXo Platform SAS. All Rights Reserved.