Uses of Class
org.crsh.shell.impl.command.spi.CommandException

Packages that use CommandException
org.crsh.command   
org.crsh.lang   
org.crsh.lang.impl.groovy   
org.crsh.lang.impl.groovy.closure   
org.crsh.lang.impl.groovy.command   
org.crsh.lang.impl.java   
org.crsh.lang.impl.script   
org.crsh.lang.spi   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.pipeline   
org.crsh.shell.impl.command.spi   
org.crsh.shell.impl.command.system   
org.crsh.util   
 

Uses of CommandException in org.crsh.command
 

Methods in org.crsh.command that throw CommandException
 void BaseCommand.execute(String s)
           
 CommandInvoker<?,?> InvocationContext.resolve(String s)
          Resolve a command invoker for the specified command line.
 

Uses of CommandException in org.crsh.lang
 

Methods in org.crsh.lang that throw CommandException
private  CommandResolution LanguageCommandResolver.resolveCommand(Compiler manager, String name, Resource script)
           
 Command<?> LanguageCommandResolver.resolveCommand(String name)
           
private  CommandResolution LanguageCommandResolver.resolveCommand2(String name)
           
 

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

Methods in org.crsh.lang.impl.groovy that throw CommandException
 CommandResolution GroovyCompiler.compileCommand(String name, byte[] source)
           
 GroovyScript GroovyLanguage.getLifeCycle(ShellSession session, String name)
           
 Class<? extends T> GroovyClassFactory.parse(String name, String source)
           
 

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

Methods in org.crsh.lang.impl.groovy.closure that throw CommandException
(package private)  CommandInvoker CommandElement.create()
           
(package private) abstract  CommandInvoker PipeLineElement.create()
           
 void PipeLineInvoker.invoke(InvocationContext<Object> context)
           
 void ClosureInvoker.provide(Object element)
           
 CommandInvoker<?,?> PipeLineInvocationContext.resolve(String s)
           
(package private)  LinkedList<CommandInvoker> PipeLineClosure.resolve2(Object[] args)
           
 

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

Methods in org.crsh.lang.impl.groovy.command that throw CommandException
private  T GroovyScriptShellCommand.createCommand()
           
protected  Completer GroovyScriptShellCommand.getCompleter(RuntimeContext context)
           
private  CommandInvoker<Void,Object> GroovyScriptShellCommand.getInvoker(String[] args)
           
 

Uses of CommandException in org.crsh.lang.impl.java
 

Methods in org.crsh.lang.impl.java that throw CommandException
 CommandResolution JavaCompiler.compileCommand(String name, byte[] source)
           
(package private)  T ClassShellCommand.createCommand()
           
protected  Completer ClassShellCommand.getCompleter(RuntimeContext context)
           
 CommandInvoker<C,P> BaseCommandMatch.getInvoker()
           
(package private) abstract  BaseCommandMatch.BaseInvoker BaseCommandMatch.getInvoker(T command)
           
(package private)  BaseCommandMatch.BaseInvoker PipeCommandMatch.getInvoker(T command)
           
(package private)  BaseCommandMatch.BaseInvoker ProducerCommandMatch.getInvoker(T command)
           
 

Uses of CommandException in org.crsh.lang.impl.script
 

Methods in org.crsh.lang.impl.script that throw CommandException
 CommandResolution ScriptCompiler.compileCommand(String name, byte[] source)
           
 CommandInvoker<Void,Object> PipeLineFactory.create(ShellSession session)
           
 PipeLineFactory Token.createFactory()
           
 

Constructors in org.crsh.lang.impl.script that throw CommandException
PipeLineFactory(String line, PipeLineFactory next)
          Create a pipeline factory for the specified line and next factory
 

Uses of CommandException in org.crsh.lang.spi
 

Methods in org.crsh.lang.spi that throw CommandException
 CommandResolution Compiler.compileCommand(String name, byte[] source)
          Compile a command..
 Command<?> CommandResolution.getCommand()
           
 

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

Methods in org.crsh.shell.impl.command that throw CommandException
 Command<?> CRaSH.getCommand(String name)
          Attempt to obtain a command instance.
 Command<?> CRaSHSession.getCommand(String name)
           
 Command<?> ShellSession.getCommand(String name)
           
 CommandInvoker<?,?> InvocationContextImpl.resolve(String s)
           
 

Uses of CommandException in org.crsh.shell.impl.command.pipeline
 

Methods in org.crsh.shell.impl.command.pipeline that throw CommandException
 void PipeLine.close()
           
 void PipeLine.open(CommandContext<? super Object> consumer)
           
private  CommandContext PipeLine.open(int index, CommandContext last)
           
 

Uses of CommandException in org.crsh.shell.impl.command.spi
 

Methods in org.crsh.shell.impl.command.spi that throw CommandException
abstract  void CommandInvoker.close()
           
 CompletionMatch Command.complete(RuntimeContext context, String line)
          Provide completions for the specified arguments.
 String Command.describe(String line, Format format)
          Returns a description of the command or null if none can be found.
protected abstract  Completer Command.getCompleter(RuntimeContext context)
          Returns a completer for this command.
abstract  CommandInvoker<C,P> CommandMatch.getInvoker()
           
 void CommandInvoker.invoke(CommandContext<? super P> consumer)
          Invoke the command.
abstract  void CommandInvoker.open(CommandContext<? super P> consumer)
           
abstract  void CommandInvoker.provide(C element)
           
 CommandMatch<?,?> Command.resolveCommand(Map<String,?> options, String subordinate, Map<String,?> subordinateOptions, List<?> arguments)
          Provides an invoker for the command line specified in a detyped manner.
 CommandMatch<?,?> Command.resolveCommand(String line)
           
 Command<?> CommandResolver.resolveCommand(String name)
          Attempt to obtain a command.
 CommandInvoker<?,?> Command.resolveInvoker(String line)
          Provides an invoker for the command line specified as a command line to parse.
 

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

Methods in org.crsh.shell.impl.command.system that throw CommandException
private
<C extends BaseCommand>
CommandResolution
SystemResolver.createCommand(Class<C> commandClass)
           
 Command<?> SystemResolver.resolveCommand(String name)
           
 

Uses of CommandException in org.crsh.util
 

Methods in org.crsh.util that throw CommandException
 TimestampedObject<Class<? extends T>> ClassCache.getClass(String name)
           
abstract  Class<? extends T> ClassFactory.parse(String name, String source)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.