| Package | Description |
|---|---|
| org.crsh.cli.impl.lang |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BoundArgumentDescriptor |
(package private) class |
BoundOptionDescriptor |
class |
ClassFieldBinding |
(package private) class |
MethodArgumentBinding |
| Modifier and Type | Field and Description |
|---|---|
(package private) Binding |
BoundOptionDescriptor.binding
.
|
(package private) Binding |
BoundArgumentDescriptor.binding
.
|
| Modifier and Type | Method and Description |
|---|---|
private ParameterDescriptor |
CommandFactory.create(Binding binding,
Type type,
Argument argumentAnn,
Option optionAnn,
boolean required,
Description info,
Annotation ann) |
| Constructor and Description |
|---|
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.