Class DebuggingModule
- java.lang.Object
-
- com.exasol.udfdebugging.modules.debugging.DebuggingModule
-
-
Field Summary
Fields Modifier and Type Field Description static intDEBUGGING_PORT
-
Constructor Summary
Constructors Constructor Description DebuggingModule(LocalServiceExposer localServiceExposer)Create a new instance ofDebuggingModule.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>getJvmOptions()Get JVM options required by this module.
-
-
-
Field Detail
-
DEBUGGING_PORT
public static final int DEBUGGING_PORT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DebuggingModule
public DebuggingModule(LocalServiceExposer localServiceExposer)
Create a new instance ofDebuggingModule.- Parameters:
localServiceExposer- Proxy factory that makes ports of the test host available in the container
-
-
Method Detail
-
getJvmOptions
public Stream<String> getJvmOptions()
Description copied from interface:ModuleGet JVM options required by this module.- Specified by:
getJvmOptionsin interfaceModule- Returns:
- JVM options
-
-