|
||||||||||
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>
C
- the consumed typeP
- the the produced typepublic abstract class CommandMatch<C,P>
The command match that will be used in an command pipeline.
Constructor Summary | |
---|---|
CommandMatch() |
Method Summary | |
---|---|
abstract Class<C> |
getConsumedType() |
abstract CommandInvoker<C,P> |
getInvoker() |
abstract Class<P> |
getProducedType() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandMatch()
Method Detail |
---|
public abstract CommandInvoker<C,P> getInvoker() throws CommandException
CommandException
public abstract Class<P> getProducedType()
public abstract Class<C> getConsumedType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |