Uses of Interface
org.crsh.command.InvocationContext

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

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 CommandDispatcher.ic
          .
(package private)  InvocationContext<?,?> InnerInvocationContext.outter
          .
 

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)
           
 

Constructors in org.crsh.command with parameters of type InvocationContext
CommandDispatcher(ShellCommand command, InvocationContext ic)
           
InnerInvocationContext(InvocationContext<?,?> outter, Class<? extends P> producedType, boolean piped)
           
 

Uses of InvocationContext in org.crsh.command.impl
 

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

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

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

Uses of InvocationContext in org.crsh.shell.io
 

Fields in org.crsh.shell.io declared as InvocationContext
private  InvocationContext ShellPrinter.context
          .
 

Constructors in org.crsh.shell.io with parameters of type InvocationContext
ShellPrinter(ShellWriter out, InvocationContext context)
           
 

Uses of InvocationContext in org.crsh.shell.ui
 

Fields in org.crsh.shell.ui declared as InvocationContext
private  InvocationContext UIWriterContext.context
          .
 

Methods in org.crsh.shell.ui that return InvocationContext
 InvocationContext UIWriterContext.getInvocationContext()
           
 

Methods in org.crsh.shell.ui with parameters of type InvocationContext
 void Element.print(ShellWriter writer, InvocationContext context)
           
 

Constructors in org.crsh.shell.ui with parameters of type InvocationContext
UIWriterContext(InvocationContext context)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.