- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
ConnectionFileSystem
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoiddirectoryAccessible(String file) booleandirectoryExists(String file) booleanfileExists(String file) getShell()getStore()default List<FileSystem.FileEntry> listFilesRecursively(String file) voidvoidopen()openOutput(String file) voidsymbolicLink(String linkFile, String targetFile) void
-
Method Details
-
getStore
FileSystemStore getStore() -
getShell
Optional<ShellControl> getShell() -
open
- Throws:
Exception
-
openInput
- Throws:
Exception
-
openOutput
- Throws:
Exception
-
fileExists
- Throws:
Exception
-
delete
- Throws:
Exception
-
copy
- Throws:
Exception
-
move
- Throws:
Exception
-
mkdirs
- Throws:
Exception
-
touch
- Throws:
Exception
-
symbolicLink
- Throws:
Exception
-
directoryExists
- Throws:
Exception
-
directoryAccessible
- Throws:
Exception
-
listFiles
- Throws:
Exception
-
listFilesRecursively
- Throws:
Exception
-
listRoots
- Throws:
Exception
-