|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| org.crsh.lang.groovy.command | |
| org.crsh.lang.java | |
| org.crsh.shell.impl.command.spi | |
| Uses of Command in org.crsh.lang.groovy.command |
|---|
| Methods in org.crsh.lang.groovy.command that return Command | |
|---|---|
protected Command<?,?> |
GroovyScriptShellCommand.resolveCommand(InvocationMatch<Instance<T>> match)
|
| Uses of Command in org.crsh.lang.java |
|---|
| Subclasses of Command in org.crsh.lang.java | |
|---|---|
(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>
|
| Methods in org.crsh.lang.java that return Command | ||
|---|---|---|
private
|
ShellCommandImpl.getPipeInvoker(CommandInvoker<Instance<T>,PC> invoker)
|
|
private
|
ShellCommandImpl.getProducerInvoker(CommandInvoker<Instance<T>,?> invoker,
Class<P> producedType)
|
|
protected Command<?,?> |
ShellCommandImpl.resolveCommand(InvocationMatch<Instance<T>> match)
|
|
| Uses of Command in org.crsh.shell.impl.command.spi |
|---|
| Methods in org.crsh.shell.impl.command.spi that return Command | |
|---|---|
protected abstract Command<?,?> |
ShellCommand.resolveCommand(InvocationMatch<T> match)
Resolve the real command for a specified invocation match. |
Command<?,?> |
ShellCommand.resolveCommand(String line)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||