toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.libraries
/
LibraryDescriptorsProvider
Library
Descriptors
Provider
interface
LibraryDescriptorsProvider
Inheritors
ResourceLibraryDescriptorsProvider
Members
Functions
get
Descriptor
For
Versions
Completion
Link copied to clipboard
open
fun
getDescriptorForVersionsCompletion
(
fullName
:
String
)
:
LibraryDescriptor
?
get
Descriptor
Global
Options
Link copied to clipboard
open
fun
getDescriptorGlobalOptions
(
)
:
LibraryDescriptorGlobalOptions
get
Descriptors
Link copied to clipboard
abstract
fun
getDescriptors
(
)
:
Map
<
String
,
LibraryDescriptor
>