frysk.hpd
Class TopLevelCommand

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.MultiLevelCommand
          extended by frysk.hpd.TopLevelCommand

public class TopLevelCommand
extends MultiLevelCommand

A handler class for the CLI that supplies its own help messages.


Nested Class Summary
private  class TopLevelCommand.Help
          Implement top-level help.
 
Constructor Summary
TopLevelCommand()
           
 
Method Summary
 
Methods inherited from class frysk.hpd.MultiLevelCommand
add, complete, help, interpret
 
Methods inherited from class frysk.hpd.Command
description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopLevelCommand

TopLevelCommand()