Packages

c

scala.scalanative.nio.fs

GenericFileSystemProvider

abstract class GenericFileSystemProvider extends FileSystemProvider

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

Instance Constructors

  1. new GenericFileSystemProvider()

Type Members

  1. type AttributeViewClass = Class[_ <: FileAttributeView]
  2. type AttributeViewMapping = Map[AttributeViewClass, GenericViewCtor]
  3. type GenericViewCtor = (Path, Array[LinkOption]) => FileAttributeView

Abstract Value Members

  1. abstract def fs: FileSystem
    Attributes
    protected
  2. abstract def knownFileAttributeViews: AttributeViewMapping
    Attributes
    protected

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 checkAccess(path: Path, modes: Array[AccessMode]): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def copy(source: Path, target: Path, options: Array[CopyOption]): Unit
  8. def createDirectory(dir: Path, attrs: Array[FileAttribute[_]]): Unit
  9. def createLink(link: Path, existing: Path): Unit
  10. def createSymbolicLink(link: Path, target: Path, attrs: Array[FileAttribute[_]]): Unit
  11. def delete(path: Path): Unit
  12. def deleteIfExists(path: Path): Boolean
    Definition Classes
    FileSystemProvider
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getFileAttributeView[V <: FileAttributeView](path: Path, tpe: Class[V], options: Array[LinkOption]): V
  18. def getFileSystem(uri: URI): FileSystem
  19. def getPath(uri: URI): Path
  20. def getScheme(): String
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def isHidden(path: Path): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isSameFile(path: Path, path2: Path): Boolean
  25. def move(source: Path, target: Path, options: Array[CopyOption]): Unit
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def newAsynchronousFileChannel(path: Path, options: Set[_ <: OpenOption], executor: ExecutorService, attrs: Array[FileAttribute[_]]): AsynchronousFileChannel
    Definition Classes
    FileSystemProvider
  28. def newByteChannel(path: Path, options: Set[_ <: OpenOption], attrs: Array[FileAttribute[_]]): SeekableByteChannel
    Definition Classes
    FileSystemProvider
  29. def newDirectoryStream(dir: Path, filter: Filter[_ >: Path]): DirectoryStream[Path]
  30. def newFileChannel(path: Path, options: Set[_ <: OpenOption], attrs: Array[FileAttribute[_]]): FileChannel
  31. def newFileSystem(path: Path, env: Map[String, _]): FileSystem
  32. def newFileSystem(uri: URI, env: Map[String, _]): FileSystem
  33. def newInputStream(path: Path, _options: Array[OpenOption]): InputStream
    Definition Classes
    FileSystemProvider
  34. def newOutputStream(path: Path, _options: Array[OpenOption]): OutputStream
    Definition Classes
    FileSystemProvider
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def readAttributes(path: Path, attributes: String, options: Array[LinkOption]): Map[String, AnyRef]
  38. def readAttributes[A <: BasicFileAttributes](path: Path, tpe: Class[A], options: Array[LinkOption]): A
  39. def readSymbolicLink(link: Path): Path
  40. def setAttribute(path: Path, attribute: String, value: AnyRef, options: Array[LinkOption]): Unit
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from FileSystemProvider

Inherited from AnyRef

Inherited from Any

Ungrouped