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

Packages that use CommandMatch
org.crsh.lang.impl.groovy.command   
org.crsh.lang.impl.java   
org.crsh.shell.impl.command.spi   
 

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

Methods in org.crsh.lang.impl.groovy.command that return CommandMatch
protected  CommandMatch<?,?> GroovyScriptShellCommand.resolve(InvocationMatch<Instance<T>> match)
           
 

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

Subclasses of CommandMatch in org.crsh.lang.impl.java
(package private)  class BaseCommandMatch<T extends BaseCommand,C,P>
           
(package private)  class PipeCommandMatch<T extends BaseCommand,C,P,PC extends Pipe<C,P>>
           
(package private)  class ProducerCommandMatch<T extends BaseCommand,P>
           
 

Methods in org.crsh.lang.impl.java that return CommandMatch
private
<C,P,PC extends Pipe<C,P>>
CommandMatch<C,P>
ClassShellCommand.getPipeInvoker(CommandInvoker<Instance<T>,PC> invoker)
           
private
<P> CommandMatch<Void,P>
ClassShellCommand.getProducerInvoker(CommandInvoker<Instance<T>,?> invoker, Class<P> producedType)
           
protected  CommandMatch<?,?> ClassShellCommand.resolve(InvocationMatch<Instance<T>> match)
           
 

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

Methods in org.crsh.shell.impl.command.spi that return CommandMatch
protected abstract  CommandMatch<?,?> Command.resolve(InvocationMatch<T> match)
          Resolve the real match for a specified invocation match.
 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)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.