public class ShrinkWrapPath extends Object implements Path
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic FileSystem getFileSystem()
getFileSystem in interface PathPath.getFileSystem()public boolean isAbsolute()
isAbsolute in interface PathPath.isAbsolute()public Path getRoot()
getRoot in interface PathPath.getRoot()public Path getFileName()
getFileName in interface PathPath.getFileName()public Path getParent()
getParent in interface PathPath.getParent()public int getNameCount()
getNameCount in interface PathPath.getNameCount()public Path getName(int index)
getName in interface PathPath.getName(int)public Path subpath(int beginIndex, int endIndex)
subpath in interface PathPath.subpath(int, int)public boolean startsWith(Path other)
startsWith in interface PathPath.startsWith(java.nio.file.Path)public boolean startsWith(String other)
startsWith in interface PathPath.startsWith(java.lang.String)public boolean endsWith(Path other)
endsWith in interface PathPath.endsWith(java.nio.file.Path)public boolean endsWith(String other)
endsWith in interface PathPath.endsWith(java.lang.String)public Path normalize()
normalize in interface PathPath.normalize()public Path resolve(Path other)
resolve in interface PathPath.resolve(java.nio.file.Path)public Path resolve(String other)
resolve in interface PathPath.resolve(java.lang.String)public Path resolveSibling(Path other)
resolveSibling in interface PathPath.resolveSibling(java.nio.file.Path)public Path resolveSibling(String other)
resolveSibling in interface PathPath.resolveSibling(java.lang.String)public Path relativize(Path other)
relativize in interface PathPath.relativize(java.nio.file.Path)public URI toUri()
toUri in interface PathPath.toUri()public Path toAbsolutePath()
toAbsolutePath in interface PathPath.toAbsolutePath()public Path toRealPath(LinkOption... options) throws IOException
toRealPath in interface PathIOExceptionPath.toRealPath(java.nio.file.LinkOption[])public File toFile()
toFile in interface PathPath.toFile()public WatchKey register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers) throws IOException
register in interface Pathregister in interface WatchableIOExceptionPath.register(java.nio.file.WatchService, java.nio.file.WatchEvent.Kind<?>[],
java.nio.file.WatchEvent.Modifier[])public WatchKey register(WatchService watcher, WatchEvent.Kind<?>... events) throws IOException
register in interface Pathregister in interface WatchableIOExceptionPath.register(java.nio.file.WatchService, java.nio.file.WatchEvent.Kind<?>[])public int compareTo(Path other)
compareTo in interface Comparable<Path>compareTo in interface PathPath.compareTo(java.nio.file.Path)public String toString()
toString in interface PathtoString in class ObjectPath.toString()public int hashCode()
hashCode in interface PathhashCode in class ObjectObject.hashCode()Copyright © 2016 JBoss by Red Hat. All rights reserved.