Uses of Class
org.crsh.cli.impl.invocation.InvocationMatch

Packages that use InvocationMatch
org.crsh.cli.descriptor   
org.crsh.cli.impl.descriptor   
org.crsh.cli.impl.invocation   
org.crsh.cli.impl.lang   
org.crsh.lang.impl.groovy.command   
org.crsh.lang.impl.java   
org.crsh.shell.impl.command.spi   
 

Uses of InvocationMatch in org.crsh.cli.descriptor
 

Methods in org.crsh.cli.descriptor with parameters of type InvocationMatch
abstract  CommandInvoker<T,?> CommandDescriptor.getInvoker(InvocationMatch<T> match)
           
 

Uses of InvocationMatch in org.crsh.cli.impl.descriptor
 

Methods in org.crsh.cli.impl.descriptor with parameters of type InvocationMatch
 CommandInvoker<T,?> HelpDescriptor.getInvoker(InvocationMatch<T> match)
           
 

Uses of InvocationMatch in org.crsh.cli.impl.invocation
 

Fields in org.crsh.cli.impl.invocation declared as InvocationMatch
private  InvocationMatch<C> CommandInvoker.match
          .
private  InvocationMatch<T> InvocationMatch.owner
          .
 

Methods in org.crsh.cli.impl.invocation that return InvocationMatch
 InvocationMatch<T> InvocationMatcher.arguments(List<?> arguments)
           
 InvocationMatch<C> CommandInvoker.getMatch()
           
private  InvocationMatch<T> InvocationMatcher.match(Iterable<Token> tokens)
           
private  InvocationMatch<T> InvocationMatcher.match(Tokenizer tokenizer)
           
 InvocationMatch<T> InvocationMatch.owner()
           
 InvocationMatch<T> InvocationMatcher.parse(String s)
           
 InvocationMatch<T> InvocationMatch.subordinate(String name)
           
 

Constructors in org.crsh.cli.impl.invocation with parameters of type InvocationMatch
CommandInvoker(InvocationMatch<C> match)
           
InvocationMatch(InvocationMatch<T> owner, CommandDescriptor<T> descriptor)
           
 

Uses of InvocationMatch in org.crsh.cli.impl.lang
 

Methods in org.crsh.cli.impl.lang with parameters of type InvocationMatch
(package private) static void MethodDescriptor.bind(InvocationMatch<?> match, Iterable<ParameterDescriptor> parameters, Object target, Object[] args)
           
 ObjectCommandInvoker<T,?> ClassDescriptor.getInvoker(InvocationMatch<Instance<T>> match)
           
 CommandInvoker<Instance<T>,?> MethodDescriptor.getInvoker(InvocationMatch<Instance<T>> match)
           
private
<V> ObjectCommandInvoker<T,V>
MethodDescriptor.getInvoker2(InvocationMatch<Instance<T>> match, Class<V> returnType)
           
 

Constructors in org.crsh.cli.impl.lang with parameters of type InvocationMatch
ObjectCommandInvoker(InvocationMatch<Instance<T>> match)
           
 

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

Methods in org.crsh.lang.impl.groovy.command with parameters of type InvocationMatch
protected  CommandMatch<?,?> GroovyScriptShellCommand.resolve(InvocationMatch<Instance<T>> match)
           
 

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

Methods in org.crsh.lang.impl.java with parameters of type InvocationMatch
protected  CommandMatch<?,?> ClassShellCommand.resolve(InvocationMatch<Instance<T>> match)
           
 

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

Methods in org.crsh.shell.impl.command.spi with parameters of type InvocationMatch
 String Command.describe(InvocationMatch<T> match, Format format)
           
protected abstract  CommandMatch<?,?> Command.resolve(InvocationMatch<T> match)
          Resolve the real match for a specified invocation match.
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.