case class AbsolutePath[A] extends Path[A] with Product with Serializable
- Alphabetic
- By Inheritance
- AbsolutePath
- Serializable
- Serializable
- Product
- Equals
- Path
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
/(segment: Option[String]): Path[String]
- Definition Classes
- Path
-
def
/(segment: String): Path[String]
Compose with string to form a new Path
Compose with string to form a new Path
The underlying representation must be String in order for the representation and the path to be kept in sync. Use addSegment to modify paths backed by non-String types
- Definition Classes
- Path
- See also
addSegment
-
def
//(segment: String): Path[String]
Ensure that path always is suffixed with '/'
Ensure that path always is suffixed with '/'
- Definition Classes
- Path
-
def
//(segment: Option[String]): Path[String]
- Definition Classes
- Path
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
absolute: AbsolutePath[String]
- Definition Classes
- Path
-
def
addSegment[B](segment: String, representation: B): Path[B]
Adds a segment to the path while ensuring that the segments and path representation are kept in sync
Adds a segment to the path while ensuring that the segments and path representation are kept in sync
If you're just working with String paths, see
/- Definition Classes
- Path
-
def
as[B](b: B): Path[B]
- Definition Classes
- Path
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
dirName(implicit ev: <:<[A, FsObject]): Option[String]
- Definition Classes
- Path
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Path → AnyRef → Any
-
def
fileName(implicit ev: <:<[A, FsObject]): Option[String]
- Definition Classes
- Path
-
def
fullName(implicit ev: <:<[A, FsObject]): String
- Definition Classes
- Path
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- Path → AnyRef → Any
-
def
isDir(implicit ev: <:<[A, FsObject]): Boolean
- Definition Classes
- Path
-
def
isEmpty: Boolean
- Definition Classes
- Path
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lastModified(implicit ev: <:<[A, FsObject]): Option[Instant]
- Definition Classes
- Path
-
def
lastSegment: Option[String]
- Definition Classes
- Path
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nioPath: java.nio.file.Path
- Definition Classes
- Path
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
parentPath: Plain
- Definition Classes
- Path
-
def
plain: Plain
- Definition Classes
- Path
-
def
relative: RootlessPath[String]
- Definition Classes
- Path
-
val
representation: A
- Definition Classes
- AbsolutePath → Path
-
val
segments: Chain[String]
- Definition Classes
- AbsolutePath → Path
-
def
size(implicit ev: <:<[A, FsObject]): Option[Long]
- Definition Classes
- Path
-
def
storageClass[SC](implicit storageClassLookup: Aux[A, SC]): Option[SC]
- Definition Classes
- Path
-
def
stripSlashSuffix: Path[A]
- Definition Classes
- Path
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Path → AnyRef → Any
-
def
up: Plain
Goes one level "up" and looses any information about the underlying path representation
Goes one level "up" and looses any information about the underlying path representation
- Definition Classes
- Path
-
def
value: String
- Definition Classes
- Path
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated