-
public interface LibraryDefinitionProducer
LibraryDefinitionProducer may produce several library definitions. You may want produce or not produce definitions based on kernel, Kotlin or JRE version, or some other info provided by Notebook
-
-
Method Summary
Modifier and Type Method Description abstract List<LibraryDefinition>
getDefinitions(Notebook notebook)
-
-
Method Detail
-
getDefinitions
abstract List<LibraryDefinition> getDefinitions(Notebook notebook)
-
-
-
-