Package com.exasol.udfdebugging
Interface ModuleFactory
-
- All Known Implementing Classes:
AbstractModuleFactory,DebuggingModuleFactory
public interface ModuleFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModulebuildModule(String testHostIpAddress)Build theModule.StringgetModulePropertyName()Get the name of the property to enable this module.booleanisEnabled()Get if this module is enabled by system property.
-
-
-
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
-
-