Uses of Class
org.crsh.cmdline.CommandDescriptor

Packages that use CommandDescriptor
org.crsh.cmdline   
org.crsh.cmdline.matcher   
 

Uses of CommandDescriptor in org.crsh.cmdline
 

Subclasses of CommandDescriptor in org.crsh.cmdline
 class ClassDescriptor<T>
          A command backed by a class.
 class MethodDescriptor<T>
           
 

Methods in org.crsh.cmdline that return CommandDescriptor
 CommandDescriptor<?,B> ParameterDescriptor.getOwner()
           
 

Methods in org.crsh.cmdline that return types with arguments of type CommandDescriptor
 Map<String,? extends CommandDescriptor<T,?>> MethodDescriptor.getSubordinates()
           
abstract  Map<String,? extends CommandDescriptor<T,?>> CommandDescriptor.getSubordinates()
          Returns the command subordinates as a map.
 Map<String,? extends CommandDescriptor<T,?>> ClassDescriptor.getSubordinates()
           
 

Uses of CommandDescriptor in org.crsh.cmdline.matcher
 

Classes in org.crsh.cmdline.matcher with type parameters of type CommandDescriptor
 class CommandMatch<C,D extends CommandDescriptor<C,B>,B extends TypeBinding>
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.