Package org.jumpmind.symmetric.file
Class BashFileSyncZipScript
java.lang.Object
org.jumpmind.symmetric.file.FileSyncZipScript
org.jumpmind.symmetric.file.BashFileSyncZipScript
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildScriptEnd(Batch batch) voidbuildScriptFileSnapshot(Batch batch, FileSnapshot snapshot, FileTriggerRouter triggerRouter, FileTrigger fileTrigger, File file, String targetBaseDir, String targetFile) voidbuildScriptStart(Batch batch) getScriptFileName(Batch batch) Methods inherited from class org.jumpmind.symmetric.file.FileSyncZipScript
append, appendln, appendln, getScript
-
Constructor Details
-
BashFileSyncZipScript
public BashFileSyncZipScript()
-
-
Method Details
-
getScriptFileName
- Specified by:
getScriptFileNamein classFileSyncZipScript
-
buildScriptStart
- Specified by:
buildScriptStartin classFileSyncZipScript
-
buildScriptFileSnapshot
public void buildScriptFileSnapshot(Batch batch, FileSnapshot snapshot, FileTriggerRouter triggerRouter, FileTrigger fileTrigger, File file, String targetBaseDir, String targetFile) - Specified by:
buildScriptFileSnapshotin classFileSyncZipScript
-
buildScriptEnd
- Specified by:
buildScriptEndin classFileSyncZipScript
-