Uses of Interface
org.crsh.command.CommandInvoker

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

Uses of CommandInvoker in org.crsh.command
 

Classes in org.crsh.command that implement CommandInvoker
 class BaseCommand<C,P>
          The base command.
 class ClassCommand
          The class command is a specialization of the BaseCommand for simple command implementations.
 

Methods in org.crsh.command that return CommandInvoker
 CommandInvoker<?,?> ShellCommand.createInvoker(String line)
          Provides an invoker for the specified arguments.
 CommandInvoker<?,?> CRaSHCommand.createInvoker(String line)
           
 CommandInvoker<?,?> BaseCommand.createInvoker(String line)
           
 

Uses of CommandInvoker in org.crsh.shell.impl
 

Classes in org.crsh.shell.impl that implement CommandInvoker
 class GroovyScriptCommand
          This class provides the base class for Groovy scripts.
 

Methods in org.crsh.shell.impl that return CommandInvoker
 CommandInvoker<?,?> GroovyScriptCommand.createInvoker(String line)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.