FileCallback (taack-ui 0.3.8 API)
Package: taack.ssh.vfs

[Groovy] Interface FileCallback



  • interface FileCallback
    • Methods Summary

        Methods 
        Type Params Return Type Name and description
        abstract void onFileClose(taack.ssh.vfs.FileTree fileTree, taack.ssh.vfs.FileTree$File file, java.lang.String handle)
        abstract java.nio.channels.SeekableByteChannel onFileOpen(taack.ssh.vfs.FileTree fileTree, taack.ssh.vfs.FileTree$File file, java.lang.String handle, java.util.Set<? extends java.nio.file.OpenOption> options)
        abstract VfsPosixFileAttributes onGetFileAttributes(taack.ssh.vfs.FileTree fileTree, taack.ssh.vfs.FileTree$File file)
        abstract void onRenameFile(taack.ssh.vfs.FileTree fileTree, taack.ssh.vfs.FileTree$File file, VfsPath oldPath, VfsPath newPath)
    • Method Detail

      • abstract void onFileClose(taack.ssh.vfs.FileTree fileTree, taack.ssh.vfs.FileTree$File file, java.lang.String handle)

      • abstract java.nio.channels.SeekableByteChannel onFileOpen(taack.ssh.vfs.FileTree fileTree, taack.ssh.vfs.FileTree$File file, java.lang.String handle, java.util.Set<? extends java.nio.file.OpenOption> options)

      • abstract VfsPosixFileAttributes onGetFileAttributes(taack.ssh.vfs.FileTree fileTree, taack.ssh.vfs.FileTree$File file)

      • abstract void onRenameFile(taack.ssh.vfs.FileTree fileTree, taack.ssh.vfs.FileTree$File file, VfsPath oldPath, VfsPath newPath)