|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbcds.phison.cmd.ExecMain
public class ExecMain
This class implements a simple command executor, that is, invokes the main method of a given class. Its purpose is to be included as the main class of PHISON's jar file, so that the following examples are possible:
$ java -jar phison.jar TopologyExaminer ... $ java -jar phison.jar Sim ...
| Constructor Summary | |
|---|---|
ExecMain()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String... args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecMain()
| Method Detail |
|---|
public static void main(java.lang.String... args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||