BuilderScopeOwningCtrlProcess

A DSL builder scope for configuring TorOption.__OwningControllerProcess.

By default, the argument is set to Process.Current.pid upon instantiation.

NOTE: Java9+ consumers must have module 'java.management' declared when using this option. Otherwise, an UnsupportedOperationException may be thrown upon class instantiation.

See also

Properties

Link copied to clipboard
@JvmField
protected var argument: String

The argument string for this BuilderScope, the result of which is used as the LineItem.argument. Is initialized with whatever TorOption.default is.

Link copied to clipboard
@JvmField
val option: TorOption

The TorOption being configured for this BuilderScope.

Functions

Link copied to clipboard

Sets the argument to the provided id.