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
<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, ParameterType<?> type, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
ClassDescriptor(Class<T> type, Map<String,MethodDescriptor<T>> methods, 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, ParameterType<?> type, List<String> names, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
ParameterDescriptor(B binding, ParameterType<?> type, Description description, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.