Package-level declarations
Types
Used as a contractual agreement between TorConfig.BuilderScope and TorOption such that factory-like functionality can be had via function calls TorConfig.BuilderScope.configure and TorConfig.BuilderScope.tryConfigure for the TorOption.
Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses a boolean argument, available to be configured with true
or false
(which will resolve to 1
or 0
, respectively, for the TorSetting argument).
Denotes a TorOption as implementing the ConfigurableContract which declares that TorOption.buildable is implemented and able to produce B for a DSL builder scope.
Denotes a TorOption as implementing the ConfigurableContract which declares that TorOption.buildable is implemented and able to produce B for a DSL builder scope.
Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses a File argument which points to a directory location, and is available to be configured when supplied one.
Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses a File argument which points to a file location, and is available to be configured when supplied one.
Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses an interval argument, and is available to be configured when supplied a number and the IntervalUnit expression.
Denotes a TorOption as implementing the ConfigurableContract which declares that the TorOption uses an interval argument (in milliseconds) and is available to be configured when supplied a number.
Model of tor's INTERVAL
type.
Holder for TorSetting.
Option models for those specified in the tor-manual and control-spec.
Holder for a "setting".