Constructors in org.crsh.cmdline that throw IllegalParameterException |
ArgumentDescriptor(B binding,
String name,
Type javaType,
Description info,
boolean required,
boolean password,
Class<? extends Completer> completerType,
Annotation annotation)
|
OptionDescriptor(B binding,
Type javaType,
List<String> names,
Description info,
boolean required,
int arity,
boolean password,
Class<? extends Completer> completerType,
Annotation annotation)
|
ParameterDescriptor(B binding,
Type javaType,
Description description,
boolean required,
boolean password,
Class<? extends Completer> completerType,
Annotation annotation)
|