|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.actions.Action
avrora.actions.ListAction
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 simply runs the listing action which dumps out the program
onto the console. |
| 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 |
public static final java.lang.String HELP
| Constructor Detail |
public ListAction()
| Method Detail |
public void run(java.lang.String[] args)
throws java.lang.Exception
run() method simply runs the listing action which dumps out the program
onto the console.
run in class Actionargs - the arguments to the list action, including the program to list
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||