Object/Class

better.files

File

Related Docs: class File | package files

Permalink

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[_]]

    Permalink
  2. type CopyOptions = Seq[StandardCopyOption]

    Permalink
  3. type Delimiters = String

    Permalink
  4. type Events = Seq[Kind[_]]

    Permalink
  5. type LinkOptions = Seq[LinkOption]

    Permalink
  6. trait Monitor extends AnyRef

    Permalink

    Implement this interface to monitor the root file

  7. type OpenOptions = Seq[OpenOption]

    Permalink
  8. type Order = Ordering[File]

    Permalink
  9. sealed trait Type[Content] extends AnyRef

    Permalink

    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

  10. type VisitOptions = Seq[FileVisitOption]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Attributes

    Permalink
  5. object CopyOptions

    Permalink
  6. object Delimiters

    Permalink
  7. object Events

    Permalink
  8. object LinkOptions

    Permalink
  9. object OpenOptions

    Permalink
  10. object Order

    Permalink
  11. object Type

    Permalink
  12. object VisitOptions

    Permalink
  13. def apply(uri: URI): File

    Permalink
  14. def apply(path: String, fragments: String*): File

    Permalink
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def currentWorkingDirectory: File

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def home: File

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def newTemporaryDirectory(prefix: String = "", parent: Option[File] = None)(implicit attributes: Attributes = Attributes.default): File

    Permalink
  27. def newTemporaryFile(prefix: String = "", suffix: String = "", parent: Option[File] = None)(implicit attributes: Attributes = Attributes.default): File

    Permalink
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def root: File

    Permalink
  31. def roots: Iterable[File]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def temp: File

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped