Uses of Interface
org.crsh.command.InvocationContext

Packages that use InvocationContext
org.crsh.command   
org.crsh.lang.impl.groovy   
org.crsh.lang.impl.groovy.closure   
org.crsh.lang.impl.groovy.command   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.system   
 

Uses of InvocationContext in org.crsh.command
 

Fields in org.crsh.command declared as InvocationContext
protected  InvocationContext<P> Pipe.context
          .
 

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

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

Methods in org.crsh.command with parameters of type InvocationContext
 void Pipe.open(InvocationContext<P> consumer)
           
 void AbstractCommand.pushContext(InvocationContext<?> context)
           
 

Uses of InvocationContext in org.crsh.lang.impl.groovy
 

Fields in org.crsh.lang.impl.groovy declared as InvocationContext
private  InvocationContext<Object> ShellBinding.current
          .
private  InvocationContext<Object> ShellBinding.proxy
           
 

Methods in org.crsh.lang.impl.groovy that return InvocationContext
 InvocationContext<Object> ShellBinding.getCurrent()
           
 

Methods in org.crsh.lang.impl.groovy with parameters of type InvocationContext
static SafeCallable Helper.resolveMethodInvocation(InvocationContext context, String name, Object args)
           
static PipeLineClosure Helper.resolveProperty(InvocationContext context, String property)
           
 void ShellBinding.setCurrent(InvocationContext<Object> current)
           
 

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

Classes in org.crsh.lang.impl.groovy.closure that implement InvocationContext
(package private)  class PipeLineInvocationContext
           
 

Fields in org.crsh.lang.impl.groovy.closure declared as InvocationContext
private  InvocationContext<Object> PipeLineClosure.context
          .
(package private)  InvocationContext<Object> PipeLineInvocationContext.outter
          .
 

Methods in org.crsh.lang.impl.groovy.closure with parameters of type InvocationContext
 PipeLineClosure PipeLineClosure.bind(InvocationContext<Object> context)
           
 void PipeLineInvoker.invoke(InvocationContext<Object> context)
           
 

Constructors in org.crsh.lang.impl.groovy.closure with parameters of type InvocationContext
PipeLineClosure(InvocationContext<Object> context, PipeLineElement[] elements)
           
PipeLineClosure(InvocationContext<Object> context, String name, Command<?> command)
           
PipeLineInvocationContext(InvocationContext<Object> outter)
           
 

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

Fields in org.crsh.lang.impl.groovy.command declared as InvocationContext
protected  InvocationContext GroovyScriptCommand.context
          The current context.
 

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

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

Methods in org.crsh.lang.impl.groovy.command with parameters of type InvocationContext
 void GroovyScriptCommand.pushContext(InvocationContext<?> context)
           
 

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

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

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

Methods in org.crsh.shell.impl.command.system with parameters of type InvocationContext
 void help.main(InvocationContext<Object> context)
           
 void repl.main(InvocationContext<Object> context, String name)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.