avrora.actions
Class ListAction

java.lang.Object
  extended byavrora.actions.Action
      extended byavrora.actions.ListAction

public class ListAction
extends Action

The ListAction class encapsulates an action that simply prints a digest of the program. As of yet, this listing is pretty barbaric.


Field Summary
static java.lang.String HELP
           
 
Fields inherited from class avrora.actions.Action
help, options, shortName
 
Constructor Summary
ListAction()
           
 
Method Summary
 void run(java.lang.String[] args)
          The run() method is called by the main class and is passed the remaining command line arguments after options have been stripped out.
 
Methods inherited from class avrora.actions.Action
getHelp, getShortName, newOption, newOption, newOption, newOption, newOption, newOptionList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELP

public static final java.lang.String HELP
See Also:
Constant Field Values
Constructor Detail

ListAction

public ListAction()
Method Detail

run

public void run(java.lang.String[] args)
         throws java.lang.Exception
Description copied from class: Action
The run() method is called by the main class and is passed the remaining command line arguments after options have been stripped out.

Specified by:
run in class Action
Parameters:
args - the command line arguments
Throws:
java.lang.Exception