| Package | Description |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl |
| Modifier and Type | Field and Description |
|---|---|
private ParameterType<?> |
ParameterDescriptor.type
.
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static ParameterType |
ParameterType.create(ValueTypeFactory factory,
Type type) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.