Uses of Class
org.crsh.cli.impl.ParameterType

Packages that use ParameterType
org.crsh.cli.descriptor   
org.crsh.cli.impl   
 

Uses of ParameterType in org.crsh.cli.descriptor
 

Fields in org.crsh.cli.descriptor declared as ParameterType
private  ParameterType<?> ParameterDescriptor.type
          .
 

Constructors in org.crsh.cli.descriptor with parameters of type ParameterType
ArgumentDescriptor(Object binding, String name, ParameterType<?> type, Description info, boolean required, boolean password, boolean unquote, Class<? extends Completer> completerType, Annotation annotation)
           
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 ParameterType in org.crsh.cli.impl
 

Methods in org.crsh.cli.impl that return ParameterType
static ParameterType ParameterType.create(ValueTypeFactory factory, Type type)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.