Package org.aksw.commons.path.nio
Class FileSystem2
java.lang.Object
java.nio.file.FileSystem
org.aksw.commons.path.nio.FileSystemWrapperBase
org.aksw.commons.path.nio.FileSystemWrapper
org.aksw.commons.path.nio.FileSystem2
- All Implemented Interfaces:
Closeable,AutoCloseable
A nested file system. Closing the outer one also recursively closes the inner ones.
-
Field Summary
FieldsFields inherited from class org.aksw.commons.path.nio.FileSystemWrapper
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.path.nio.FileSystemWrapper
getDelegateMethods inherited from class org.aksw.commons.path.nio.FileSystemWrapperBase
getFileStores, getPath, getPathMatcher, getRootDirectories, getSeparator, getUserPrincipalLookupService, isOpen, isReadOnly, newWatchService, provider, supportedFileAttributeViews, unwrap, unwrap, wrap
-
Field Details
-
underlying
-
-
Constructor Details
-
FileSystem2
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFileSystemWrapperBase- Throws:
IOException
-