Package adams.core.io.fileoperations
Interface RemoteFileOperations
-
- All Superinterfaces:
FileOperations
- All Known Implementing Classes:
AbstractRemoteFileOperations,SftpFileOperations,SmbFileOperations
public interface RemoteFileOperations extends FileOperations
Interface for remote file operations.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteDirectiongetDirection()Returns the direction of the operations.voidsetDirection(RemoteDirection value)Sets the direction for the operations.-
Methods inherited from interface adams.core.io.fileoperations.FileOperations
copy, delete, duplicate, isDir, isSupported, mkdir, move, rename
-
-
-
-
Method Detail
-
setDirection
void setDirection(RemoteDirection value)
Sets the direction for the operations.- Parameters:
value- the direction
-
getDirection
RemoteDirection getDirection()
Returns the direction of the operations.- Returns:
- the direction
-
-