Package org.syncany.operations.restore
Class RestoreFileSystemAction
- java.lang.Object
-
- org.syncany.operations.down.actions.FileSystemAction
-
- org.syncany.operations.down.actions.FileCreatingFileSystemAction
-
- org.syncany.operations.restore.RestoreFileSystemAction
-
public class RestoreFileSystemAction extends FileCreatingFileSystemAction
-
-
Field Summary
-
Fields inherited from class org.syncany.operations.down.actions.FileCreatingFileSystemAction
assembler
-
Fields inherited from class org.syncany.operations.down.actions.FileSystemAction
config, fileVersion1, fileVersion2, fileVersionHelper, logger, winningDatabase
-
-
Constructor Summary
Constructors Constructor Description RestoreFileSystemAction(Config config, Assembler assembler, FileVersion fileVersion, java.lang.String relativeTargetPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestoreFileSystemActionResult
execute()
-
Methods inherited from class org.syncany.operations.down.actions.FileCreatingFileSystemAction
assembleFileToCache, createFile, createFileFolderOrSymlink, createFolder
-
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
-
RestoreFileSystemAction
public RestoreFileSystemAction(Config config, Assembler assembler, FileVersion fileVersion, java.lang.String relativeTargetPath)
-
-
Method Detail
-
execute
public RestoreFileSystemActionResult execute() throws java.lang.Exception
- Specified by:
execute
in classFileSystemAction
- Throws:
java.lang.Exception
-
-