|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Description | |
|---|---|
| org.crsh.cli.descriptor | |
| Uses of Description in org.crsh.cli.descriptor |
|---|
| Methods in org.crsh.cli.descriptor that return Description | |
|---|---|
Description |
ParameterDescriptor.getDescription()
|
Description |
CommandDescriptor.getDescription()
Returns the command description. |
| Constructors in org.crsh.cli.descriptor with parameters of type 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||