Class HCLBaseFunctions


  • public class HCLBaseFunctions
    extends java.lang.Object
    Provides 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 the HCLParser TODO: 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HCLBaseFunctions

        public HCLBaseFunctions()