Uses of Class
org.crsh.cmdline.Description

Packages that use Description
org.crsh.cmdline   
 

Uses of Description in org.crsh.cmdline
 

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

Methods in org.crsh.cmdline with parameters of type Description
protected static
<B extends TypeBinding>
ParameterDescriptor<B>
CommandFactory.create(B binding, Type type, Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
 

Constructors in org.crsh.cmdline with parameters of type Description
ArgumentDescriptor(B binding, String name, Type javaType, Description info, boolean required, boolean password, Class<? extends Completer> completerType, Annotation annotation)
           
ClassDescriptor(Class<T> type, Description info)
           
OptionDescriptor(B binding, Type javaType, List<String> names, Description info, boolean required, int arity, boolean password, Class<? extends Completer> completerType, Annotation annotation)
           
ParameterDescriptor(B binding, Type javaType, Description description, boolean required, boolean password, Class<? extends Completer> completerType, Annotation annotation)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.