Package adams.core.io.fileoperations
Interface FileOperationsHandler
-
- All Known Implementing Classes:
AbstractChooserPanelWithIOSupport
,DirectoryChooserPanel
,FtpDirectoryChooserPanel
,SftpDirectoryChooserPanel
,SmbDirectoryChooserPanel
public interface FileOperationsHandler
Interface for classes that return an instance of aFileOperations
.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileOperations
getFileOperations()
Returns the file operations.
-
-
-
Method Detail
-
getFileOperations
FileOperations getFileOperations()
Returns the file operations.- Returns:
- the operations
-
-