Packages

abstract class FileSystemProvider extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileSystemProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FileSystemProvider()
    Attributes
    protected

Abstract Value Members

  1. abstract def checkAccess(path: Path, modes: Array[AccessMode]): Unit
  2. abstract def copy(source: Path, target: Path, options: Array[CopyOption]): Unit
  3. abstract def createDirectory(dir: Path, attrs: Array[FileAttribute[_]]): Unit
  4. abstract def delete(path: Path): Unit
  5. abstract def getFileAttributeView[V <: FileAttributeView](path: Path, tpe: Class[V], options: Array[LinkOption]): V
  6. abstract def getFileSystem(uri: URI): FileSystem
  7. abstract def getPath(uri: URI): Path
  8. abstract def getScheme(): String
  9. abstract def isHidden(path: Path): Boolean
  10. abstract def isSameFile(path: Path, path2: Path): Boolean
  11. abstract def move(source: Path, target: Path, options: Array[CopyOption]): Unit
  12. abstract def newDirectoryStream(dir: Path, filter: Filter[_ >: Path]): DirectoryStream[Path]
  13. abstract def newFileSystem(uri: URI, env: Map[String, _]): FileSystem
  14. abstract def readAttributes(path: Path, attributes: String, options: Array[LinkOption]): Map[String, AnyRef]
  15. abstract def readAttributes[A <: BasicFileAttributes](path: Path, tpe: Class[A], options: Array[LinkOption]): A
  16. abstract def setAttribute(path: Path, attribute: String, value: AnyRef, options: Array[LinkOption]): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def createLink(link: Path, existing: Path): Unit
  7. def createSymbolicLink(link: Path, target: Path, attrs: Array[FileAttribute[_]]): Unit
  8. def deleteIfExists(path: Path): Boolean
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def newAsynchronousFileChannel(path: Path, options: Set[_ <: OpenOption], executor: ExecutorService, attrs: Array[FileAttribute[_]]): AsynchronousFileChannel
  17. def newByteChannel(path: Path, options: Set[_ <: OpenOption], attrs: Array[FileAttribute[_]]): SeekableByteChannel
  18. def newFileChannel(path: Path, options: Set[_ <: OpenOption], attrs: Array[FileAttribute[_]]): FileChannel
  19. def newFileSystem(path: Path, env: Map[String, _]): FileSystem
  20. def newInputStream(path: Path, _options: Array[OpenOption]): InputStream
  21. def newOutputStream(path: Path, _options: Array[OpenOption]): OutputStream
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def readSymbolicLink(link: Path): Path
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped