|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandCompletion | |
---|---|
org.crsh.cmdline.matcher | |
org.crsh.cmdline.matcher.impl | |
org.crsh.command | |
org.crsh.shell | |
org.crsh.shell.concurrent | |
org.crsh.shell.impl |
Uses of CommandCompletion in org.crsh.cmdline.matcher |
---|
Methods in org.crsh.cmdline.matcher that return CommandCompletion | |
---|---|
abstract CommandCompletion |
Matcher.complete(Completer completer,
String s)
|
CommandCompletion |
Matcher.complete(String s)
|
Uses of CommandCompletion in org.crsh.cmdline.matcher.impl |
---|
Methods in org.crsh.cmdline.matcher.impl that return CommandCompletion | |
---|---|
(package private) abstract CommandCompletion |
Completion.complete()
|
(package private) CommandCompletion |
EmptyCompletion.complete()
|
protected CommandCompletion |
MethodCompletion.complete()
|
protected CommandCompletion |
OptionCompletion.complete()
|
(package private) CommandCompletion |
ParameterCompletion.complete()
|
(package private) CommandCompletion |
SpaceCompletion.complete()
|
CommandCompletion |
MatcherImpl.complete(Completer completer,
String s)
|
Uses of CommandCompletion in org.crsh.command |
---|
Methods in org.crsh.command that return CommandCompletion | |
---|---|
CommandCompletion |
CRaSHCommand.complete(CommandContext context,
String line)
|
CommandCompletion |
GroovyScriptCommand.complete(CommandContext context,
String line)
|
CommandCompletion |
ShellCommand.complete(CommandContext context,
String line)
Provide completions for the specified arguments. |
Uses of CommandCompletion in org.crsh.shell |
---|
Methods in org.crsh.shell that return CommandCompletion | |
---|---|
CommandCompletion |
Shell.complete(String prefix)
Completion. |
Uses of CommandCompletion in org.crsh.shell.concurrent |
---|
Methods in org.crsh.shell.concurrent that return CommandCompletion | |
---|---|
CommandCompletion |
AsyncShell.complete(String prefix)
|
Uses of CommandCompletion in org.crsh.shell.impl |
---|
Methods in org.crsh.shell.impl that return CommandCompletion | |
---|---|
CommandCompletion |
CRaSHSession.complete(String prefix)
For now basic implementation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |