Configuration DSL for the Vfs plugin.
Enable deferred loading of embedded VFS assets, where supported.
Whether VFS-incompatible languages are present in the engine.
Whether the file system is writable. If false, write operations will throw an exception.
Register a bundle to be added to the VFS on creation.
Include a bundle by its url. This is a shortcut for calling include(url.toURI()).
include(url.toURI())
Include a bundle using a URI string. The string must be a properly formatted URI.
Register a listener for VFS events.