ca.uhn.hl7v2.conf.classes.generator.builders
Class ConfGen

java.lang.Object
  extended by ca.uhn.hl7v2.conf.classes.generator.builders.ConfGen

public class ConfGen
extends java.lang.Object

This Class is used to Generate a Class

Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf

Constructor Summary
ConfGen()
           
 
Method Summary
 void generateConf(DeploymentManager dm, CommandParser cp)
          this method generates conformance
static void main(java.lang.String[] args)
          this is the main method to start the Conformance Generator
 void test()
          this method tests the conformance generator to see if it is working
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfGen

public ConfGen()
Method Detail

main

public static void main(java.lang.String[] args)
this is the main method to start the Conformance Generator

Parameters:
args - the command line argument

generateConf

public void generateConf(DeploymentManager dm,
                         CommandParser cp)
this method generates conformance

Parameters:
dm - the DeploymentManager
cp - the CommandParser which parses the command line argument of ConfGen

test

public void test()
this method tests the conformance generator to see if it is working