|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IllegalValueTypeException | |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl | |
| Uses of IllegalValueTypeException in org.crsh.cli.descriptor |
|---|
| Constructors in org.crsh.cli.descriptor that throw IllegalValueTypeException | |
|---|---|
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 IllegalValueTypeException in org.crsh.cli.impl |
|---|
| Methods in org.crsh.cli.impl that throw IllegalValueTypeException | |
|---|---|
static ParameterType |
ParameterType.create(ValueTypeFactory factory,
Type type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||