object File

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

Type Members

  1. type Attributes = Seq[FileAttribute[_]]
  2. type CopyOptions = Seq[CopyOption]
  3. type Events = Seq[Kind[_]]
  4. type LinkOptions = Seq[LinkOption]
  5. trait Monitor extends AnyRef

    Implement this interface to monitor the root file

  6. type OpenOptions = Seq[OpenOption]
  7. type Order = Ordering[File]
  8. class PathMatcherSyntax extends AnyRef
  9. class RandomAccessMode extends AnyRef
  10. 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

  11. type VisitOptions = Seq[FileVisitOption]

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. def apply(uri: URI): File
  5. def apply(path: String, fragments: String*): File
  6. implicit def apply(path: Path): File
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def currentWorkingDirectory: File
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. def home: File
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def newTemporaryDirectory(prefix: String = "", parent: Option[File] = None)(implicit attributes: Attributes = Attributes.default): File
  19. def newTemporaryFile(prefix: String = "", suffix: String = "", parent: Option[File] = None)(implicit attributes: Attributes = Attributes.default): File
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. def numberOfOpenFileDescriptors(): Long
  23. def root: File
  24. def roots: Iterable[File]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def temp: File
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. object Attributes
  32. object CopyOptions
  33. object Events
  34. object LinkOptions
  35. object OpenOptions
  36. object Order
  37. object PathMatcherSyntax
  38. object RandomAccessMode
  39. object Type
  40. object VisitOptions

Inherited from AnyRef

Inherited from Any

Ungrouped