Package | Description |
---|---|
org.crsh.cli.impl.lang | |
org.crsh.lang.impl.groovy.command | |
org.crsh.lang.impl.java | |
org.crsh.standalone |
Modifier and Type | Method and Description |
---|---|
static <T> Instance<T> |
Util.wrap(T object)
Wrap an object with an
Instance . |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<Instance<T>,?> |
MethodDescriptor.getInvoker(InvocationMatch<Instance<T>> match) |
CommandDescriptor<Instance<T>> |
MethodDescriptor.getOwner() |
CommandDescriptor<Instance<T>> |
ClassDescriptor.getOwner() |
Map<String,? extends CommandDescriptor<Instance<T>>> |
MethodDescriptor.getSubordinates() |
Modifier and Type | Method and Description |
---|---|
CommandInvoker<Instance<T>,?> |
MethodDescriptor.getInvoker(InvocationMatch<Instance<T>> match) |
ObjectCommandInvoker<T,?> |
ClassDescriptor.getInvoker(InvocationMatch<Instance<T>> match) |
private <V> ObjectCommandInvoker<T,V> |
MethodDescriptor.getInvoker2(InvocationMatch<Instance<T>> match,
Class<V> returnType) |
Constructor and Description |
---|
ObjectCommandInvoker(InvocationMatch<Instance<T>> match) |
Modifier and Type | Field and Description |
---|---|
private CommandDescriptor<Instance<T>> |
GroovyScriptShellCommand.descriptor
.
|
Modifier and Type | Method and Description |
---|---|
CommandDescriptor<Instance<T>> |
GroovyScriptShellCommand.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected CommandMatch<?,?> |
GroovyScriptShellCommand.resolve(InvocationMatch<Instance<T>> match) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BaseCommandMatch.BaseInvoker |
Modifier and Type | Field and Description |
---|---|
private CommandDescriptor<Instance<T>> |
ClassShellCommand.descriptor
.
|
private CommandInvoker<Instance<T>,PC> |
PipeCommandMatch.invoker
.
|
private CommandInvoker<Instance<T>,?> |
ProducerCommandMatch.invoker
.
|
Modifier and Type | Method and Description |
---|---|
CommandDescriptor<Instance<T>> |
ClassShellCommand.getDescriptor() |
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) |
Constructor and Description |
---|
PipeCommandMatch(ClassShellCommand<T> baseShellCommand,
CommandInvoker<Instance<T>,PC> invoker) |
ProducerCommandMatch(ClassShellCommand<T> shellCommand,
CommandInvoker<Instance<T>,?> invoker,
Class<P> producedType) |
Modifier and Type | Field and Description |
---|---|
private CommandDescriptor<Instance<CRaSH>> |
CRaSH.descriptor
.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.