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

Packages that use Description
org.crsh.cli.descriptor   
 

Uses of Description in org.crsh.cli.descriptor
 

Methods in org.crsh.cli.descriptor that return Description
 Description ParameterDescriptor.getDescription()
           
 Description CommandDescriptor.getDescription()
          Returns the command description.
 

Constructors in org.crsh.cli.descriptor with parameters of type Description
ArgumentDescriptor(String name, org.crsh.cli.impl.ParameterType<?> type, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
Description(Description child, Description parent)
           
OptionDescriptor(org.crsh.cli.impl.ParameterType<?> type, List<String> names, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
ParameterDescriptor(org.crsh.cli.impl.ParameterType<?> type, Description description, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.