Uses of Class
org.crsh.shell.impl.command.spi.CommandInvoker

Packages that use CommandInvoker
org.crsh.command   
org.crsh.lang.impl.groovy.closure   
org.crsh.lang.impl.script   
org.crsh.lang.spi   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.pipeline   
org.crsh.shell.impl.command.spi   
 

Uses of CommandInvoker in org.crsh.command
 

Methods in org.crsh.command that return CommandInvoker
 CommandInvoker<?,?> InvocationContext.resolve(String s)
          Resolve a command invoker for the specified command line.
 

Uses of CommandInvoker in org.crsh.lang.impl.groovy.closure
 

Subclasses of CommandInvoker in org.crsh.lang.impl.groovy.closure
 class ClosureInvoker
           
 

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

Methods in org.crsh.lang.impl.script that return CommandInvoker
 CommandInvoker<Void,Object> PipeLineFactory.create(ShellSession session)
           
 

Uses of CommandInvoker in org.crsh.lang.spi
 

Fields in org.crsh.lang.spi declared as CommandInvoker
 CommandInvoker<Void,?> ReplResponse.Invoke.invoker
          .
 

Constructors in org.crsh.lang.spi with parameters of type CommandInvoker
ReplResponse.Invoke(CommandInvoker<Void,?> invoker)
           
 

Uses of CommandInvoker in org.crsh.shell.impl.command
 

Methods in org.crsh.shell.impl.command that return CommandInvoker
 CommandInvoker<?,?> InvocationContextImpl.resolve(String s)
           
 

Uses of CommandInvoker in org.crsh.shell.impl.command.pipeline
 

Subclasses of CommandInvoker in org.crsh.shell.impl.command.pipeline
 class PipeLine
           
 

Constructors in org.crsh.shell.impl.command.pipeline with parameters of type CommandInvoker
PipeLine(CommandInvoker[] invokers)
           
 

Uses of CommandInvoker in org.crsh.shell.impl.command.spi
 

Methods in org.crsh.shell.impl.command.spi that return CommandInvoker
abstract  CommandInvoker<C,P> CommandMatch.getInvoker()
           
 CommandInvoker<?,?> Command.resolveInvoker(String line)
          Provides an invoker for the command line specified as a command line to parse.
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.