public class SymlinkFileTransfer extends AbstractExecFileTransfer
AbstractFileTransfer.Transferslog| Constructor and Description | 
|---|
| SymlinkFileTransfer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterTransfer(int errors,
             List<String> srcFiles)No cleanup is needed for soft-linking. | 
| protected ProcessBuilder | createProcessBuilder(File file,
                    File location)Executes "ln -s file location" (Unix) or "mklink location file" (Windows)
 and fails on non-0 return codes. | 
checkLocation, checkTarget, exec, failLocationCheck, getLocalLocation, printLine, transfercleanupUpload, createTransfer, deleteTransferredFiles, finish, isWindows, startprotected ProcessBuilder createProcessBuilder(File file, File location)
createProcessBuilder in class AbstractExecFileTransferfile - File to be copied.location - Location to copy to.IOException
                
                
Version: 5.3.5-ice35-b73
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.