org.jboss.jca.codegenerator.xml
Class BuildIvyXmlGen

java.lang.Object
  extended by org.jboss.jca.codegenerator.BaseGen
      extended by org.jboss.jca.codegenerator.xml.AbstractXmlGen
          extended by org.jboss.jca.codegenerator.xml.BuildIvyXmlGen

public class BuildIvyXmlGen
extends AbstractXmlGen

A BuildIvyXmlGen.

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
BuildIvyXmlGen()
           
 
Method Summary
 void writeXmlBody(Definition def, Writer out)
          Output xml
 
Methods inherited from class org.jboss.jca.codegenerator.xml.AbstractXmlGen
generate
 
Methods inherited from class org.jboss.jca.codegenerator.BaseGen
writeEol, writeheader, writeIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildIvyXmlGen

public BuildIvyXmlGen()
Method Detail

writeXmlBody

public void writeXmlBody(Definition def,
                         Writer out)
                  throws IOException
Description copied from class: AbstractXmlGen
Output xml

Specified by:
writeXmlBody in class AbstractXmlGen
Parameters:
def - definition
out - Writer
Throws:
IOException - ioException


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)