geary
0.22.11
common
geary-core
/
com.mineinabyss.geary.modules
/
GearyConfiguration
Geary
Configuration
class
GearyConfiguration
Members
Constructors
Geary
Configuration
Link copied to clipboard
constructor
(
)
Functions
install
Link copied to clipboard
inline
fun
<
T
:
GearyAddonWithDefault
<
Module
>
,
Module
:
Any
>
install
(
addon
:
T
)
:
Module
inline
fun
<
T
:
GearyAddon
<
Module
>
,
Module
:
Any
>
install
(
addon
:
T
,
module
:
Module
)
:
Module
namespace
Link copied to clipboard
fun
namespace
(
namespace
:
String
,
configure
:
Namespaced
.
(
)
->
Unit
)
on
Link copied to clipboard
fun
on
(
phase
:
GearyPhase
,
run
:
(
)
->
Unit
)
Allows defining actions that should run at a specific phase during startup
Properties
installed
Addons
Link copied to clipboard
val
installedAddons
:
MutableMap
<
KClass
<
out
GearyAddon
<
*
>
>
,
Any
>