| Modifier and Type | Method and Description |
|---|---|
Path |
_r() |
boolean |
endsWith_(Path path) |
boolean |
endsWith_(String str) |
Optional<Path> |
getFileName_o() |
FileSystem |
getFileSystem_() |
Path |
getName_(int i) |
int |
getNameCount_() |
Optional<Path> |
getParent_o() |
Optional<Path> |
getRoot_o() |
int |
hashCode_() |
boolean |
isAbsolute_() |
Iterator<Path> |
iterator_() |
Path |
normalize_() |
WatchKey |
register_(WatchService ws,
WatchEvent.Kind<?>... kinds) |
WatchKey |
register_(WatchService watcher,
WatchEvent.Kind<?>[] events,
WatchEvent.Modifier... modifiers) |
Path |
relativize_(Path other) |
Path |
resolve_(Path other) |
Path |
resolve_(String other) |
Path |
resolveSibling_(Path other) |
Path |
resolveSibling_(String other) |
boolean |
startsWith_(Path path) |
boolean |
startsWith_(String str) |
Path |
subpath_(int from,
int to) |
Path |
toAbsolutePath_() |
File |
toFile_() |
Path |
toRealPath_(LinkOption... options) |
URI |
toUri_() |
static Path |
unwrap(Path path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFileName_ot, getFileSystem__, getName__, getParent__ot, getParent_ot, getRoot__ot, getRoot_ot, normalize__, r_, relativize__, resolve__, resolve__, subpath__, toAbsolutePath__public Path_of(Path real)
public int getNameCount_()
getNameCount_ in interface Path_public Path toAbsolutePath_()
toAbsolutePath_ in interface Path_public boolean isAbsolute_()
isAbsolute_ in interface Path_public FileSystem getFileSystem_()
getFileSystem_ in interface Path_public boolean startsWith_(String str)
startsWith_ in interface Path_public boolean startsWith_(Path path)
startsWith_ in interface Path_public Optional<Path> getFileName_o()
getFileName_o in interface Path_public Path relativize_(Path other)
relativize_ in interface Path_public Optional<Path> getParent_o()
getParent_o in interface Path_public Path normalize_()
normalize_ in interface Path_public Path toRealPath_(LinkOption... options)
toRealPath_ in interface Path_public final WatchKey register_(WatchService ws, WatchEvent.Kind<?>... kinds)
public Path resolveSibling_(Path other)
resolveSibling_ in interface Path_public Path resolveSibling_(String other)
resolveSibling_ in interface Path_public WatchKey register_(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)
Copyright © 2017. All rights reserved.