java
.
nio
.
file
JSPath
Related Docs:
object JSPath
|
package file
class
JSPath
extends
Path
Linear Supertypes
Path
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
JSPath
Path
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
JSPath
(
rawPath:
String
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
compareTo
(
other:
Path
)
:
Int
Definition Classes
JSPath
→
Path
val
dir
:
String
def
endsWith
(
other:
String
)
:
Boolean
Definition Classes
JSPath
→
Path
def
endsWith
(
other:
Path
)
:
Boolean
Definition Classes
JSPath
→
Path
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
o:
Any
)
:
Boolean
Definition Classes
JSPath
→ AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
fullPath
:
String
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getFileName
()
:
Path
Definition Classes
JSPath
→
Path
def
getFileSystem
:
FileSystem
Definition Classes
JSPath
→
Path
def
getName
(
index:
Int
)
:
Path
Definition Classes
JSPath
→
Path
def
getNameCount
()
:
Int
Definition Classes
JSPath
→
Path
def
getParent
()
:
Path
Definition Classes
JSPath
→
Path
def
getRoot
()
:
Path
Definition Classes
JSPath
→
Path
def
hashCode
()
:
Int
Definition Classes
JSPath
→ AnyRef → Any
def
isAbsolute
()
:
Boolean
Definition Classes
JSPath
→
Path
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
iterator
()
:
Iterator
[
Path
]
Definition Classes
JSPath
→
Path
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
normalize
()
:
Path
Definition Classes
JSPath
→
Path
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
parsed
:
PathObject
lazy val
parts
:
Seq
[
String
]
val
path
:
String
val
rawPath
:
String
def
register
(
watcher:
WatchService
,
events:
Array
[
Kind
[_]]
)
:
WatchKey
Definition Classes
JSPath
→
Path
def
register
(
watcher:
WatchService
,
events:
Array
[
Kind
[_]]
,
modifiers:
Array
[
Modifier
]
)
:
WatchKey
Definition Classes
JSPath
→
Path
def
relativize
(
other:
Path
)
:
Path
Definition Classes
JSPath
→
Path
def
resolve
(
other:
String
)
:
Path
Definition Classes
JSPath
→
Path
def
resolve
(
other:
Path
)
:
Path
Definition Classes
JSPath
→
Path
def
resolveSibling
(
other:
String
)
:
Path
Definition Classes
JSPath
→
Path
def
resolveSibling
(
other:
Path
)
:
Path
Definition Classes
JSPath
→
Path
val
root
:
String
def
startsWith
(
other:
String
)
:
Boolean
Definition Classes
JSPath
→
Path
def
startsWith
(
other:
Path
)
:
Boolean
Definition Classes
JSPath
→
Path
def
subpath
(
beginIndex:
Int
,
endIndex:
Int
)
:
Path
Definition Classes
JSPath
→
Path
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toAbsolutePath
()
:
Path
Definition Classes
JSPath
→
Path
def
toFile
()
:
File
Definition Classes
JSPath
→
Path
def
toRealPath
(
options:
Array
[
LinkOption
]
)
:
Path
Definition Classes
JSPath
→
Path
def
toString
()
:
String
Definition Classes
JSPath
→ AnyRef → Any
def
toUri
()
:
URI
Definition Classes
JSPath
→
Path
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Path
Inherited from
AnyRef
Inherited from
Any
Ungrouped