Uses of Class
org.ojalgo.concurrent.ProcessOptions.Builder
Packages that use ProcessOptions.Builder
-
Uses of ProcessOptions.Builder in org.ojalgo.concurrent
Methods in org.ojalgo.concurrent that return ProcessOptions.BuilderModifier and TypeMethodDescriptionProcessOptions.Builder.addJvmArgs(List<String> args) ProcessOptions.Builder.enableNativeAccessAllUnnamed(boolean enable) ProcessOptions.Builder.inheritSystemProperties()Copy all current JVM system properties (as Strings) into these options so that the child JVM is launched with the same-Dset.ProcessOptions.Builder.inheritSystemProperties(String... keys) Copy only the specified system properties from the current JVM into these options.ProcessOptions.Builder.systemProperty(String key, String value)