com.sun.faban.harness.formsgen
Class XformsGenerator

java.lang.Object
  extended by com.sun.faban.harness.formsgen.XformsGenerator

public class XformsGenerator
extends Object

This class is responsible for generating the xform form the run.xml file.

Author:
Sheetal Patil

Constructor Summary
XformsGenerator()
           
 
Method Summary
static void generate(File infile, File outfile, File templateFile)
          Generates the xform file.
static void main(String[] args)
          Tests/runs the XForms generator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XformsGenerator

public XformsGenerator()
Method Detail

generate

public static void generate(File infile,
                            File outfile,
                            File templateFile)
Generates the xform file.

Parameters:
infile - The input configuration file
outfile - The generated output
templateFile - The template file used for generation

main

public static void main(String[] args)
Tests/runs the XForms generator.

Parameters:
args - The command line argument