| Modifier | Constructor and Description |
|---|---|
protected |
EightyPath(EightyFileSystem eightyFileSystem,
GetPathConverter gp) |
protected |
EightyPath(EightyFileSystem fileSystem,
Optional<String> rootStr,
boolean absolute,
List<String> elems) |
|
EightyPath(EightyFileSystem fileSystem,
String first,
String... more) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic EightyPath(EightyFileSystem fileSystem, String first, String... more)
protected EightyPath(EightyFileSystem eightyFileSystem, GetPathConverter gp)
protected EightyPath(EightyFileSystem fileSystem, Optional<String> rootStr, boolean absolute, List<String> elems)
public EightyFileSystem getFileSystem()
getFileSystem in interface Pathpublic boolean isAbsolute()
isAbsolute in interface Pathpublic Path getFileName()
getFileName in interface Pathpublic String getFileNameString()
public EightyPath getParent()
public int getNameCount()
getNameCount in interface Pathpublic boolean startsWith(Path other)
startsWith in interface Pathpublic boolean startsWith(String other)
startsWith in interface Pathpublic EightyPath normalize()
public Path resolveSibling(Path other)
resolveSibling in interface Pathpublic Path resolveSibling(String other)
resolveSibling in interface Pathpublic Path relativize(Path other)
relativize in interface Pathpublic EightyPath toAbsolutePath()
toAbsolutePath in interface Pathpublic Path toRealPath(LinkOption... options) throws IOException
toRealPath in interface PathIOExceptionpublic WatchKey register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers) throws IOException
register in interface Pathregister in interface WatchableIOExceptionpublic WatchKey register(WatchService watcher, WatchEvent.Kind<?>... events) throws IOException
register in interface Pathregister in interface WatchableIOExceptionpublic int compareTo(Path other)
compareTo in interface Comparable<Path>compareTo in interface Pathpublic String toString()
public boolean equals(Object o)
public int hashCode()
public boolean knownReal()
public void setTestedReal()
Copyright © 2015. All rights reserved.