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(org.crsh.cli.impl.invocation.InvocationMatch<org.crsh.cli.impl.lang.Instance<T>> match)
           
 

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

Methods in org.crsh.lang.impl.java that return CommandMatch
protected  CommandMatch<?,?> ClassShellCommand.resolve(org.crsh.cli.impl.invocation.InvocationMatch<org.crsh.cli.impl.lang.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(org.crsh.cli.impl.invocation.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.