Package gov.nih.mipav.plugins
Interface PlugInFileTransfer
- All Superinterfaces:
PlugIn
An interface for a plugin which transfers files between two file systems.
- Author:
- Hailong Wang
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidTransfers the files from one file system to the other file system.
-
Field Details
-
CATEGORY
-
-
Method Details
-
transferFiles
void transferFiles()Transfers the files from one file system to the other file system.
-