Class AbstractGenerator

java.lang.Object
com.atlan.generators.AbstractGenerator
Direct Known Subclasses:
DocGenerator, ModelGenerator, TestGenerator

public abstract class AbstractGenerator extends Object
  • Field Details

    • cache

      protected final ModelCache cache
    • cfg

      protected final GeneratorConfig cfg
    • ftl

      protected final freemarker.template.Configuration ftl
  • Constructor Details

  • Method Details

    • generate

      public abstract void generate() throws Exception
      Throws:
      Exception
    • createDirectoryIdempotent

      protected void createDirectoryIdempotent(String directory)