final class PathOps extends AnyVal
Provides extension methods to java.nio.file.Path
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PathOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PathOps(path: Path)
- path
the
Path
instance to extend.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
/(component: String): Path
Appends a path component to a path.
Appends a path component to a path.
- component
the component to append
- returns
the appended path.
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val path: Path
-
def
toGlob: Glob
Converts the path to a single path glob
Converts the path to a single path glob
- returns
the single path Glob.
-
def
toString(): String
- Definition Classes
- Any