Class ProcessOptions.Builder
java.lang.Object
org.ojalgo.concurrent.ProcessOptions.Builder
- Enclosing class:
ProcessOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddJvmArgs(List<String> args) build()enableNativeAccessAllUnnamed(boolean enable) Copy all current JVM system properties (as Strings) into these options so that the child JVM is launched with the same-Dset.inheritSystemProperties(String... keys) Copy only the specified system properties from the current JVM into these options.systemProperty(String key, String value)
-
Field Details
-
myClasspath
-
myEnableNativeAccessAllUnnamed
private boolean myEnableNativeAccessAllUnnamed -
myEnv
-
myJvmArgs
-
mySystemProperties
-
myTimeout
-
myXmx
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addJvmArg
-
addJvmArgs
-
build
-
classpath
-
enableNativeAccessAllUnnamed
-
env
-
inheritSystemProperties
Copy all current JVM system properties (as Strings) into these options so that the child JVM is launched with the same-Dset. Only String-typed keys/values are copied. Be cautious as this may produce a long command line; preferinheritSystemProperties(String...)to whitelist. -
inheritSystemProperties
Copy only the specified system properties from the current JVM into these options. -
systemProperty
-
timeout
-
xmx
-