com.sun.faban.harness.formsgen
Class XformsGenerator
java.lang.Object
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
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 |
XformsGenerator
public XformsGenerator()
generate
public static void generate(File infile,
File outfile,
File templateFile)
- Generates the xform file.
- Parameters:
infile
- The input configuration fileoutfile
- The generated outputtemplateFile
- The template file used for generation
main
public static void main(String[] args)
- Tests/runs the XForms generator.
- Parameters:
args
- The command line argument