toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.libraries
/
ResourceFallbacksBundle
Resource
Fallbacks
Bundle
@
Serializable
(
with
=
ResourceBunchSerializer::class
)
data
class
ResourceFallbacksBundle
(
val
locations
:
List
<
ResourceLocation
>
)
:
VariablesSubstitutionAware
<
ResourceFallbacksBundle
>
Members
Constructors
Resource
Fallbacks
Bundle
Link copied to clipboard
constructor
(
vararg
locations
:
ResourceLocation
)
constructor
(
locations
:
List
<
ResourceLocation
>
)
Properties
locations
Link copied to clipboard
val
locations
:
List
<
ResourceLocation
>
Functions
replace
Variables
Link copied to clipboard
open
override
fun
replaceVariables
(
mapping
:
Map
<
String
,
String
>
)
:
ResourceFallbacksBundle
Replace variables and return the result.