Uses of Class
org.crsh.cli.impl.completion.CompletionMatch

Packages that use CompletionMatch
org.crsh.cli.impl.completion   
org.crsh.lang.impl.groovy   
org.crsh.lang.impl.script   
org.crsh.lang.spi   
org.crsh.shell   
org.crsh.shell.impl.async   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.spi   
org.crsh.shell.impl.remoting   
 

Uses of CompletionMatch in org.crsh.cli.impl.completion
 

Methods in org.crsh.cli.impl.completion that return CompletionMatch
 CompletionMatch CommandCompletion.complete()
           
(package private) abstract  CompletionMatch Completion.complete()
           
 CompletionMatch EmptyCompletion.complete()
           
 CompletionMatch OptionCompletion.complete()
           
 CompletionMatch ParameterCompletion.complete()
           
 CompletionMatch SpaceCompletion.complete()
           
 CompletionMatch CompletionMatcher.match(Completer completer, String s)
           
 CompletionMatch CompletionMatcher.match(String s)
           
 

Uses of CompletionMatch in org.crsh.lang.impl.groovy
 

Methods in org.crsh.lang.impl.groovy that return CompletionMatch
 CompletionMatch GroovyRepl.complete(ShellSession session, String prefix)
           
 

Uses of CompletionMatch in org.crsh.lang.impl.script
 

Methods in org.crsh.lang.impl.script that return CompletionMatch
 CompletionMatch ScriptRepl.complete(ShellSession session, String prefix)
           
 

Uses of CompletionMatch in org.crsh.lang.spi
 

Methods in org.crsh.lang.spi that return CompletionMatch
 CompletionMatch Repl.complete(ShellSession session, String prefix)
          Perform completion.
 

Uses of CompletionMatch in org.crsh.shell
 

Methods in org.crsh.shell that return CompletionMatch
 CompletionMatch Shell.complete(String prefix)
          Completion.
 

Uses of CompletionMatch in org.crsh.shell.impl.async
 

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

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

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

Uses of CompletionMatch in org.crsh.shell.impl.command.spi
 

Methods in org.crsh.shell.impl.command.spi that return CompletionMatch
 CompletionMatch Command.complete(RuntimeContext context, String line)
          Provide completions for the specified arguments.
 

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

Fields in org.crsh.shell.impl.remoting declared as CompletionMatch
 CompletionMatch ServerMessage.Completion.value
          .
 

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

Constructors in org.crsh.shell.impl.remoting with parameters of type CompletionMatch
ServerMessage.Completion(CompletionMatch value)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.