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. Protected

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 delete: Unit
    Annotations
    @inline()
  8. def exists: Boolean
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. def getFileName: String
    Annotations
    @inline()
  11. def isDirectory: Boolean
    Annotations
    @inline()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isRegularFile: Boolean
    Annotations
    @inline()
  14. def jfile: File
    Annotations
    @inline()
  15. def join(files: Seq[Path]): Seq[AbsoluteFile]
  16. def join(other: String): AbsoluteFile
  17. def join(other: Path): AbsoluteFile
  18. def listFiles: Seq[AbsoluteFile]
    Annotations
    @inline()
  19. def mkdir: Unit
    Annotations
    @inline()
  20. def mkdirs: Unit
    Annotations
    @inline()
  21. def parent: AbsoluteFile
    Annotations
    @inline()
  22. val path: Path
  23. def readFile(implicit codec: Codec): String
    Annotations
    @inline()
  24. def toString(): String
    Definition Classes
    AbsoluteFile → Any
  25. def toUri: URI
    Annotations
    @inline()
  26. def writeFile(content: String)(implicit codec: Codec): Unit
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped