Class RenameFileSystemAction
- java.lang.Object
-
- org.syncany.operations.down.actions.FileSystemAction
-
- org.syncany.operations.down.actions.RenameFileSystemAction
-
public class RenameFileSystemAction extends FileSystemAction
-
-
Field Summary
-
Fields inherited from class org.syncany.operations.down.actions.FileSystemAction
config, fileVersion1, fileVersion2, fileVersionHelper, logger, winningDatabase
-
-
Constructor Summary
Constructors Constructor Description RenameFileSystemAction(Config config, FileVersion from, FileVersion to, MemoryDatabase winningDatabase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSystemActionResult
execute()
java.lang.String
toString()
-
Methods inherited from class org.syncany.operations.down.actions.FileSystemAction
createFolder, createSymlink, deleteFile, fileAsExpected, fileAsExpected, fileChanges, fileExists, getAbsolutePathFile, getFile1, getFile2, getType, moveFileToFinalLocation, moveToConflictFile, moveToConflictFile, setFileAttributes, setFileAttributes, setLastModified, setLastModified
-
-
-
-
Constructor Detail
-
RenameFileSystemAction
public RenameFileSystemAction(Config config, FileVersion from, FileVersion to, MemoryDatabase winningDatabase)
-
-
Method Detail
-
execute
public FileSystemActionResult execute() throws java.lang.Exception
- Specified by:
execute
in classFileSystemAction
- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-