java.lang.Object
java.nio.file.FileSystem
io.xpipe.modulefs.ModuleFileSystem
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
ExplodedModuleFileSystem,JarModuleFileSystem,JrtModuleFileSystem
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ModuleFileSystemcreate(ModuleReference reference) static ModuleFileSystemgetPathMatcher(String syntaxAndPattern) booleanprovider()Methods inherited from class java.nio.file.FileSystem
close, isOpen
-
Field Details
-
basePath
-
-
Method Details
-
create
- Throws:
IOException
-
create
- Throws:
IOException
-
provider
- Specified by:
providerin classFileSystem
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin classFileSystem
-
getSeparator
- Specified by:
getSeparatorin classFileSystem
-
getRootDirectories
- Specified by:
getRootDirectoriesin classFileSystem
-
getFileStores
- Specified by:
getFileStoresin classFileSystem
-
supportedFileAttributeViews
- Specified by:
supportedFileAttributeViewsin classFileSystem
-
getPath
- Specified by:
getPathin classFileSystem
-
getPathMatcher
- Specified by:
getPathMatcherin classFileSystem
-
getUserPrincipalLookupService
- Specified by:
getUserPrincipalLookupServicein classFileSystem
-
newWatchService
- Specified by:
newWatchServicein classFileSystem- Throws:
IOException
-
getModule
-