Uses of Class
org.crsh.cli.descriptor.CommandDescriptor

Packages that use CommandDescriptor
org.crsh.cli.descriptor   
 

Uses of CommandDescriptor in org.crsh.cli.descriptor
 

Methods in org.crsh.cli.descriptor that return CommandDescriptor
abstract  CommandDescriptor<T> CommandDescriptor.getOwner()
           
 CommandDescriptor<T> CommandDescriptor.getSubordinate(String name)
          Returns a specified subordinate.
 

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

Methods in org.crsh.cli.descriptor with parameters of type CommandDescriptor
abstract  void Format.print(CommandDescriptor<?> command, Appendable stream)
          Print the specified command to the stream
 void Format.Describe.print(CommandDescriptor<?> command, Appendable stream)
           
 void Format.Man.print(CommandDescriptor<?> command, Appendable stream)
           
 void Format.Usage.print(CommandDescriptor<?> command, Appendable stream)
           
 void Format.Man.printDescriptionSection(CommandDescriptor<?> command, Appendable stream)
           
 void Format.Usage.printDetailsSection(CommandDescriptor<?> command, Appendable stream)
           
 void Format.Man.printNameSection(CommandDescriptor<?> command, Appendable stream)
           
 void Format.Man.printParametersSection(CommandDescriptor<?> command, Appendable stream)
           
 void Format.Man.printSynopsisSection(CommandDescriptor<?> command, Appendable stream)
           
 void Format.Usage.printUsageSection(CommandDescriptor<?> command, Appendable stream)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.