| Package | Description |
|---|---|
| org.crsh.lang.groovy.command | |
| org.crsh.lang.java | |
| org.crsh.shell.impl.command.spi |
| Modifier and Type | Method and Description |
|---|---|
protected Command<?,?> |
GroovyScriptShellCommand.resolveCommand(InvocationMatch<Instance<T>> match) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CommandImpl<T extends BaseCommand,C,P> |
(package private) class |
PipeCommandImpl<T extends BaseCommand,C,P,PC extends Pipe<C,P>> |
(package private) class |
ProducerCommandImpl<T extends BaseCommand,P> |
| Modifier and Type | Method and Description |
|---|---|
private <C,P,PC extends Pipe<C,P>> |
ShellCommandImpl.getPipeInvoker(CommandInvoker<Instance<T>,PC> invoker) |
private <P> Command<Void,P> |
ShellCommandImpl.getProducerInvoker(CommandInvoker<Instance<T>,?> invoker,
Class<P> producedType) |
protected Command<?,?> |
ShellCommandImpl.resolveCommand(InvocationMatch<Instance<T>> match) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Command<?,?> |
ShellCommand.resolveCommand(InvocationMatch<T> match)
Resolve the real command for a specified invocation match.
|
Command<?,?> |
ShellCommand.resolveCommand(String line) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.