Class FileGenerator
java.lang.Object
com.aventstack.chaintest.generator.FileGenerator
- Direct Known Subclasses:
ChainTestEmailGenerator,ChainTestSimpleGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcacheTemplate(Class<?> classForTemplateLoading, String basePackagePath, String templateName) protected Fileprotected FilegetOutFile(Map<String, String> config) protected StringprocessTemplate(Map<String, Object> objectModel, File outputFile) protected StringprocessTemplate(Map<String, Object> objectModel, String outputFile)
-
Field Details
-
BASE_PROPERTY
- See Also:
-
PROP_OUT_FILE_KEY
- See Also:
-
DEFAULT_OUT_DIR
- See Also:
-
-
Constructor Details
-
FileGenerator
-
-
Method Details
-
processTemplate
-
processTemplate
-
cacheTemplate
protected void cacheTemplate(Class<?> classForTemplateLoading, String basePackagePath, String templateName) throws IOException - Throws:
IOException
-
getOutFile
-
getOutFile
-