it.eng.qbe.export
Interface ITemplateBuilder

All Known Implementing Classes:
AbstractTemplateBuilder, BasicTemplateBuilder, HibernateTemplateBuilder, SQLTemplateBuilder

public interface ITemplateBuilder

Interface of class that can build a jasper template from a query string.

Author:
Andrea Gioia

Method Summary
 java.lang.String buildTemplate()
          Builds the template.
 void buildTemplateToFile(java.io.File templateFile)
          Builds the template to file.
 

Method Detail

buildTemplate

java.lang.String buildTemplate()
Builds the template.

Returns:
the string

buildTemplateToFile

void buildTemplateToFile(java.io.File templateFile)
                         throws java.io.IOException
Builds the template to file.

Parameters:
templateFile - the template file
Throws:
java.io.IOException - Signals that an I/O exception has occurred.