org.jcoderz.phoenix.templategen
Class TemplateZip

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

public class TemplateZip
extends Object

Author:
Albrecht Messner

Constructor Summary
TemplateZip(String fileName)
           
 
Method Summary
 TemplateDescr getDescription()
           
 List getTemplates()
           
static void main(String[] args)
           
 void readTemplateFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateZip

public TemplateZip(String fileName)
Method Detail

readTemplateFile

public void readTemplateFile()
                      throws IOException,
                             ParserConfigurationException,
                             SAXException,
                             FactoryConfigurationError,
                             TemplateGeneratorException
Throws:
IOException
ParserConfigurationException
SAXException
FactoryConfigurationError
TemplateGeneratorException

getDescription

public TemplateDescr getDescription()

getTemplates

public List getTemplates()

main

public static void main(String[] args)
                 throws IOException,
                        ParserConfigurationException,
                        SAXException,
                        FactoryConfigurationError,
                        TemplateGeneratorException
Throws:
IOException
ParserConfigurationException
SAXException
FactoryConfigurationError
TemplateGeneratorException


Copyright 2007 The jCoderZ Project.