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

Packages that use Description
org.crsh.cli.descriptor   
org.crsh.cli.impl.lang   
 

Uses of Description in org.crsh.cli.descriptor
 

Fields in org.crsh.cli.descriptor declared as Description
private  Description CommandDescriptor.description
          .
private  Description ParameterDescriptor.description
          .
 

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

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

Uses of Description in org.crsh.cli.impl.lang
 

Fields in org.crsh.cli.impl.lang declared as Description
(package private)  Description CommandFactory.Tuple.descriptionAnn
           
 

Methods in org.crsh.cli.impl.lang with parameters of type Description
private  ParameterDescriptor CommandFactory.create(Binding binding, Type type, Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
 

Constructors in org.crsh.cli.impl.lang with parameters of type Description
BoundArgumentDescriptor(Binding binding, String name, ParameterType<?> type, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
BoundOptionDescriptor(Binding binding, ParameterType<?> type, List<String> names, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
ClassDescriptor(Class<T> type, String name, Map<String,MethodDescriptor<T>> methods, Description info)
           
CommandFactory.Tuple(Argument argumentAnn, Option optionAnn, boolean required, Description info, Annotation ann)
           
MethodDescriptor(ClassDescriptor<T> owner, Method method, String name, Description info)
           
ObjectCommandDescriptor(String name, Description description)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.