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> 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(CommandDescriptorImpl<T> descriptor)
           
 HelpDescriptor<T> HelpDescriptor.getSubordinate(String name)
           
 

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
HelpDescriptor(HelpDescriptor<T> owner, CommandDescriptorImpl<T> delegate)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.