object File
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- File
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Attributes = Seq[FileAttribute[_]]
- type CopyOptions = Seq[CopyOption]
- type Events = Seq[Kind[_]]
- type LinkOptions = Seq[LinkOption]
-
trait
Monitor
extends AnyRef
Implement this interface to monitor the root file
- type OpenOptions = Seq[OpenOption]
- type Order = Ordering[File]
- class PathMatcherSyntax extends AnyRef
- class RandomAccessMode extends AnyRef
-
sealed
trait
Type
[Content] extends AnyRef
Denote various file types using this
Denote various file types using this
- Content
The type of underlying contents e.g. a directory has its children files as contents but a regular file may have bytes as contents
- type VisitOptions = Seq[FileVisitOption]
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
- def apply(uri: URI): File
- def apply(path: String, fragments: String*): File
- implicit def apply(path: Path): File
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def currentWorkingDirectory: File
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def home: File
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newTemporaryDirectory(prefix: String = "", parent: Option[File] = None)(implicit attributes: Attributes = Attributes.default): File
- def newTemporaryFile(prefix: String = "", suffix: String = "", parent: Option[File] = None)(implicit attributes: Attributes = Attributes.default): File
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def numberOfOpenFileDescriptors(): Long
- def root: File
- def roots: Iterable[File]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def temp: File
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Attributes
- object CopyOptions
- object Events
- object LinkOptions
- object OpenOptions
- object Order
- object PathMatcherSyntax
- object RandomAccessMode
- object Type
- object VisitOptions