Class PathFileSystemProvider

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, FileSystemProvider

    public class PathFileSystemProvider
    extends java.lang.Object
    implements FileSystemProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.nio.file.Path toPath​(java.net.URI uri)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathFileSystemProvider

        public PathFileSystemProvider()
    • Method Detail

      • toPath

        public java.nio.file.Path toPath​(java.net.URI uri)
                                  throws java.io.IOException
        Specified by:
        toPath in interface FileSystemProvider
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException