ExamplesJaCoP
Class RunExample

java.lang.Object
  extended by ExamplesJaCoP.RunExample

public class RunExample
extends java.lang.Object

This class executes the provided example. It also allows to specify the arguments for the executed example.

Version:
3.0
Author:
Radoslaw Szymanek

Constructor Summary
RunExample()
           
 
Method Summary
static void main(java.lang.String[] args)
          It executes the example as specified by the first argument.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunExample

public RunExample()
Method Detail

main

public static void main(java.lang.String[] args)
It executes the example as specified by the first argument. The remaining arguments will be forwarded to the executed example.

Parameters:
args - name of the example and its arguments.