Uses of Enum Class
org.graalvm.python.embedding.VirtualFileSystem.HostIO
-
Uses of VirtualFileSystem.HostIO in org.graalvm.python.embedding
Subclasses with type arguments of type VirtualFileSystem.HostIO in org.graalvm.python.embeddingModifier and TypeClassDescriptionstatic enumDetermines if and how much host IO is allowed outside theVirtualFileSystem.Methods in org.graalvm.python.embedding that return VirtualFileSystem.HostIOModifier and TypeMethodDescriptionstatic VirtualFileSystem.HostIOReturns the enum constant of this class with the specified name.static VirtualFileSystem.HostIO[]VirtualFileSystem.HostIO.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graalvm.python.embedding with parameters of type VirtualFileSystem.HostIOModifier and TypeMethodDescriptionVirtualFileSystem.Builder.allowHostIO(VirtualFileSystem.HostIO hostIO) Determines if and how much host IO is allowed outside theVirtualFileSystem.