org.jcoderz.phoenix.templategen
Class TemplateDescr

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

public class TemplateDescr
extends Object

Author:
Albrecht Messner

Constructor Summary
TemplateDescr()
           
 
Method Summary
 String getDescription()
           
 Map getFilesMap()
           
 List getParameterList()
           
 Map getParameterMap()
           
 void parseDescription(String xmlDescription)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateDescr

public TemplateDescr()
Method Detail

getDescription

public String getDescription()

getParameterMap

public Map getParameterMap()

getParameterList

public List getParameterList()

getFilesMap

public Map getFilesMap()

parseDescription

public void parseDescription(String xmlDescription)
                      throws IOException,
                             ParserConfigurationException,
                             SAXException,
                             FactoryConfigurationError
Throws:
IOException
ParserConfigurationException
SAXException
FactoryConfigurationError

toString

public String toString()

Overrides:
toString in class Object


Copyright 2007 The jCoderZ Project.