utils
Class ScenarioAggregator

java.lang.Object
  |
  +--utils.ScenarioAggregator

public class ScenarioAggregator
extends java.lang.Object

This takes N scenarii file in enter and log out only one scenario file which is the aggragtion of these N files

Version:
0.1, Jun 15, 2003
Author:
mladoue

Constructor Summary
ScenarioAggregator(java.lang.String[] fileNames, java.lang.String resultFileName, boolean graphic)
          You defines list od scenarii which have to be aggregated
 
Method Summary
 java.lang.String[] testFilesExistence(java.lang.String[] fileNames)
          To test if scenarii exist and if they don't => they are removed from the list
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScenarioAggregator

public ScenarioAggregator(java.lang.String[] fileNames,
                          java.lang.String resultFileName,
                          boolean graphic)
                   throws java.lang.IllegalArgumentException
You defines list od scenarii which have to be aggregated

Parameters:
fileNames -
resultFileName -
graphic -
Throws:
java.lang.IllegalArgumentException
Method Detail

testFilesExistence

public java.lang.String[] testFilesExistence(java.lang.String[] fileNames)
To test if scenarii exist and if they don't => they are removed from the list

Parameters:
fileNames -
Returns:
String[]