Uses of Class
org.crsh.cli.impl.invocation.CommandInvoker

Packages that use CommandInvoker
org.crsh.cli.descriptor   
org.crsh.cli.impl.descriptor   
org.crsh.cli.impl.invocation   
org.crsh.cli.impl.lang   
org.crsh.lang.impl.java   
 

Uses of CommandInvoker in org.crsh.cli.descriptor
 

Methods in org.crsh.cli.descriptor that return CommandInvoker
abstract  CommandInvoker<T,?> CommandDescriptor.getInvoker(InvocationMatch<T> match)
           
 

Uses of CommandInvoker in org.crsh.cli.impl.descriptor
 

Methods in org.crsh.cli.impl.descriptor that return CommandInvoker
 CommandInvoker<T,?> HelpDescriptor.getInvoker(InvocationMatch<T> match)
           
 

Uses of CommandInvoker in org.crsh.cli.impl.invocation
 

Methods in org.crsh.cli.impl.invocation that return CommandInvoker
 CommandInvoker<T,?> InvocationMatch.getInvoker()
           
 

Uses of CommandInvoker in org.crsh.cli.impl.lang
 

Subclasses of CommandInvoker in org.crsh.cli.impl.lang
 class ObjectCommandInvoker<T,V>
           
 

Methods in org.crsh.cli.impl.lang that return CommandInvoker
 CommandInvoker<Instance<T>,?> MethodDescriptor.getInvoker(InvocationMatch<Instance<T>> match)
           
 

Uses of CommandInvoker in org.crsh.lang.impl.java
 

Fields in org.crsh.lang.impl.java declared as CommandInvoker
private  CommandInvoker<Instance<T>,PC> PipeCommandMatch.invoker
          .
private  CommandInvoker<Instance<T>,?> ProducerCommandMatch.invoker
          .
 

Methods in org.crsh.lang.impl.java with parameters of type CommandInvoker
private
<C,P,PC extends Pipe<C,P>>
CommandMatch<C,P>
ClassShellCommand.getPipeInvoker(CommandInvoker<Instance<T>,PC> invoker)
           
private
<P> CommandMatch<Void,P>
ClassShellCommand.getProducerInvoker(CommandInvoker<Instance<T>,?> invoker, Class<P> producedType)
           
 

Constructors in org.crsh.lang.impl.java with parameters of type CommandInvoker
PipeCommandMatch(ClassShellCommand<T> baseShellCommand, CommandInvoker<Instance<T>,PC> invoker)
           
ProducerCommandMatch(ClassShellCommand<T> shellCommand, CommandInvoker<Instance<T>,?> invoker, Class<P> producedType)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.