Uses of Interface
adams.core.io.fileoperations.FileOperations
-
Packages that use FileOperations Package Description adams.core.io.fileoperations adams.gui.chooser adams.gui.tools adams.gui.tools.filecommander -
-
Uses of FileOperations in adams.core.io.fileoperations
Subinterfaces of FileOperations in adams.core.io.fileoperations Modifier and Type Interface Description interface
RemoteFileOperations
Interface for remote file operations.Classes in adams.core.io.fileoperations that implement FileOperations Modifier and Type Class Description class
AbstractFileOperations
Ancestor for file operation classes.class
AbstractRemoteFileOperations
Ancestor for remote file operation classes.class
FtpFileOperations
FTP file operations.class
LocalFileOperations
Local file operations.class
RemoteToRemoteFileOperations
File operations between two remote locations, using intermediate local files.class
SftpFileOperations
SFTP file operations.class
SmbFileOperations
SMB / Windows share file operations.Methods in adams.core.io.fileoperations that return FileOperations Modifier and Type Method Description FileOperations
FileOperationsHandler. getFileOperations()
Returns the file operations. -
Uses of FileOperations in adams.gui.chooser
Methods in adams.gui.chooser that return FileOperations Modifier and Type Method Description FileOperations
DirectoryChooserPanel. getFileOperations()
Returns the file operations.FileOperations
FtpDirectoryChooserPanel. getFileOperations()
Returns the file operations.FileOperations
SftpDirectoryChooserPanel. getFileOperations()
Returns the file operations.FileOperations
SmbDirectoryChooserPanel. getFileOperations()
Returns the file operations. -
Uses of FileOperations in adams.gui.tools
Fields in adams.gui.tools declared as FileOperations Modifier and Type Field Description protected FileOperations
FileCommanderPanel. m_FileOperations
the current file operations. -
Uses of FileOperations in adams.gui.tools.filecommander
Methods in adams.gui.tools.filecommander that return FileOperations Modifier and Type Method Description FileOperations
FileCommanderDirectoryPanel. getFileOperations()
Returns the file operations.
-