Interface TemplateSuiteGenerator

All Known Implementing Classes:
AbstractTemplateSuiteGenerator, FMModelRepositoryGenerator, TLDGenerator, VelocityPropertiesGenerator

public interface TemplateSuiteGenerator
Generates code from a template suite.
  • Method Details

    • generate

      void generate(File directory, String packageName, TemplateSuite suite, Map<String,String> parameters)
      Generates the code.
      Parameters:
      directory - The base directory where the code will be put.
      packageName - The package name.
      suite - The template suite.
      parameters - Configuration parameters.