Package com.atlan.generators
Class AbstractGenerator
java.lang.Object
com.atlan.generators.AbstractGenerator
- Direct Known Subclasses:
DocGenerator
,ModelGenerator
,TestGenerator
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ModelCache
protected final GeneratorConfig
protected final freemarker.template.Configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
createDirectoryIdempotent
(String directory) abstract void
generate()
-
Field Details
-
cache
-
cfg
-
ftl
protected final freemarker.template.Configuration ftl
-
-
Constructor Details
-
AbstractGenerator
-
-
Method Details
-
generate
- Throws:
Exception
-
createDirectoryIdempotent
-