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