org.crsh.cli.impl.lang
Class ObjectCommandInvoker<T,V>

java.lang.Object
  extended by org.crsh.cli.impl.invocation.CommandInvoker<Instance<T>,V>
      extended by org.crsh.cli.impl.lang.ObjectCommandInvoker<T,V>

public abstract class ObjectCommandInvoker<T,V>
extends CommandInvoker<Instance<T>,V>

Author:
Julien Viet

Constructor Summary
protected ObjectCommandInvoker(InvocationMatch<Instance<T>> match)
           
 
Method Summary
abstract  Type[] getGenericParameterTypes()
           
abstract  Class<?>[] getParameterTypes()
           
 
Methods inherited from class org.crsh.cli.impl.invocation.CommandInvoker
getGenericReturnType, getMatch, getReturnType, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCommandInvoker

protected ObjectCommandInvoker(InvocationMatch<Instance<T>> match)
Method Detail

getParameterTypes

public abstract Class<?>[] getParameterTypes()

getGenericParameterTypes

public abstract Type[] getGenericParameterTypes()


Copyright © 2015 eXo Platform SAS. All Rights Reserved.