final class AbsoluteFile extends AnyVal
Wrapper around java.io.File with an absolute path.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbsoluteFile
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AbsoluteFile(path: Path)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def /(other: String): AbsoluteFile
- def /(other: Path): AbsoluteFile
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
attributes: BasicFileAttributes
- Annotations
- @inline()
-
def
delete(): Unit
- Annotations
- @inline()
- def exists: Boolean
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
getFileName: String
- Annotations
- @inline()
-
def
isDirectory: Boolean
- Annotations
- @inline()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isRegularFile: Boolean
- Annotations
- @inline()
-
def
isRegularFileNoLinks: Boolean
- Annotations
- @inline()
-
def
jfile: File
- Annotations
- @inline()
- def join(files: Seq[Path]): Seq[AbsoluteFile]
- def join(other: String): AbsoluteFile
- def join(other: Path): AbsoluteFile
-
def
listFiles: Seq[AbsoluteFile]
- Annotations
- @inline()
-
def
mkdir(): Unit
- Annotations
- @inline()
-
def
mkdirs(): Unit
- Annotations
- @inline()
-
def
parent: AbsoluteFile
- Annotations
- @inline()
- val path: Path
-
def
readFile(implicit codec: Codec): String
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- AbsoluteFile → Any
-
def
toUri: URI
- Annotations
- @inline()
-
def
writeFile(content: String)(implicit codec: Codec): Unit
- Annotations
- @inline()