Uses of Interface
org.crsh.command.InvocationContext

Packages that use InvocationContext
org.crsh.command   
org.crsh.shell.impl.command   
 

Uses of InvocationContext in org.crsh.command
 

Classes in org.crsh.command that implement InvocationContext
(package private)  class InnerInvocationContext<P>
           
 

Fields in org.crsh.command declared as InvocationContext
(package private)  InvocationContext<?> InnerInvocationContext.outter
          .
 

Fields in org.crsh.command with type parameters of type InvocationContext
private  LinkedList<InvocationContext<?>> GroovyCommand.stack
          .
private  LinkedList<InvocationContext<?>> GroovyScriptCommand.stack
          .
 

Methods in org.crsh.command that return InvocationContext
 InvocationContext<?> GroovyCommand.peekContext()
           
 InvocationContext<?> GroovyScriptCommand.peekContext()
           
 InvocationContext<?> GroovyCommand.popContext()
           
 InvocationContext<?> GroovyScriptCommand.popContext()
           
 

Methods in org.crsh.command with parameters of type InvocationContext
 PipeCommand<Object> GroovyScriptCommand.invoke(InvocationContext<Object> context)
           
 PipeCommand<C> CommandInvoker.invoke(InvocationContext<P> context)
          Invoke a command
 void GroovyCommand.pushContext(InvocationContext<?> context)
           
 void GroovyScriptCommand.pushContext(InvocationContext<?> context)
           
 

Constructors in org.crsh.command with parameters of type InvocationContext
InnerInvocationContext(InvocationContext<?> outter, Pipe<Object> producer)
           
 

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

Classes in org.crsh.shell.impl.command that implement InvocationContext
 class CRaSHInvocationContext<P>
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.