Packages

final class AbsoluteFile extends AnyVal

Wrapper around java.io.File with an absolute path.

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

Instance Constructors

  1. new AbsoluteFile(path: Path)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def /(other: String): AbsoluteFile
  4. def /(other: Path): AbsoluteFile
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def attributes: BasicFileAttributes
    Annotations
    @inline()
  8. def delete(): Unit
    Annotations
    @inline()
  9. def exists: Boolean
  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. def getFileName: String
    Annotations
    @inline()
  12. def isDirectory: Boolean
    Annotations
    @inline()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isRegularFile: Boolean
    Annotations
    @inline()
  15. def isRegularFileNoLinks: Boolean
    Annotations
    @inline()
  16. def jfile: File
    Annotations
    @inline()
  17. def join(files: Seq[Path]): Seq[AbsoluteFile]
  18. def join(other: String): AbsoluteFile
  19. def join(other: Path): AbsoluteFile
  20. def listFiles: Seq[AbsoluteFile]
    Annotations
    @inline()
  21. def mkdir(): Unit
    Annotations
    @inline()
  22. def mkdirs(): Unit
    Annotations
    @inline()
  23. def parent: AbsoluteFile
    Annotations
    @inline()
  24. val path: Path
  25. def readFile(implicit codec: Codec): String
    Annotations
    @inline()
  26. def toString(): String
    Definition Classes
    AbsoluteFile → Any
  27. def toUri: URI
    Annotations
    @inline()
  28. def writeFile(content: String)(implicit codec: Codec): Unit
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped