org.jcoderz.phoenix.templategen
Class TemplateGenerator

java.lang.Object
  extended by org.jcoderz.phoenix.templategen.TemplateGenerator

public class TemplateGenerator
extends Object

Author:
Albrecht Messner

Constructor Summary
TemplateGenerator(String templateZipName)
           
 
Method Summary
protected static String getJcoderzHeader(String type)
           
 List getParameterList()
           
 String getTemplateDescription()
           
 byte[] parametrizeTemplates(Map parameterMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateGenerator

public TemplateGenerator(String templateZipName)
                  throws IOException,
                         ParserConfigurationException,
                         SAXException,
                         FactoryConfigurationError,
                         TemplateGeneratorException
Throws:
IOException
ParserConfigurationException
SAXException
FactoryConfigurationError
TemplateGeneratorException
Method Detail

getTemplateDescription

public String getTemplateDescription()

getParameterList

public List getParameterList()

parametrizeTemplates

public byte[] parametrizeTemplates(Map parameterMap)
                            throws IOException,
                                   TemplateGeneratorException
Throws:
IOException
TemplateGeneratorException

getJcoderzHeader

protected static String getJcoderzHeader(String type)
                                  throws TemplateGeneratorException
Throws:
TemplateGeneratorException


Copyright 2007 The jCoderZ Project.