Class DebuggingModuleFactory
- java.lang.Object
-
- com.exasol.udfdebugging.modules.AbstractModuleFactory
-
- com.exasol.udfdebugging.modules.debugging.DebuggingModuleFactory
-
- All Implemented Interfaces:
ModuleFactory
public class DebuggingModuleFactory extends AbstractModuleFactory
-
-
Constructor Summary
Constructors Constructor Description DebuggingModuleFactory()Create a new instance ofDebuggingModuleFactory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModulebuildModule(String testHostIpAddress)Build theModule.-
Methods inherited from class com.exasol.udfdebugging.modules.AbstractModuleFactory
getModulePropertyName, isEnabled
-
-
-
-
Constructor Detail
-
DebuggingModuleFactory
public DebuggingModuleFactory()
Create a new instance ofDebuggingModuleFactory.
-
-
Method Detail
-
buildModule
public Module buildModule(String testHostIpAddress)
Description copied from interface:ModuleFactoryBuild theModule.- Parameters:
testHostIpAddress- IP address of the host running this UDF Test Setup under which UDFs can reach it- Returns:
- built
Module
-
-