de.pfabulist.roast.Roast<java.nio.file.Path>Path_ofpublic interface Path_
extends de.pfabulist.roast.Roast<java.nio.file.Path>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
endsWith_(java.lang.String str) |
|
boolean |
endsWith_(java.nio.file.Path path) |
|
java.util.Optional<java.nio.file.Path> |
getFileName_o() |
|
default java.nio.file.Path |
getFileName_ot() |
|
java.nio.file.FileSystem |
getFileSystem_() |
|
default FileSystem_ |
getFileSystem__() |
|
java.nio.file.Path |
getName_(int i) |
|
default Path_ |
getName__(int i) |
|
int |
getNameCount_() |
|
default Path_ |
getParent__ot() |
|
java.util.Optional<java.nio.file.Path> |
getParent_o() |
|
default java.nio.file.Path |
getParent_ot() |
|
default Path_ |
getRoot__ot() |
|
java.util.Optional<java.nio.file.Path> |
getRoot_o() |
|
default java.nio.file.Path |
getRoot_ot() |
|
int |
hashCode_() |
|
boolean |
isAbsolute_() |
|
java.util.Iterator<java.nio.file.Path> |
iterator_() |
|
java.nio.file.Path |
normalize_() |
|
default Path_ |
normalize__() |
|
static Path_ |
r_(java.nio.file.Path path) |
|
java.nio.file.WatchKey |
register_(java.nio.file.WatchService ws,
java.nio.file.WatchEvent.Kind<?>... kinds) |
|
java.nio.file.WatchKey |
register_(java.nio.file.WatchService watcher,
java.nio.file.WatchEvent.Kind<?>[] events,
java.nio.file.WatchEvent.Modifier... modifiers) |
|
java.nio.file.Path |
relativize_(java.nio.file.Path other) |
|
default Path_ |
relativize__(java.nio.file.Path other) |
|
java.nio.file.Path |
resolve_(java.lang.String other) |
|
java.nio.file.Path |
resolve_(java.nio.file.Path other) |
|
default Path_ |
resolve__(java.lang.String other) |
|
default Path_ |
resolve__(java.nio.file.Path other) |
|
java.nio.file.Path |
resolveSibling_(java.lang.String other) |
|
java.nio.file.Path |
resolveSibling_(java.nio.file.Path other) |
|
boolean |
startsWith_(java.lang.String str) |
|
boolean |
startsWith_(java.nio.file.Path path) |
|
java.nio.file.Path |
subpath_(int from,
int to) |
|
default Path_ |
subpath__(int from,
int to) |
|
java.nio.file.Path |
toAbsolutePath_() |
|
default Path_ |
toAbsolutePath__() |
|
java.io.File |
toFile_() |
|
java.nio.file.Path |
toRealPath_(java.nio.file.LinkOption... options) |
|
java.net.URI |
toUri_() |
static Path_ r_(java.nio.file.Path path)
java.nio.file.Path getName_(int i)
default Path_ getName__(int i)
int getNameCount_()
java.nio.file.Path toAbsolutePath_()
default Path_ toAbsolutePath__()
java.util.Optional<java.nio.file.Path> getRoot_o()
default java.nio.file.Path getRoot_ot()
default Path_ getRoot__ot()
java.nio.file.Path resolve_(java.lang.String other)
default Path_ resolve__(java.lang.String other)
java.nio.file.Path resolve_(java.nio.file.Path other)
default Path_ resolve__(java.nio.file.Path other)
boolean isAbsolute_()
java.nio.file.FileSystem getFileSystem_()
default FileSystem_ getFileSystem__()
boolean endsWith_(java.nio.file.Path path)
boolean endsWith_(java.lang.String str)
boolean startsWith_(java.lang.String str)
boolean startsWith_(java.nio.file.Path path)
java.nio.file.Path subpath_(int from,
int to)
default Path_ subpath__(int from, int to)
java.util.Optional<java.nio.file.Path> getFileName_o()
default java.nio.file.Path getFileName_ot()
java.nio.file.Path relativize_(java.nio.file.Path other)
default Path_ relativize__(java.nio.file.Path other)
java.util.Optional<java.nio.file.Path> getParent_o()
default java.nio.file.Path getParent_ot()
default Path_ getParent__ot()
java.nio.file.Path normalize_()
default Path_ normalize__()
java.net.URI toUri_()
java.nio.file.Path toRealPath_(java.nio.file.LinkOption... options)
java.nio.file.WatchKey register_(java.nio.file.WatchService ws,
java.nio.file.WatchEvent.Kind<?>... kinds)
java.util.Iterator<java.nio.file.Path> iterator_()
java.nio.file.Path resolveSibling_(java.nio.file.Path other)
java.nio.file.Path resolveSibling_(java.lang.String other)
java.io.File toFile_()
java.nio.file.WatchKey register_(java.nio.file.WatchService watcher,
java.nio.file.WatchEvent.Kind<?>[] events,
java.nio.file.WatchEvent.Modifier... modifiers)
int hashCode_()
Copyright © 2018. All rights reserved.