implicit final class RichPath extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichPath
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichPath(path: Path)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def /(other: Path): Path
- def /(pathString: String): Path
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def ancestor(n: Int): Path
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def copyTo(other: Path, options: CopyOption*): Path
- def deepDirs(f: (CachingPath) ⇒ Boolean = _ => true): Seq[CachingPath]
- def deepFiles(f: (CachingPath) ⇒ Boolean = _ => true, maxDepth: Int = Int.MaxValue): Seq[CachingPath]
- def delete(): Unit
- def exists: Boolean
- def extension: String
- def filename: String
- def files: Seq[CachingPath]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasExtension(ext: String, exts: String*): Boolean
- def ifFile[T](f: (File) ⇒ T): Option[T]
- def inputStream: InputStream
- def isDirectory: Boolean
- def isFile: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkdirs: Path
- def outputStream: OutputStream
- val path: Path
- def segments: List[Path]
- def stripExtension: String
-
def
toString(): String
- Definition Classes
- Any
- def touch: Path
- def writer(charset: Charset): Writer