Interface ModuleFactory

    • Method Detail

      • isEnabled

        boolean isEnabled()
        Get if this module is enabled by system property.
        Returns:
        if this module is enabled
      • getModulePropertyName

        String getModulePropertyName()
        Get the name of the property to enable this module.
        Returns:
        name of the property to enable this module
      • buildModule

        Module buildModule​(String testHostIpAddress)
        Build the Module.
        Parameters:
        testHostIpAddress - IP address of the host running this UDF Test Setup under which UDFs can reach it
        Returns:
        built Module