Package com.exasol.udfdebugging
Interface Module
-
- All Known Implementing Classes:
CoverageModule,DebuggingModule
public interface ModuleModules define a specific functionality that users can enable using system properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<String>getJvmOptions()Get JVM options required by this module.
-