Package | Description |
---|---|
org.crsh.lang.impl.groovy.command | |
org.crsh.lang.impl.java | |
org.crsh.shell.impl.command.spi |
Modifier and Type | Method and Description |
---|---|
protected CommandMatch<?,?> |
GroovyScriptShellCommand.resolve(InvocationMatch<Instance<T>> match) |
Modifier and Type | Class and Description |
---|---|
(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> |
Modifier and Type | Method and Description |
---|---|
private <C,P,PC extends Pipe<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) |
Modifier and Type | Method and Description |
---|---|
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.