Package 

Class ResourcesBuilder.BundleBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      BundleBuilder()
    • Method Summary

      Modifier and Type Method Description
      final Unit url(String url, String localFallBack, String classpathFallBack, Boolean embed) Create an url resource with optional embedding (governed by embed flag) with optional local file fallback and a class-path fallback.
      final Unit local(String localPath) Use local resource from file
      final Unit classPath(String classPath) Use Jar class-path resource
      • Methods inherited from class org.jetbrains.kotlinx.jupyter.api.libraries.ResourcesBuilder.BundleBuilder

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BundleBuilder

        BundleBuilder()
    • Method Detail

      • url

         final Unit url(String url, String localFallBack, String classpathFallBack, Boolean embed)

        Create an url resource with optional embedding (governed by embed flag) with optional local file fallback and a class-path fallback. If fallbacks are null, they are not used.