core
/
org.jetbrains.dokka.utilities
/
ServiceLocator
Service
Locator
object
ServiceLocator
Content copied to clipboard
Functions
Extensions
Functions
allServices
Link copied to clipboard
fun
allServices
(category:
String
):
List
<
ServiceDescriptor
>
Content copied to clipboard
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
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
toFile
Link copied to clipboard
fun
URL
.
toFile
():
File
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
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