Forge - Shell API 1.1.2.Final

org.jboss.forge.shell.completer
Interface CommandCompleter

All Known Implementing Classes:
NullCommandCompleter, SimpleTokenCompleter

public interface CommandCompleter

Defines the interface for interacting with the Shell command completion functionality.

Author:
Lincoln Baxter, III

Method Summary
 void complete(CommandCompleterState state)
           
 

Method Detail

complete

void complete(CommandCompleterState state)

Forge - Shell API 1.1.2.Final

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