Package-level declarations

Types

Link copied to clipboard

Engine plugin providing configurable VFS support for polyglot contexts. Both embedded and host VFS implementations are supported and can be toggled using the VfsConfig DSL:

Link copied to clipboard

Configuration DSL for the Vfs plugin.

Link copied to clipboard
interface VfsListener

A listener for VFS events, such as initialization and configuration.

Functions

Link copied to clipboard

Include a bundle by its url. This is a shortcut for calling include(url.toURI()).

Include a bundle using a URI string. The string must be a properly formatted URI.

Link copied to clipboard

Configure the Vfs plugin, installing it if not already present.