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 createFile(): Path
  10. def deepDirs(f: (CachingPath) ⇒ Boolean): Seq[CachingPath]
  11. def deepFiles(f: (CachingPath) ⇒ Boolean, maxDepth: Int): Seq[CachingPath]
  12. def deepFiles(f: (CachingPath) ⇒ Boolean): Seq[CachingPath]
  13. def delete(): Unit
  14. def exists: Boolean
  15. def extension: String
  16. def filename: String
  17. def files: Seq[CachingPath]
  18. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  19. def hasExtension(ext: String): Boolean
  20. def ifFile[T](f: (File) ⇒ T): Option[T]
  21. def inputStream: InputStream
  22. def isDirectory: Boolean
  23. def isFile: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def mkdirs(): Path
  26. def outputStream: OutputStream
  27. val path: Path
  28. def segments: List[Path]
  29. def stripExtension: String
  30. def toString(): String
    Definition Classes
    Any
  31. def writer(charset: Charset): Writer

Inherited from AnyVal

Inherited from Any

Ungrouped