final class AbsolutePath extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbsolutePath
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 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 toRelative(prefix: AbsolutePath): RelativePath
- def toString(): String
- Definition Classes
- AbsolutePath → Any
- val underlying: Path