spec.harness
Class Launch

java.lang.Object
  extended by spec.harness.Launch

public class Launch
extends java.lang.Object


Field Summary
static int currentNumberBmThreads
           
static boolean verbose
           
 
Constructor Summary
Launch()
           
 
Method Summary
protected static void closeResultFile(java.lang.String resultFile)
           
protected static void closeSubmissionFile(java.lang.String submissionFile)
           
static java.lang.String createReport(java.lang.String xmlFileName)
           
static java.lang.String createReport(java.lang.String[] reporterArgs)
           
static void main(java.lang.String[] args)
           
protected static java.lang.String openResultFile(java.util.Properties userProperties)
           
static void runBenchmarkSuite(java.util.Properties commandLineProps)
           
static void setupContext()
           
static boolean setupSimple(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentNumberBmThreads

public static int currentNumberBmThreads

verbose

public static boolean verbose
Constructor Detail

Launch

public Launch()
Method Detail

runBenchmarkSuite

public static void runBenchmarkSuite(java.util.Properties commandLineProps)

openResultFile

protected static java.lang.String openResultFile(java.util.Properties userProperties)
                                          throws java.io.IOException,
                                                 java.io.FileNotFoundException
Throws:
java.io.IOException
java.io.FileNotFoundException

closeResultFile

protected static void closeResultFile(java.lang.String resultFile)

closeSubmissionFile

protected static void closeSubmissionFile(java.lang.String submissionFile)

createReport

public static java.lang.String createReport(java.lang.String xmlFileName)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

createReport

public static java.lang.String createReport(java.lang.String[] reporterArgs)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

setupContext

public static void setupContext()

setupSimple

public static boolean setupSimple(java.lang.String[] args)

main

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