plsar-framework
1.01
plsar-framework
/
plsar.startup
/
ContainerInit
/
Builder
Builder
class
Builder
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Builder
Link copied to clipboard
fun
Builder
(
)
Content copied to clipboard
Functions
build
Link copied to clipboard
fun
build
(
)
:
ContainerInit
Content copied to clipboard
with
Cache
Link copied to clipboard
fun
withCache
(
cache
:
PLSAR.Cache
?
)
:
ContainerInit.Builder
Content copied to clipboard
with
Port
Link copied to clipboard
fun
withPort
(
port
:
Int
?
)
:
ContainerInit.Builder
Content copied to clipboard
with
Repo
Link copied to clipboard
fun
withRepo
(
repo
:
PLSAR.Repo
?
)
:
ContainerInit.Builder
Content copied to clipboard
with
Settings
Link copied to clipboard
fun
withSettings
(
settings
:
Settings
?
)
:
ContainerInit.Builder
Content copied to clipboard
Properties
cache
Link copied to clipboard
var
cache
:
PLSAR.Cache
?
=
null
Content copied to clipboard
port
Link copied to clipboard
var
port
:
Int
?
=
null
Content copied to clipboard
repo
Link copied to clipboard
var
repo
:
PLSAR.Repo
?
=
null
Content copied to clipboard
settings
Link copied to clipboard
var
settings
:
Settings
?
=
null
Content copied to clipboard
support
Link copied to clipboard
var
support
:
PLSAR.Support
Content copied to clipboard