Class BookmarkPath
java.lang.Object
gaiasky.gui.bookmarks.BookmarkPath
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleangetName(int i) intgetRoot()inthashCode()booleanregister(WatchService watchService, WatchEvent.Kind<?>[] kinds, WatchEvent.Modifier... modifiers) relativize(Path path) booleanstartsWith(Path path) subpath(int i, int i1) toRealPath(LinkOption... linkOptions) toString()toUri()Methods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Path
endsWith, iterator, register, resolve, resolve, resolveSibling, resolveSibling, startsWith, toFile
-
Constructor Details
-
BookmarkPath
-
BookmarkPath
-
-
Method Details
-
getFileSystem
- Specified by:
getFileSystemin interfacePath
-
isAbsolute
public boolean isAbsolute()- Specified by:
isAbsolutein interfacePath
-
getRoot
-
getFileName
- Specified by:
getFileNamein interfacePath
-
getParent
-
getNameCount
public int getNameCount()- Specified by:
getNameCountin interfacePath
-
getName
-
subpath
-
startsWith
- Specified by:
startsWithin interfacePath
-
endsWith
-
normalize
-
resolve
-
resolve
-
relativize
- Specified by:
relativizein interfacePath
-
toUri
-
toAbsolutePath
- Specified by:
toAbsolutePathin interfacePath
-
toRealPath
- Specified by:
toRealPathin interfacePath- Throws:
IOException
-
register
public WatchKey register(WatchService watchService, WatchEvent.Kind<?>[] kinds, WatchEvent.Modifier... modifiers) throws IOException - Specified by:
registerin interfacePath- Specified by:
registerin interfaceWatchable- Throws:
IOException
-
equals
-
hashCode
-
compareTo
-
toString
-
constructString
-