public class PdfFileSystem extends FileSystem
| Constructor and Description |
|---|
PdfFileSystem(PdfFileSystemProvider provider,
URI uri,
ru.ilb.containeraccessor.core.ContainerAccessor containerAccessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
cleanup
|
boolean |
equals(Object obj)
Check if one filesystem is equal to another.Checks uri
|
Path |
getContentsPath() |
Iterable<FileStore> |
getFileStores()
Not implemented
|
Path |
getPath(String first,
String... more) |
PathMatcher |
getPathMatcher(String syntaxAndPattern)
Not implemented
|
Iterable<Path> |
getRootDirectories()
Not implemented
|
String |
getSeparator() |
URI |
getUri() |
UserPrincipalLookupService |
getUserPrincipalLookupService()
Not implemented
|
int |
hashCode() |
boolean |
isOpen()
Not implemented
|
boolean |
isReadOnly()
Not implemented
|
WatchService |
newWatchService()
Not implemented
|
FileSystemProvider |
provider() |
Set<String> |
supportedFileAttributeViews()
Not implemented
|
public PdfFileSystem(PdfFileSystemProvider provider, URI uri, ru.ilb.containeraccessor.core.ContainerAccessor containerAccessor)
provider - an instance of a PdfFileSystemProvided. This can be a shared instance.uri - URI for the Pdf server, the scheme is ignored.containerAccessor - public FileSystemProvider provider()
provider in class FileSystempublic Iterable<FileStore> getFileStores()
getFileStores in class FileSystempublic Path getPath(String first, String... more)
getPath in class FileSystempublic PathMatcher getPathMatcher(String syntaxAndPattern)
getPathMatcher in class FileSystempublic Iterable<Path> getRootDirectories()
getRootDirectories in class FileSystempublic String getSeparator()
getSeparator in class FileSystempublic UserPrincipalLookupService getUserPrincipalLookupService()
getUserPrincipalLookupService in class FileSystempublic boolean isOpen()
isOpen in class FileSystempublic boolean isReadOnly()
isReadOnly in class FileSystempublic WatchService newWatchService() throws IOException
newWatchService in class FileSystemIOExceptionpublic Set<String> supportedFileAttributeViews()
supportedFileAttributeViews in class FileSystempublic boolean equals(Object obj)
public URI getUri()
public Path getContentsPath() throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FileSystemIOExceptionCopyright © 2020. All rights reserved.