Packages

implicit final class RichPath extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichPath
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichPath(path: Path)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def /(other: Path): Path
  4. def /(pathString: String): Path
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def ancestor(n: Int): Path
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def copyTo(other: Path, options: CopyOption*): Path
  9. def deepDirs(f: (CachingPath) ⇒ Boolean = _ => true): Seq[CachingPath]
  10. def deepFiles(f: (CachingPath) ⇒ Boolean = _ => true, maxDepth: Int = Int.MaxValue): Seq[CachingPath]
  11. def delete(): Unit
  12. def exists: Boolean
  13. def extension: String
  14. def filename: String
  15. def files: Seq[CachingPath]
  16. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  17. def hasExtension(ext: String, exts: String*): Boolean
  18. def ifFile[T](f: (File) ⇒ T): Option[T]
  19. def inputStream: InputStream
  20. def isDirectory: Boolean
  21. def isFile: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def mkdirs: Path
  24. def outputStream: OutputStream
  25. val path: Path
  26. def segments: List[Path]
  27. def stripExtension: String
  28. def toString(): String
    Definition Classes
    Any
  29. def touch: Path
  30. def writer(charset: Charset): Writer

Inherited from AnyVal

Inherited from Any

Ungrouped