| Constructor and Description |
|---|
NativeImageResourcePath(NativeImageResourceFileSystem fileSystem,
byte[] resourcePath) |
NativeImageResourcePath(NativeImageResourceFileSystem fileSystem,
byte[] resourcePath,
boolean normalized) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic NativeImageResourcePath(NativeImageResourceFileSystem fileSystem, byte[] resourcePath)
public NativeImageResourcePath(NativeImageResourceFileSystem fileSystem, byte[] resourcePath, boolean normalized)
public NativeImageResourceFileSystem getFileSystem()
getFileSystem in interface Pathpublic boolean isAbsolute()
isAbsolute in interface Pathpublic NativeImageResourcePath getRoot()
public Path getFileName()
getFileName in interface Pathpublic NativeImageResourcePath getParent()
public int getNameCount()
getNameCount in interface Pathpublic boolean startsWith(Path other)
startsWith in interface Pathpublic boolean startsWith(String other)
startsWith in interface Pathpublic Path resolveSibling(Path other)
resolveSibling in interface Pathpublic Path resolveSibling(String other)
resolveSibling in interface Pathpublic Path relativize(Path other)
relativize in interface Pathpublic NativeImageResourcePath 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 int hashCode()
public boolean equals(Object obj)
public String toString()
public static byte[] getResolved(NativeImageResourcePath p)