Forge - Shell API 1.2.0.Final

Uses of Interface
org.jboss.forge.shell.completer.CommandCompleter

Packages that use CommandCompleter
org.jboss.forge.shell   
org.jboss.forge.shell.command   
org.jboss.forge.shell.completer   
 

Uses of CommandCompleter in org.jboss.forge.shell
 

Method parameters in org.jboss.forge.shell with type arguments of type CommandCompleter
 String ShellPrompt.promptCompleter(String string, Class<? extends CommandCompleter> type)
          Prompt for user input, first printing the given line, then returning user input with help from the given completer type.
 

Uses of CommandCompleter in org.jboss.forge.shell.command
 

Methods in org.jboss.forge.shell.command that return types with arguments of type CommandCompleter
 Class<? extends CommandCompleter> OptionMetadata.getCompleterType()
          Return the type of the CommandCompleter for this option.
 

Uses of CommandCompleter in org.jboss.forge.shell.completer
 

Classes in org.jboss.forge.shell.completer that implement CommandCompleter
 class NullCommandCompleter
           
 class SimpleTokenCompleter
          The simplest possible command option completer.
 


Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.