Uses of Class
org.graalvm.python.embedding.VirtualFileSystem
-
Uses of VirtualFileSystem in org.graalvm.python.embedding
Methods in org.graalvm.python.embedding that return VirtualFileSystemModifier and TypeMethodDescriptionVirtualFileSystem.Builder.build()Build a newVirtualFileSysteminstance from the configuration provided in the builder.static VirtualFileSystemVirtualFileSystem.create()Creates aVirtualFileSystemwith default configuration.Methods in org.graalvm.python.embedding with parameters of type VirtualFileSystemModifier and TypeMethodDescriptionstatic org.graalvm.polyglot.Context.BuilderGraalPyResources.contextBuilder(VirtualFileSystem vfs) Creates a GraalPy context builder preconfigured with the givenVirtualFileSystemand other GraalPy and polygot Context configuration options optimized for the usage of the Python virtual environment contained in the virtual filesystem.static voidGraalPyResources.extractVirtualFileSystemResources(VirtualFileSystem vfs, Path externalResourcesDirectory) Extract Python resources which are distributed as part of a jar file or a native image executable into a directory.