|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.cli.impl.invocation.CommandInvoker<C,V>
public abstract class CommandInvoker<C,V>
Field Summary | |
---|---|
private InvocationMatch<C> |
match . |
Constructor Summary | |
---|---|
protected |
CommandInvoker(InvocationMatch<C> match) |
Method Summary | |
---|---|
abstract Type |
getGenericReturnType() |
InvocationMatch<C> |
getMatch() |
abstract Class<V> |
getReturnType() |
abstract V |
invoke(C command) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final InvocationMatch<C> match
Constructor Detail |
---|
protected CommandInvoker(InvocationMatch<C> match)
Method Detail |
---|
public abstract Class<V> getReturnType()
public abstract Type getGenericReturnType()
public final InvocationMatch<C> getMatch()
public abstract V invoke(C command) throws InvocationException, SyntaxException
InvocationException
SyntaxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |