org.sonatype.gshell.command.registry
Class CommandsCompleter

java.lang.Object
  extended by jline.console.completer.ArgumentCompleter
      extended by org.sonatype.gshell.command.registry.CommandsCompleter
All Implemented Interfaces:
jline.console.completer.Completer

@Singleton
public class CommandsCompleter
extends jline.console.completer.ArgumentCompleter

Command path and argument completer.

Since:
2.5
Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from class jline.console.completer.ArgumentCompleter
jline.console.completer.ArgumentCompleter.AbstractArgumentDelimiter, jline.console.completer.ArgumentCompleter.ArgumentDelimiter, jline.console.completer.ArgumentCompleter.ArgumentList, jline.console.completer.ArgumentCompleter.WhitespaceArgumentDelimiter
 
Constructor Summary
CommandsCompleter(CommandResolver resolver)
           
 
Method Summary
 
Methods inherited from class jline.console.completer.ArgumentCompleter
complete, getCompleters, getDelimiter, isStrict, setStrict
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandsCompleter

@Inject
public CommandsCompleter(CommandResolver resolver)


Copyright © 2008-2011 Sonatype. All Rights Reserved.