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

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

public class AntGenerator
extends java.lang.Object

This class creates an ANT build.xml file

Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf

Constructor Summary
AntGenerator()
           
 
Method Summary
 void createAnt(java.lang.String baseDir, java.lang.String name)
          Creates the ANT build.xml file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntGenerator

public AntGenerator()
Method Detail

createAnt

public void createAnt(java.lang.String baseDir,
                      java.lang.String name)
Creates the ANT build.xml file

Parameters:
baseDir - the directory where the ANT build.xml file will be saved
name - the name of the project