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

Packages that use Instance
org.crsh.cli.impl.lang   
org.crsh.lang.groovy.command   
org.crsh.lang.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.groovy.command
 

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

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

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

Uses of Instance in org.crsh.lang.java
 

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

Fields in org.crsh.lang.java with type parameters of type Instance
private  CommandDescriptor<Instance<T>> ShellCommandImpl.descriptor
          .
private  CommandInvoker<Instance<T>,PC> PipeCommandImpl.invoker
           
private  CommandInvoker<Instance<T>,?> ProducerCommandImpl.invoker
           
 

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

Method parameters in org.crsh.lang.java with type arguments of type Instance
private
<C,P,PC extends Pipe<C,P>>
Command<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)
           
 

Constructor parameters in org.crsh.lang.java with type arguments of type Instance
PipeCommandImpl(ShellCommandImpl<T> baseShellCommand, CommandInvoker<Instance<T>,PC> invoker)
           
ProducerCommandImpl(ShellCommandImpl<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 © 2014 eXo Platform SAS. All Rights Reserved.