Uses of Class
org.crsh.cmdline.CommandCompletion

Packages that use CommandCompletion
org.crsh.cmdline.matcher   
org.crsh.cmdline.matcher.impl   
org.crsh.command   
org.crsh.shell   
org.crsh.shell.impl.async   
org.crsh.shell.impl.command   
org.crsh.shell.impl.remoting   
 

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.impl.async
 

Methods in org.crsh.shell.impl.async that return CommandCompletion
 CommandCompletion AsyncShell.complete(String prefix)
           
 

Uses of CommandCompletion in org.crsh.shell.impl.command
 

Methods in org.crsh.shell.impl.command that return CommandCompletion
 CommandCompletion CRaSHSession.complete(String prefix)
          For now basic implementation
 

Uses of CommandCompletion in org.crsh.shell.impl.remoting
 

Methods in org.crsh.shell.impl.remoting that return CommandCompletion
 CommandCompletion ServerAutomaton.complete(String prefix)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.