Class InterpreterStartupOptions

java.lang.Object
ai.timefold.jpyinterpreter.InterpreterStartupOptions

public final class InterpreterStartupOptions extends Object
A class that holds startup options for the interpreter that are used when the JVM starts
  • Field Details

    • classOutputRootPath

      public static Path classOutputRootPath
      Where to output class files; defaults to null (which cause not class files to not be written)
  • Constructor Details

    • InterpreterStartupOptions

      public InterpreterStartupOptions()