Uses of Class
org.crsh.cli.impl.descriptor.IllegalValueTypeException

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

Uses of IllegalValueTypeException in org.crsh.cli.descriptor
 

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

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

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

Constructors in org.crsh.cli.impl.lang that throw IllegalValueTypeException
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)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.