Forge - Shell API 1.2.0.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.2.0.Final

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