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.groovy.command   
org.crsh.lang.impl.java   
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
           
 

Methods in org.crsh.lang.impl.groovy.closure that return CommandInvoker
(package private)  CommandInvoker ClosureElement.create()
           
(package private)  CommandInvoker CommandElement.create()
           
(package private) abstract  CommandInvoker PipeLineElement.create()
           
 CommandInvoker<?,?> PipeLineInvocationContext.resolve(String s)
           
 

Methods in org.crsh.lang.impl.groovy.closure that return types with arguments of type CommandInvoker
(package private)  LinkedList<CommandInvoker> PipeLineClosure.resolve2(Object[] args)
           
 

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

Methods in org.crsh.lang.impl.groovy.command that return CommandInvoker
private  CommandInvoker<Void,Object> GroovyScriptShellCommand.getInvoker(String[] args)
           
 

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

Subclasses of CommandInvoker in org.crsh.lang.impl.java
(package private)  class BaseCommandMatch.BaseInvoker
           
 

Methods in org.crsh.lang.impl.java that return CommandInvoker
 CommandInvoker<C,P> BaseCommandMatch.getInvoker()
           
 

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
 

Fields in org.crsh.shell.impl.command declared as CommandInvoker
private  CommandInvoker<Void,?> CRaSHCommandProcess.command
          .
 

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

Constructors in org.crsh.shell.impl.command with parameters of type CommandInvoker
CRaSHCommandProcess(CRaSHSession session, String request, CommandInvoker<Void,?> command)
           
 

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

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

Fields in org.crsh.shell.impl.command.pipeline declared as CommandInvoker
(package private)  CommandInvoker<C,P> CommandInvokerAdapter.command
          .
private  CommandInvoker[] PipeLine.invokers
          .
 

Constructors in org.crsh.shell.impl.command.pipeline with parameters of type CommandInvoker
CommandInvokerAdapter(CommandInvoker<C,P> command, Class<C> consumedType, Class<P> producedType)
           
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.