Uses of Class
org.crsh.cli.impl.descriptor.HelpDescriptor

Packages that use HelpDescriptor
org.crsh.cli.impl.descriptor   
 

Uses of HelpDescriptor in org.crsh.cli.impl.descriptor
 

Fields in org.crsh.cli.impl.descriptor declared as HelpDescriptor
private  HelpDescriptor<T> Help.descriptor
          .
private  HelpDescriptor<T> HelpDescriptor.owner
          .
 

Fields in org.crsh.cli.impl.descriptor with type parameters of type HelpDescriptor
private  LinkedHashMap<String,HelpDescriptor<T>> HelpDescriptor.subordinates
          .
 

Methods in org.crsh.cli.impl.descriptor that return HelpDescriptor
static
<T> HelpDescriptor<T>
HelpDescriptor.create(CommandDescriptor<T> descriptor)
           
 HelpDescriptor<T> Help.getDescriptor()
           
 

Methods in org.crsh.cli.impl.descriptor that return types with arguments of type HelpDescriptor
 Map<String,? extends HelpDescriptor<T>> HelpDescriptor.getSubordinates()
           
 

Constructors in org.crsh.cli.impl.descriptor with parameters of type HelpDescriptor
Help(HelpDescriptor<T> descriptor)
           
HelpDescriptor(HelpDescriptor<T> owner, CommandDescriptor<T> delegate)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.