Uses of Class
org.crsh.cmdline.Description

Packages that use Description
org.crsh.cmdline   
 

Uses of Description in org.crsh.cmdline
 

Fields in org.crsh.cmdline declared as Description
private  Description CommandDescriptor.description
          .
private  Description ParameterDescriptor.description
          .
(package private)  Description CommandFactory.Tuple.descriptionAnn
           
 

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

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, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
ClassDescriptor(Class<T> type, Description info)
           
CommandDescriptor(String name, Description description)
           
CommandFactory.Tuple(Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
Description(Description child, Description parent)
           
MethodDescriptor(ClassDescriptor<T> owner, Method method, String name, Description info)
           
OptionDescriptor(B binding, Type javaType, List<String> names, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
ParameterDescriptor(B binding, Type javaType, Description description, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.