Package org.pkl.core.runtime
Class FileSystemManager
- java.lang.Object
-
- org.pkl.core.runtime.FileSystemManager
-
public class FileSystemManager extends java.lang.ObjectManages file systems, potentially across multiple evaluator instances.File systems are only closed when the last usage of it closes.
-
-
Constructor Summary
Constructors Constructor Description FileSystemManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.file.FileSystemgetFileSystem(java.net.URI uri)
-