core
1.7.0
core
/
org.jetbrains.dokka.utilities
/
ServiceLocator
Service
Locator
object
ServiceLocator
Content copied to clipboard
Functions
Extensions
Functions
all
Services
Link copied to clipboard
fun
allServices
(
category
:
String
)
:
List
<
ServiceDescriptor
>
Content copied to clipboard
lookup
Link copied to clipboard
fun
<
T
:
Any
>
lookup
(
clazz
:
Class
<
T
>
,
descriptor
:
ServiceDescriptor
)
:
T
Content copied to clipboard
fun
<
T
:
Any
>
lookup
(
clazz
:
Class
<
T
>
,
category
:
String
,
implementationName
:
String
)
:
T
Content copied to clipboard
to
File
Link copied to clipboard
fun
URL
.
toFile
(
)
:
File
Content copied to clipboard
Extensions
lookup
Link copied to clipboard
inline
fun
<
T
:
Any
>
ServiceLocator
.
lookup
(
category
:
String
,
implementationName
:
String
)
:
T
Content copied to clipboard
inline
fun
<
T
:
Any
>
ServiceLocator
.
lookup
(
desc
:
ServiceDescriptor
)
:
T
Content copied to clipboard