Uses of Class
tech.catheu.jnotebook.Main.SharedConfiguration
Packages that use Main.SharedConfiguration
Package
Description
-
Uses of Main.SharedConfiguration in tech.catheu.jnotebook
Subclasses of Main.SharedConfiguration in tech.catheu.jnotebookModifier and TypeClassDescriptionstatic classstatic classMethods in tech.catheu.jnotebook with parameters of type Main.SharedConfigurationModifier and TypeMethodDescriptionstatic NotebookRendererNotebookRenderer.from(Main.SharedConfiguration config) -
Uses of Main.SharedConfiguration in tech.catheu.jnotebook.jshell
Constructors in tech.catheu.jnotebook.jshell with parameters of type Main.SharedConfiguration -
Uses of Main.SharedConfiguration in tech.catheu.jnotebook.localstorage
Methods in tech.catheu.jnotebook.localstorage with parameters of type Main.SharedConfigurationModifier and TypeMethodDescriptionstatic LocalStorageLocalStorage.instanceFor(Main.SharedConfiguration configuration) -
Uses of Main.SharedConfiguration in tech.catheu.jnotebook.render
Constructors in tech.catheu.jnotebook.render with parameters of type Main.SharedConfiguration -
Uses of Main.SharedConfiguration in tech.catheu.jnotebook.server
Methods in tech.catheu.jnotebook.server that return Main.SharedConfigurationModifier and TypeMethodDescriptionHtmlTemplateEngine.TemplateData.config()Returns the value of theconfigrecord component.Constructors in tech.catheu.jnotebook.server with parameters of type Main.SharedConfigurationModifierConstructorDescriptionTemplateData(Main.SharedConfiguration config, boolean interactive, String render, List<Path> notebooksInPath) Creates an instance of aTemplateDatarecord class.