| Package | Description |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl.lang |
| Modifier and Type | Field and Description |
|---|---|
private Description |
CommandDescriptor.description
.
|
private Description |
ParameterDescriptor.description
.
|
| Modifier and Type | Method and Description |
|---|---|
Description |
CommandDescriptor.getDescription()
Returns the command description.
|
Description |
ParameterDescriptor.getDescription() |
| Constructor and Description |
|---|
ArgumentDescriptor(String name,
ParameterType<?> type,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
CommandDescriptor(String name,
Description description) |
Description(Description child,
Description parent) |
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) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Description |
CommandFactory.Tuple.descriptionAnn |
| 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) |
ClassDescriptor(Class<T> type,
String name,
Map<String,MethodDescriptor<T>> methods,
Description info) |
CommandFactory.Tuple(Argument argumentAnn,
Option optionAnn,
boolean required,
Description info,
Annotation ann) |
MethodDescriptor(ClassDescriptor<T> owner,
Method method,
String name,
Description info) |
ObjectCommandDescriptor(String name,
Description description) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.