Package adams.core.io.fileoperations
Interface RemoteFileOperations
-
- All Superinterfaces:
FileOperations
- All Known Implementing Classes:
AbstractRemoteFileOperations
,FtpFileOperations
,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 RemoteDirection
getDirection()
Returns the direction of the operations.void
setDirection(RemoteDirection value)
Sets the direction for the operations.-
Methods inherited from interface adams.core.io.fileoperations.FileOperations
copy, delete, 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
-
-