Packages

c

scala.scalanative.nio.fs.unix

UnixFileSystemProvider

class UnixFileSystemProvider extends GenericFileSystemProvider

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

Instance Constructors

  1. new UnixFileSystemProvider()

Type Members

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

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