Uses of Interface
org.crsh.command.InvocationContext

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

Uses of InvocationContext in org.crsh.command
 

Methods in org.crsh.command with parameters of type InvocationContext
 void CommandInvoker.invoke(InvocationContext<C,P> context)
          Invoke a command
 void GroovyScriptCommand.invoke(InvocationContext<Void,Void> context)
           
 

Uses of InvocationContext in org.crsh.command.impl
 

Classes in org.crsh.command.impl that implement InvocationContext
 class BaseInvocationContext<C,P>
           
 

Fields in org.crsh.command.impl declared as InvocationContext
private  InvocationContext<?,?> AttributesMap.context
          .
 

Constructors in org.crsh.command.impl with parameters of type InvocationContext
AttributesMap(InvocationContext<?,?> context, Map<String,Object> delegate)
           
 

Uses of InvocationContext in org.crsh.shell.impl
 

Classes in org.crsh.shell.impl that implement InvocationContext
(package private)  class InvocationContextImpl<C,P>
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.