object Files
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Files
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def copy(source: Path, target: Path, options: Array[CopyOption]): Path
- def copy(source: Path, out: OutputStream): Long
- def copy(in: InputStream, target: Path, options: Array[CopyOption]): Long
- def createDirectories(dir: Path, attrs: Array[FileAttribute[_]]): Path
- def createDirectory(dir: Path, attrs: Array[FileAttribute[_]]): Path
- def createFile(path: Path, attrs: Array[FileAttribute[_]]): Path
- def createLink(link: Path, existing: Path): Path
- def createSymbolicLink(link: Path, target: Path, attrs: Array[FileAttribute[_]]): Path
- def createTempDirectory(prefix: String, attrs: Array[FileAttribute[_]]): Path
- def createTempDirectory(dir: Path, prefix: String, attrs: Array[FileAttribute[_]]): Path
- def createTempFile(prefix: String, suffix: String, attrs: Array[FileAttribute[_]]): Path
- def createTempFile(dir: Path, prefix: String, suffix: String, attrs: Array[FileAttribute[_]]): Path
- def delete(path: Path): Unit
- def deleteIfExists(path: Path): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists(path: Path, options: Array[LinkOption]): Boolean
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(start: Path, maxDepth: Int, matcher: BiPredicate[Path, BasicFileAttributes], options: Array[FileVisitOption]): Stream[Path]
- def getAttribute(path: Path, attribute: String, options: Array[LinkOption]): AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFileAttributeView[V <: FileAttributeView](path: Path, tpe: Class[V], options: Array[LinkOption]): V
- def getLastModifiedTime(path: Path, options: Array[LinkOption]): FileTime
- def getOwner(path: Path, options: Array[LinkOption]): UserPrincipal
- def getPosixFilePermissions(path: Path, options: Array[LinkOption]): Set[PosixFilePermission]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isDirectory(path: Path, options: Array[LinkOption]): Boolean
- def isExecutable(path: Path): Boolean
- def isHidden(path: Path): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReadable(path: Path): Boolean
- def isRegularFile(path: Path, options: Array[LinkOption]): Boolean
- def isSameFile(path: Path, path2: Path): Boolean
- def isSymbolicLink(path: Path): Boolean
- def isWritable(path: Path): Boolean
- def lines(path: Path, cs: Charset): Stream[String]
- def lines(path: Path): Stream[String]
- def list(dir: Path): Stream[Path]
- def move(source: Path, target: Path, options: Array[CopyOption]): Path
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBufferedReader(path: Path, cs: Charset): BufferedReader
- def newBufferedReader(path: Path): BufferedReader
- def newBufferedWriter(path: Path, options: Array[OpenOption]): BufferedWriter
- def newBufferedWriter(path: Path, cs: Charset, options: Array[OpenOption]): BufferedWriter
- def newByteChannel(path: Path, options: Set[_ <: OpenOption], attrs: Array[FileAttribute[_]]): SeekableByteChannel
- def newByteChannel(path: Path, _options: Array[OpenOption]): SeekableByteChannel
- def newDirectoryStream(dir: Path, glob: String): DirectoryStream[Path]
- def newDirectoryStream(dir: Path, filter: Filter[_ >: Path]): DirectoryStream[Path]
- def newDirectoryStream(dir: Path): DirectoryStream[Path]
- def newInputStream(path: Path, options: Array[OpenOption]): InputStream
- def newOutputStream(path: Path, options: Array[OpenOption]): OutputStream
- def notExists(path: Path, options: Array[LinkOption]): Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readAllBytes(path: Path): Array[Byte]
- def readAllLines(path: Path, cs: Charset): List[String]
- def readAllLines(path: Path): List[String]
- def readAttributes(path: Path, attributes: String, options: Array[LinkOption]): Map[String, AnyRef]
- def readAttributes[A <: BasicFileAttributes](path: Path, tpe: Class[A], options: Array[LinkOption]): A
- def readString(path: Path, cs: Charset): String
- def readString(path: Path): String
- def readSymbolicLink(link: Path): Path
- def setAttribute(path: Path, attribute: String, value: AnyRef, options: Array[LinkOption]): Path
- def setLastModifiedTime(path: Path, time: FileTime): Path
- def setOwner(path: Path, owner: UserPrincipal): Path
- def setPosixFilePermissions(path: Path, perms: Set[PosixFilePermission]): Path
- def size(path: Path): Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def walk(start: Path, maxDepth: Int, options: Array[FileVisitOption]): Stream[Path]
- def walk(start: Path, options: Array[FileVisitOption]): Stream[Path]
- def walkFileTree(start: Path, options: Set[FileVisitOption], maxDepth: Int, visitor: FileVisitor[_ >: Path]): Path
- def walkFileTree(start: Path, visitor: FileVisitor[_ >: Path]): Path
- def write(path: Path, lines: Iterable[_ <: CharSequence], options: Array[OpenOption]): Path
- def write(path: Path, lines: Iterable[_ <: CharSequence], cs: Charset, _options: Array[OpenOption]): Path
- def write(path: Path, bytes: Array[Byte], _options: Array[OpenOption]): Path
- def writeString(path: Path, csq: CharSequence, options: Array[OpenOption]): Path
- def writeString(path: Path, csq: CharSequence, cs: Charset, options: Array[OpenOption]): Path