bcds.phison.cmd
Class ExecMain

java.lang.Object
  extended by bcds.phison.cmd.ExecMain

public class ExecMain
extends java.lang.Object

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 ...
 

Author:
Juan Segovia S.

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

ExecMain

public ExecMain()
Method Detail

main

public static void main(java.lang.String... args)