|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Description | |
---|---|
org.crsh.cmdline |
Uses of Description in org.crsh.cmdline |
---|
Methods in org.crsh.cmdline that return Description | |
---|---|
Description |
ParameterDescriptor.getDescription()
|
Description |
CommandDescriptor.getDescription()
Returns the command description. |
Methods in org.crsh.cmdline with parameters of type Description | ||
---|---|---|
protected static
|
CommandFactory.create(B binding,
Type type,
Argument argumentAnn,
Option optionAnn,
boolean required,
Description info,
Annotation ann)
|
Constructors in org.crsh.cmdline with parameters of type Description | |
---|---|
ArgumentDescriptor(B binding,
String name,
Type javaType,
Description info,
boolean required,
boolean password,
Class<? extends Completer> completerType,
Annotation annotation)
|
|
ClassDescriptor(Class<T> type,
Description info)
|
|
OptionDescriptor(B binding,
Type javaType,
List<String> names,
Description info,
boolean required,
int arity,
boolean password,
Class<? extends Completer> completerType,
Annotation annotation)
|
|
ParameterDescriptor(B binding,
Type javaType,
Description description,
boolean required,
boolean password,
Class<? extends Completer> completerType,
Annotation annotation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |