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
 Command<?> LanguageCommandResolver.resolveCommand(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)
           
 

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

Methods in org.crsh.lang.impl.groovy.closure that throw CommandException
 void PipeLineInvoker.invoke(InvocationContext<Object> context)
           
 void ClosureInvoker.provide(Object element)
           
 

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

Methods in org.crsh.lang.impl.groovy.command that throw CommandException
protected  Completer GroovyScriptShellCommand.getCompleter(RuntimeContext context)
           
 

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)
           
protected  Completer ClassShellCommand.getCompleter(RuntimeContext context)
           
 

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<?> ShellSession.getCommand(String name)
           
 Command<?> CRaSH.getCommand(String name)
          Attempt to obtain a command instance.
 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)
           
 

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()
           
 org.crsh.cli.impl.completion.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.
 Command<?> CommandResolver.resolveCommand(String name)
          Attempt to obtain a command.
 CommandMatch<?,?> Command.resolveCommand(String line)
           
 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
 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.