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