final class AbsolutePath extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbsolutePath
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def exists: Boolean
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getParent: AbsolutePath
- def isDirectory: Boolean
- def isFile: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def readAllBytes: Array[Byte]
- def resolve(other: String): AbsolutePath
- def resolve(other: RelativePath): AbsolutePath
- def structure: String
- def syntax: String
- def toBspUri: URI
- def toFile: File
- def toRelative(prefix: AbsolutePath): RelativePath
-
def
toString(): String
- Definition Classes
- AbsolutePath → Any
- val underlying: Path