Package com.bertramlabs.plugins.hcl4j
Class HCLBaseFunctions
- java.lang.Object
-
- com.bertramlabs.plugins.hcl4j.HCLBaseFunctions
-
public class HCLBaseFunctions extends java.lang.ObjectProvides implementations of the common Terraform Base HCL Functions that are commonly used. Functions can easily be registered dynamically on the HCLParser as well but this particular set is auto registered in the constructor of theHCLParserTODO: Not all functions have been implemented yet. Most functions currently fail by returning null to prevent errors from occurring during high level processing. This could be changed in the future to be an optional behavior of the parser- Since:
- 0.5.0
-
-
Constructor Summary
Constructors Constructor Description HCLBaseFunctions()
-