Uses of Class
org.crsh.cmdline.ParameterType

Packages that use ParameterType
org.crsh.cmdline   
 

Uses of ParameterType in org.crsh.cmdline
 

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

Methods in org.crsh.cmdline that return ParameterType
(package private) static ParameterType ParameterType.create(ValueTypeFactory factory, Type type)
           
 

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