java.lang.Object
io.xpipe.core.store.ConnectionFileSystem
- All Implemented Interfaces:
FileSystem,Closeable,AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.xpipe.core.store.FileSystem
FileSystem.FileEntry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidbooleangetShell()getStore()booleanisDirectory(String file) booleanvoidopen()openOutput(String file) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.xpipe.core.store.FileSystem
listFilesRecursively
-
Constructor Details
-
ConnectionFileSystem
-
-
Method Details
-
listRoots
- Specified by:
listRootsin interfaceFileSystem- Throws:
Exception
-
isDirectory
- Specified by:
isDirectoryin interfaceFileSystem- Throws:
Exception
-
listFiles
- Specified by:
listFilesin interfaceFileSystem- Throws:
Exception
-
getStore
- Specified by:
getStorein interfaceFileSystem
-
getShell
- Specified by:
getShellin interfaceFileSystem
-
open
- Specified by:
openin interfaceFileSystem- Throws:
Exception
-
openInput
- Specified by:
openInputin interfaceFileSystem- Throws:
Exception
-
openOutput
- Specified by:
openOutputin interfaceFileSystem- Throws:
Exception
-
exists
- Specified by:
existsin interfaceFileSystem- Throws:
Exception
-
delete
- Specified by:
deletein interfaceFileSystem- Throws:
Exception
-
copy
- Specified by:
copyin interfaceFileSystem- Throws:
Exception
-
move
- Specified by:
movein interfaceFileSystem- Throws:
Exception
-
mkdirs
- Specified by:
mkdirsin interfaceFileSystem- Throws:
Exception
-
touch
- Specified by:
touchin interfaceFileSystem- Throws:
Exception
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-