balin / com.github.epadronu.balin.config

Package com.github.epadronu.balin.config

Types

Configuration

data class Configuration : ConfigurationSetup

This class defines a special kind of configuration setup that may contain other configuration setups, to be used according to the balin.setup.name system property.

ConfigurationBuilder

class ConfigurationBuilder : ConfigurationSetupBuilder

Defines the builder used in the configuration DSL that can be interacted with via the com.github.epadronu.balin.core.Browser.configure method.

ConfigurationSetup

interface ConfigurationSetup

This interface describe the different configuration options that can be used to customize Balin's behavior.

ConfigurationSetupBuilder

open class ConfigurationSetupBuilder

Defines the builder used in the configuration DSL that can be interacted with via the com.github.epadronu.balin.core.Browser.configure method.

ConfigurationTests

class ConfigurationTests

Properties

DEFAULT_SLEEP_TIME_IN_MILLISECONDS

const val DEFAULT_SLEEP_TIME_IN_MILLISECONDS: Long

DEFAULT_TIME_OUT_TIME_IN_SECONDS

const val DEFAULT_TIME_OUT_TIME_IN_SECONDS: Long