com.sun.faban.driver.util
Class DDGenerator

java.lang.Object
  extended by com.sun.faban.driver.util.DDGenerator

public class DDGenerator
extends Object

Utility class for generating Faban driver DDs for the Faban harness. Set the properties benchmark.config to specify the config file and benchmark.ddfile to specify the output file.

Author:
Akara Sucharitakul

Constructor Summary
DDGenerator()
           
 
Method Summary
static void main(String[] args)
          Reads the annotations and generates a deployment descriptor for the Faban harness.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDGenerator

public DDGenerator()
Method Detail

main

public static void main(String[] args)
Reads the annotations and generates a deployment descriptor for the Faban harness.

Parameters:
args - Arguments are ignored.