org.adougou.cline
Interface ICLinePackage


public interface ICLinePackage

Any Java package that is intended to be used with the cline package needs to implement this interface and return an array of Commands that it would like to use with the command prompt.

See Also:
BasePrompt.registerPackage(ICLinePackage)

Method Summary
 void exit()
           
 Command[] getCommands()
           
 

Method Detail

getCommands

public Command[] getCommands()

exit

public void exit()