Package adams.core.io.fileoperations
Interface FileOperationsHandler
-
- All Known Implementing Classes:
AbstractChooserPanelWithIOSupport,DirectoryChooserPanel,SftpDirectoryChooserPanel,SmbDirectoryChooserPanel
public interface FileOperationsHandlerInterface 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 FileOperationsgetFileOperations()Returns the file operations.
-
-
-
Method Detail
-
getFileOperations
FileOperations getFileOperations()
Returns the file operations.- Returns:
- the operations
-
-