Uses of Interface
org.crsh.cli.impl.lang.Instance

Packages that use Instance
org.crsh.cli.impl.lang   
org.crsh.lang.impl.groovy.command   
org.crsh.lang.impl.java   
org.crsh.standalone   
 

Uses of Instance in org.crsh.cli.impl.lang
 

Methods in org.crsh.cli.impl.lang that return Instance
static
<T> Instance<T>
Util.wrap(T object)
          Wrap an object with an Instance.
 

Methods in org.crsh.cli.impl.lang that return types with arguments of type Instance
 CommandInvoker<Instance<T>,?> MethodDescriptor.getInvoker(InvocationMatch<Instance<T>> match)
           
 CommandDescriptor<Instance<T>> ClassDescriptor.getOwner()
           
 CommandDescriptor<Instance<T>> MethodDescriptor.getOwner()
           
 Map<String,? extends CommandDescriptor<Instance<T>>> MethodDescriptor.getSubordinates()
           
 

Method parameters in org.crsh.cli.impl.lang with type arguments of type Instance
 ObjectCommandInvoker<T,?> ClassDescriptor.getInvoker(InvocationMatch<Instance<T>> match)
           
 CommandInvoker<Instance<T>,?> MethodDescriptor.getInvoker(InvocationMatch<Instance<T>> match)
           
private
<V> ObjectCommandInvoker<T,V>
MethodDescriptor.getInvoker2(InvocationMatch<Instance<T>> match, Class<V> returnType)
           
 

Constructor parameters in org.crsh.cli.impl.lang with type arguments of type Instance
ObjectCommandInvoker(InvocationMatch<Instance<T>> match)
           
 

Uses of Instance in org.crsh.lang.impl.groovy.command
 

Fields in org.crsh.lang.impl.groovy.command with type parameters of type Instance
private  CommandDescriptor<Instance<T>> GroovyScriptShellCommand.descriptor
          .
 

Methods in org.crsh.lang.impl.groovy.command that return types with arguments of type Instance
 CommandDescriptor<Instance<T>> GroovyScriptShellCommand.getDescriptor()
           
 

Method parameters in org.crsh.lang.impl.groovy.command with type arguments of type Instance
protected  CommandMatch<?,?> GroovyScriptShellCommand.resolve(InvocationMatch<Instance<T>> match)
           
 

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

Classes in org.crsh.lang.impl.java that implement Instance
(package private)  class BaseCommandMatch.BaseInvoker
           
 

Fields in org.crsh.lang.impl.java with type parameters of type Instance
private  CommandDescriptor<Instance<T>> ClassShellCommand.descriptor
          .
private  CommandInvoker<Instance<T>,PC> PipeCommandMatch.invoker
          .
private  CommandInvoker<Instance<T>,?> ProducerCommandMatch.invoker
          .
 

Methods in org.crsh.lang.impl.java that return types with arguments of type Instance
 CommandDescriptor<Instance<T>> ClassShellCommand.getDescriptor()
           
 

Method parameters in org.crsh.lang.impl.java with type arguments of type Instance
private
<C,P,PC extends Pipe<C,P>>
CommandMatch<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 parameters in org.crsh.lang.impl.java with type arguments of type Instance
PipeCommandMatch(ClassShellCommand<T> baseShellCommand, CommandInvoker<Instance<T>,PC> invoker)
           
ProducerCommandMatch(ClassShellCommand<T> shellCommand, CommandInvoker<Instance<T>,?> invoker, Class<P> producedType)
           
 

Uses of Instance in org.crsh.standalone
 

Fields in org.crsh.standalone with type parameters of type Instance
private  CommandDescriptor<Instance<CRaSH>> CRaSH.descriptor
          .
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.