toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.libraries
/
AbstractLibraryResolutionInfo
/
ByGitRef
By
Git
Ref
open
class
ByGitRef
(
ref
:
String
,
libraryDescriptorsManager
:
LibraryDescriptorsManager
)
:
AbstractLibraryResolutionInfo
Inheritors
ByGitRefWithClasspathFallback
Members
Constructors
By
Git
Ref
Link copied to clipboard
constructor
(
ref
:
String
,
libraryDescriptorsManager
:
LibraryDescriptorsManager
)
Properties
key
Link copied to clipboard
open
override
val
key
:
String
sha
Link copied to clipboard
val
sha
:
String
should
Be
Cached
In
Memory
Link copied to clipboard
open
val
shouldBeCachedInMemory
:
Boolean
should
Be
Cached
Locally
Link copied to clipboard
open
val
shouldBeCachedLocally
:
Boolean
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String