Interface ModuleFactory

    • Method Detail

      • isEnabled

        boolean isEnabled()
        Get if this module is enabled by system property.
        Returns:
        true 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,
                           com.exasol.bucketfs.Bucket bucket)
        Build the Module.
        Parameters:
        testHostIpAddress - IP address of the host running this UDF Test Setup under which UDFs can reach it
        bucket - BucketFS bucket to upload resource to
        Returns:
        built Module