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

Packages that use InvocationMatch
org.crsh.cli.impl.descriptor   
org.crsh.cli.impl.invocation   
org.crsh.cli.impl.lang   
org.crsh.command   
 

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

Methods in org.crsh.cli.impl.descriptor with parameters of type InvocationMatch
abstract  CommandInvoker<T> CommandDescriptorImpl.getInvoker(InvocationMatch<T> match)
           
 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<T> InvocationMatch.owner
          .
 

Methods in org.crsh.cli.impl.invocation that return InvocationMatch
 InvocationMatch<T> InvocationMatcher.match(String s)
           
 InvocationMatch<T> InvocationMatcher.match(String name, Map<String,?> options, List<?> arguments)
           
private  InvocationMatch<T> InvocationMatcher.match(Tokenizer tokenizer)
           
 InvocationMatch<T> InvocationMatch.owner()
           
 InvocationMatch<T> InvocationMatch.subordinate(String name)
           
 

Constructors in org.crsh.cli.impl.invocation with parameters of type InvocationMatch
InvocationMatch(InvocationMatch<T> owner, CommandDescriptorImpl<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)  void ClassDescriptor.configure(InvocationMatch<T> classMatch, T command)
           
 CommandInvoker<T> ClassDescriptor.getInvoker(InvocationMatch<T> match)
           
 CommandInvoker<T> MethodDescriptor.getInvoker(InvocationMatch<T> _match)
           
 

Uses of InvocationMatch in org.crsh.command
 

Methods in org.crsh.command with parameters of type InvocationMatch
 CommandInvoker<?,?> CRaSHCommand.resolveInvoker(InvocationMatch<CRaSHCommand> match)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.