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 Events = Seq[Kind[_]]

    Permalink
  4. type LinkOptions = Seq[LinkOption]

    Permalink
  5. trait Monitor extends AnyRef

    Permalink

    Implement this interface to monitor the root file

  6. type OpenOptions = Seq[OpenOption]

    Permalink
  7. type Order = Ordering[File]

    Permalink
  8. class PathMatcherSyntax extends AnyRef

    Permalink
  9. class RandomAccessMode extends AnyRef

    Permalink
  10. 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

  11. 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 Events

    Permalink
  7. object LinkOptions

    Permalink
  8. object OpenOptions

    Permalink
  9. object Order

    Permalink
  10. object PathMatcherSyntax

    Permalink
  11. object RandomAccessMode

    Permalink
  12. object Type

    Permalink
  13. object VisitOptions

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

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

    Permalink
  16. implicit def apply(path: Path): File

    Permalink
  17. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink
  26. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  30. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. def root: File

    Permalink
  33. def roots: Iterable[File]

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

    Permalink
    Definition Classes
    AnyRef
  35. def temp: File

    Permalink
  36. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped