See: Description
Interface | Description |
---|---|
FileInfo<F> |
Represents a remote file info - an abstraction over the underlying implementation.
|
InputStreamCallback |
Callback for stream-based file retrieval using a RemoteFileOperations.
|
RemoteFileOperations<F> |
Strategy for performing operations on remote files.
|
SessionCallback<F,T> |
Callback invoked by
RemoteFileOperations.execute() - allows multiple operations
on a session. |
Class | Description |
---|---|
AbstractFileInfo<F> |
Abstract implementation of
FileInfo ; provides a setter
for the remote directory and a generic toString implementation. |
RemoteFileTemplate<F> | |
RemoteFileUtils |
Utility methods for supporting remote file operations.
|
SessionCallbackWithoutResult<F> |
Simple convenience implementation of
SessionCallback for cases where
no result is returned. |