ToolOptions

public interface ToolOptions


Summary

Public methods

abstract @NonNull List<@NonNull String>

Extra JVM options to give to the out of process worker JVM.

abstract boolean

If true, run tool workers out of process.

abstract void
setRunInSeparateProcess(boolean runInSeparateProcess)

If true, run tool workers out of process.

Public methods

getJvmOptions

abstract @NonNull List<@NonNull StringgetJvmOptions()

Extra JVM options to give to the out of process worker JVM. Useful for setting things like max memory usage

getRunInSeparateProcess

abstract boolean getRunInSeparateProcess()

If true, run tool workers out of process.

setRunInSeparateProcess

abstract void setRunInSeparateProcess(boolean runInSeparateProcess)

If true, run tool workers out of process.