object Files

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

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 copy(source: Path, target: Path, options: Array[CopyOption]): Path
  7. def copy(source: Path, out: OutputStream): Long
  8. def copy(in: InputStream, target: Path, options: Array[CopyOption]): Long
  9. def createDirectories(dir: Path, attrs: Array[FileAttribute[_]]): Path
  10. def createDirectory(dir: Path, attrs: Array[FileAttribute[_]]): Path
  11. def createFile(path: Path, attrs: Array[FileAttribute[_]]): Path
  12. def createLink(link: Path, existing: Path): Path
  13. def createSymbolicLink(link: Path, target: Path, attrs: Array[FileAttribute[_]]): Path
  14. def createTempDirectory(prefix: String, attrs: Array[FileAttribute[_]]): Path
  15. def createTempDirectory(dir: Path, prefix: String, attrs: Array[FileAttribute[_]]): Path
  16. def createTempFile(prefix: String, suffix: String, attrs: Array[FileAttribute[_]]): Path
  17. def createTempFile(dir: Path, prefix: String, suffix: String, attrs: Array[FileAttribute[_]]): Path
  18. def delete(path: Path): Unit
  19. def deleteIfExists(path: Path): Boolean
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def exists(path: Path, options: Array[LinkOption]): Boolean
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def find(start: Path, maxDepth: Int, matcher: BiPredicate[Path, BasicFileAttributes], options: Array[FileVisitOption]): Stream[Path]
  25. def getAttribute(path: Path, attribute: String, options: Array[LinkOption]): AnyRef
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def getFileAttributeView[V <: FileAttributeView](path: Path, tpe: Class[V], options: Array[LinkOption]): V
  28. def getLastModifiedTime(path: Path, options: Array[LinkOption]): FileTime
  29. def getOwner(path: Path, options: Array[LinkOption]): UserPrincipal
  30. def getPosixFilePermissions(path: Path, options: Array[LinkOption]): Set[PosixFilePermission]
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def isDirectory(path: Path, options: Array[LinkOption]): Boolean
  33. def isExecutable(path: Path): Boolean
  34. def isHidden(path: Path): Boolean
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isReadable(path: Path): Boolean
  37. def isRegularFile(path: Path, options: Array[LinkOption]): Boolean
  38. def isSameFile(path: Path, path2: Path): Boolean
  39. def isSymbolicLink(path: Path): Boolean
  40. def isWritable(path: Path): Boolean
  41. def lines(path: Path, cs: Charset): Stream[String]
  42. def lines(path: Path): Stream[String]
  43. def list(dir: Path): Stream[Path]
  44. def move(source: Path, target: Path, options: Array[CopyOption]): Path
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def newBufferedReader(path: Path, cs: Charset): BufferedReader
  47. def newBufferedReader(path: Path): BufferedReader
  48. def newBufferedWriter(path: Path, options: Array[OpenOption]): BufferedWriter
  49. def newBufferedWriter(path: Path, cs: Charset, options: Array[OpenOption]): BufferedWriter
  50. def newByteChannel(path: Path, options: Set[_ <: OpenOption], attrs: Array[FileAttribute[_]]): SeekableByteChannel
  51. def newByteChannel(path: Path, _options: Array[OpenOption]): SeekableByteChannel
  52. def newDirectoryStream(dir: Path, glob: String): DirectoryStream[Path]
  53. def newDirectoryStream(dir: Path, filter: Filter[_ >: Path]): DirectoryStream[Path]
  54. def newDirectoryStream(dir: Path): DirectoryStream[Path]
  55. def newInputStream(path: Path, options: Array[OpenOption]): InputStream
  56. def newOutputStream(path: Path, options: Array[OpenOption]): OutputStream
  57. def notExists(path: Path, options: Array[LinkOption]): Boolean
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  60. def readAllBytes(path: Path): Array[Byte]
  61. def readAllLines(path: Path, cs: Charset): List[String]
  62. def readAllLines(path: Path): List[String]
  63. def readAttributes(path: Path, attributes: String, options: Array[LinkOption]): Map[String, AnyRef]
  64. def readAttributes[A <: BasicFileAttributes](path: Path, tpe: Class[A], options: Array[LinkOption]): A
  65. def readString(path: Path, cs: Charset): String
  66. def readString(path: Path): String
  67. def readSymbolicLink(link: Path): Path
  68. def setAttribute(path: Path, attribute: String, value: AnyRef, options: Array[LinkOption]): Path
  69. def setLastModifiedTime(path: Path, time: FileTime): Path
  70. def setOwner(path: Path, owner: UserPrincipal): Path
  71. def setPosixFilePermissions(path: Path, perms: Set[PosixFilePermission]): Path
  72. def size(path: Path): Long
  73. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  74. def toString(): String
    Definition Classes
    AnyRef → Any
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  78. def walk(start: Path, maxDepth: Int, options: Array[FileVisitOption]): Stream[Path]
  79. def walk(start: Path, options: Array[FileVisitOption]): Stream[Path]
  80. def walkFileTree(start: Path, options: Set[FileVisitOption], maxDepth: Int, visitor: FileVisitor[_ >: Path]): Path
  81. def walkFileTree(start: Path, visitor: FileVisitor[_ >: Path]): Path
  82. def write(path: Path, lines: Iterable[_ <: CharSequence], options: Array[OpenOption]): Path
  83. def write(path: Path, lines: Iterable[_ <: CharSequence], cs: Charset, _options: Array[OpenOption]): Path
  84. def write(path: Path, bytes: Array[Byte], _options: Array[OpenOption]): Path
  85. def writeString(path: Path, csq: CharSequence, options: Array[OpenOption]): Path
  86. def writeString(path: Path, csq: CharSequence, cs: Charset, options: Array[OpenOption]): Path

Inherited from AnyRef

Inherited from Any

Ungrouped