Package ai.timefold.jpyinterpreter
Class InterpreterStartupOptions
java.lang.Object
ai.timefold.jpyinterpreter.InterpreterStartupOptions
A class that holds startup options for the interpreter that are used when the JVM starts
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic PathWhere to output class files; defaults to null (which cause not class files to not be written) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classOutputRootPath
Where to output class files; defaults to null (which cause not class files to not be written)
-
-
Constructor Details
-
InterpreterStartupOptions
public InterpreterStartupOptions()
-