Builder

class Builder

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun build(): ContainerInit
Link copied to clipboard
fun withCache(cache: PLSAR.Cache?): ContainerInit.Builder
Link copied to clipboard
fun withPort(port: Int?): ContainerInit.Builder
Link copied to clipboard
fun withRepo(repo: PLSAR.Repo?): ContainerInit.Builder
Link copied to clipboard
fun withSettings(settings: Settings?): ContainerInit.Builder

Properties

Link copied to clipboard
var cache: PLSAR.Cache? = null
Link copied to clipboard
var port: Int? = null
Link copied to clipboard
var repo: PLSAR.Repo? = null
Link copied to clipboard
var settings: Settings? = null
Link copied to clipboard
var support: PLSAR.Support