Uses of Class
org.sf.codejen.TemplateConfiguration

Packages that use TemplateConfiguration
org.sf.codejen   
 

Uses of TemplateConfiguration in org.sf.codejen
 

Methods in org.sf.codejen that return TemplateConfiguration
 TemplateConfiguration TemplateConfigurationParser.parse(InputStream in)
          The main method to do the parsing.
 TemplateConfiguration TemplateConfigurationParser.parseFile(String fileName)
          Parses the file in specified file name.
 TemplateConfiguration TemplateConfigurationParser.parseResource(String resourceString)
          Parses the resource from class loader.
 TemplateConfiguration TemplateConfigurationParser.parseUrl(String urlString)
          Parses the file in specified URL.
 TemplateConfiguration TemplateConfigurationParser.parseUrl(URL url)
          Parses the file in specified URL.