- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
ConnectionFileSystem
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleangetShell()getStore()booleanisDirectory(String file) default Stream<FileSystem.FileEntry>listFilesRecursively(String file) booleanvoidopen()openOutput(String file) void
-
Method Details
-
getStore
FileSystemStore getStore() -
getShell
Optional<ShellControl> getShell() -
open
- Throws:
Exception
-
openInput
- Throws:
Exception
-
openOutput
- Throws:
Exception
-
exists
- Throws:
Exception
-
delete
- Throws:
Exception
-
copy
- Throws:
Exception
-
move
- Throws:
Exception
-
mkdirs
- Throws:
Exception
-
touch
- Throws:
Exception
-
isDirectory
- Throws:
Exception
-
listFiles
- Throws:
Exception
-
listFilesRecursively
- Throws:
Exception
-
listRoots
- Throws:
Exception
-