package io
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- io
- Api
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed abstract
case class
AbsolutePath
extends Product with Serializable
Wrapper around an absolute nio.Path.
- final case class Classpath (shallow: List[AbsolutePath]) extends Multipath with Product with Serializable
- final case class Fragment (base: AbsolutePath, name: RelativePath) extends Product with Serializable
- sealed trait Multipath extends AnyRef
-
sealed abstract
case class
RelativePath
extends Product with Serializable
Wrapper around a relative nio.Path.
- final case class Sourcepath (shallow: List[AbsolutePath]) extends Multipath with Product with Serializable
Value Members
- object AbsolutePath extends Serializable
- object Classpath extends Serializable
- object RelativePath extends Serializable
- object Sourcepath extends Serializable