| Package | Description |
|---|---|
| org.crsh.cli.descriptor |
| Modifier and Type | Method and Description |
|---|---|
Description |
ParameterDescriptor.getDescription() |
Description |
CommandDescriptor.getDescription()
Returns the command description.
|
| Constructor and Description |
|---|
ArgumentDescriptor(Object binding,
String name,
org.crsh.cli.impl.ParameterType<?> type,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
Description(Description child,
Description parent) |
OptionDescriptor(Object binding,
org.crsh.cli.impl.ParameterType<?> type,
List<String> names,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
ParameterDescriptor(Object binding,
org.crsh.cli.impl.ParameterType<?> type,
Description description,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.