|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Completer | |
|---|---|
| org.crsh.cmdline | |
| org.crsh.cmdline.matcher | |
| org.crsh.cmdline.matcher.impl | |
| Uses of Completer in org.crsh.cmdline |
|---|
| Classes in org.crsh.cmdline that implement Completer | |
|---|---|
class |
EmptyCompleter
A Completer implementation that returns no completion results. |
class |
EnumCompleter
A completer for enums. |
| Methods in org.crsh.cmdline that return types with arguments of type Completer | |
|---|---|
Class<? extends Completer> |
SimpleValueType.getCompleter()
|
Class<? extends Completer> |
ParameterDescriptor.getCompleterType()
|
| Constructor parameters in org.crsh.cmdline with type arguments of type Completer | |
|---|---|
ArgumentDescriptor(B binding,
String name,
Type javaType,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation)
|
|
OptionDescriptor(B binding,
Type javaType,
List<String> names,
Description info,
boolean required,
int arity,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation)
|
|
ParameterDescriptor(B binding,
Type javaType,
Description description,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation)
|
|
| Uses of Completer in org.crsh.cmdline.matcher |
|---|
| Methods in org.crsh.cmdline.matcher with parameters of type Completer | |
|---|---|
abstract Map<String,String> |
Matcher.complete(Completer completer,
String s)
|
| Uses of Completer in org.crsh.cmdline.matcher.impl |
|---|
| Methods in org.crsh.cmdline.matcher.impl with parameters of type Completer | |
|---|---|
Map<String,String> |
MatcherImpl.complete(Completer completer,
String s)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||