Package org.jumpmind.symmetric.file
Class BeanShellFileSyncZipScript
java.lang.Object
org.jumpmind.symmetric.file.FileSyncZipScript
org.jumpmind.symmetric.file.BeanShellFileSyncZipScript
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
buildScriptEnd
(Batch batch) void
buildScriptFileSnapshot
(Batch batch, FileSnapshot snapshot, FileTriggerRouter triggerRouter, FileTrigger fileTrigger, File file, String targetBaseDir, String targetFile) void
buildScriptStart
(Batch batch) getScriptFileName
(Batch batch) Methods inherited from class org.jumpmind.symmetric.file.FileSyncZipScript
append, appendln, appendln, getScript
-
Field Details
-
extensionService
-
-
Constructor Details
-
BeanShellFileSyncZipScript
-
-
Method Details
-
getScriptFileName
- Specified by:
getScriptFileName
in classFileSyncZipScript
-
buildScriptStart
- Specified by:
buildScriptStart
in classFileSyncZipScript
-
buildScriptFileSnapshot
public void buildScriptFileSnapshot(Batch batch, FileSnapshot snapshot, FileTriggerRouter triggerRouter, FileTrigger fileTrigger, File file, String targetBaseDir, String targetFile) - Specified by:
buildScriptFileSnapshot
in classFileSyncZipScript
-
buildScriptEnd
- Specified by:
buildScriptEnd
in classFileSyncZipScript
-