sofya.ed
Class BatchStructuralTracer

java.lang.Object
  extended by sofya.ed.BatchStructuralTracer

public final class BatchStructuralTracer
extends java.lang.Object

This class provides the ability to execute a ProgramEventDispatcher multiple times with different subjects and/or configurations within the same JVM.

A batch file must be provided which specifies on each line a distinct set of configuration parameters to be passed to the ProgramEventDispatcher, including the name of the subject class.

Usage:
java sofya.ed.BatchStructuralTracer <batch_file>

Version:
07/01/2005
Author:
Alex Kinneer

Method Summary
static void main(java.lang.String[] argv)
          Entry point for BatchFilter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] argv)
Entry point for BatchFilter. Reads the batch file and executes the subjects with their associated configuration parameters.

Parameters:
argv - Command line parameters to BatchFilter. One argument is expected, the path to the batch file.