Packages

sealed abstract case class RelativePath extends Product with Serializable

Wrapper around a relative nio.Path.

Linear Supertypes
java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelativePath
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. def relativize(other: RelativePath): RelativePath
  3. def resolve(path: String): RelativePath
  4. def resolve(other: RelativePath): RelativePath
  5. def resolve(other: Path): RelativePath
  6. def resolveSibling(f: (String) => String): RelativePath
  7. def structure: String
  8. def syntax: String
  9. def toAbsolute(root: AbsolutePath): AbsolutePath
  10. def toAbsolute: AbsolutePath
  11. def toFile: File
  12. val toNIO: Path
  13. def toString(): String
    Definition Classes
    RelativePath → AnyRef → Any
  14. def toURI(isDirectory: Boolean): URI