Class BlobFileSystem

java.lang.Object
com.lucidworks.apollo.util.BlobFileSystem
All Implemented Interfaces:
org.graalvm.polyglot.io.FileSystem

public class BlobFileSystem extends Object implements org.graalvm.polyglot.io.FileSystem
File system for GraalVM context, allows to import the javascript files from blob store, in a convenient way like from file

Use `load('blob:nameofscriptinblobstore.js')` to external Javascript code