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)


Copyright © 2011 Seam Framework. All Rights Reserved.