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

Packages that use Description
org.crsh.cli.descriptor   
org.crsh.cli.impl.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(Object binding, 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(Object binding, ParameterType<?> type, List<String> names, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
ParameterDescriptor(Object binding, ParameterType<?> type, Description description, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
 

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

Constructors in org.crsh.cli.impl.descriptor with parameters of type Description
CommandDescriptorImpl(String name, Description description)
           
 

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(Object 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
ClassDescriptor(Class<T> type, 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)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.