Package org.jboss.jca.codegenerator.xml
Class AbstractXmlGen
- java.lang.Object
-
- org.jboss.jca.codegenerator.BaseGen
-
- org.jboss.jca.codegenerator.xml.AbstractXmlGen
-
- Direct Known Subclasses:
BuildGradleGen,BuildIvyXmlGen,BuildXmlGen,IronjacamarXmlGen,IvySettingsXmlGen,IvyXmlGen,MbeanXmlGen,PackageHtmlGen,PomXmlGen,RaXmlGen
public abstract class AbstractXmlGen extends BaseGen
A AbstractXmlGen.- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Constructor Summary
Constructors Constructor Description AbstractXmlGen()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidgenerate(Definition def, Writer out)generate codeabstract voidwriteXmlBody(Definition def, Writer out)Output xml-
Methods inherited from class org.jboss.jca.codegenerator.BaseGen
writeEol, writeheader, writeIndent
-
-
-
-
Method Detail
-
generate
public void generate(Definition def, Writer out) throws IOException
generate code- Parameters:
def- Definitionout- Writer- Throws:
IOException- ioException
-
writeXmlBody
public abstract void writeXmlBody(Definition def, Writer out) throws IOException
Output xml- Parameters:
def- definitionout- Writer- Throws:
IOException- ioException
-
-