public interface FSCapabilities
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSeeLocalUNCShares(FileSystem fs) |
Collection<String> |
getIllegalFilenames() |
int |
getMaxFilenameLength() |
Path |
getOtherRoot() |
Collection<Character> |
getPathIllegalCharacters() |
boolean |
has2ndFileSystem() |
boolean |
hasAsynchronousFileChannels() |
boolean |
hasFileChannels() |
boolean |
hasLinks() |
boolean |
hasOtherRoot() |
boolean |
hasSizeLimitedFileSystem() |
boolean |
hasSymbolicLinks() |
boolean |
isClosable() |
boolean |
isWindows() |
de.pfabulist.kleinod.errors.Runnnable |
shake() |
boolean |
supportsCreationTime() |
boolean |
supportsFileChannels() |
boolean |
supportsFileStores() |
boolean |
supportsLastAccessTime() |
boolean |
supportsPosixAttributes() |
boolean |
supportsPrincipals() |
boolean |
supportsWatchService() |
Function<FileSystem,URI> |
toURI() |
boolean isClosable()
boolean hasLinks()
boolean hasSymbolicLinks()
boolean hasAsynchronousFileChannels()
boolean hasFileChannels()
boolean supportsCreationTime()
boolean supportsLastAccessTime()
boolean supportsWatchService()
boolean supportsFileStores()
boolean has2ndFileSystem()
boolean hasSizeLimitedFileSystem()
de.pfabulist.kleinod.errors.Runnnable shake()
Function<FileSystem,URI> toURI()
boolean supportsPrincipals()
boolean supportsPosixAttributes()
Path getOtherRoot()
boolean hasOtherRoot()
boolean isWindows()
boolean canSeeLocalUNCShares(FileSystem fs)
int getMaxFilenameLength()
Collection<Character> getPathIllegalCharacters()
Collection<String> getIllegalFilenames()
boolean supportsFileChannels()
Copyright © 2014. All rights reserved.