| Class | Description |
|---|---|
| FileAccessorLocalJava7 |
This is the implementation of the FileRemoteAccessor working with
FileRemote
which uses the java.nio.files startegy (new from Java-7)
German description for the java.nio.file: https://entwickler.de/java/javaniofile-hoher-weiter-schneller |
| FileCallbackLocalCmp |
This class supports comparison of files in a tree.
|
| FileCallbackLocalCopy |
This class contains the callback operations used for
FileRemoteAccessor#walkFileTreeCheck(FileRemote, boolean, boolean, boolean, String, long, int, FileRemoteWalkerCallback)
to copy the content of a directory tree called in FileRemote#copyDirTreeTo(FileRemote, int, String, int, FileRemoteProgressEvData). |
| FileCallbackLocalDelete |