public class BashFileSyncZipScript extends FileSyncZipScript
| Constructor and Description |
|---|
BashFileSyncZipScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildScriptEnd(org.jumpmind.symmetric.io.data.Batch batch) |
void |
buildScriptFileSnapshot(org.jumpmind.symmetric.io.data.Batch batch,
FileSnapshot snapshot,
FileTriggerRouter triggerRouter,
FileTrigger fileTrigger,
java.io.File file,
java.lang.String targetBaseDir,
java.lang.String targetFile) |
void |
buildScriptStart(org.jumpmind.symmetric.io.data.Batch batch) |
java.lang.String |
getScriptFileName(org.jumpmind.symmetric.io.data.Batch batch) |
append, appendln, appendln, getScriptpublic java.lang.String getScriptFileName(org.jumpmind.symmetric.io.data.Batch batch)
getScriptFileName in class FileSyncZipScriptpublic void buildScriptStart(org.jumpmind.symmetric.io.data.Batch batch)
buildScriptStart in class FileSyncZipScriptpublic void buildScriptFileSnapshot(org.jumpmind.symmetric.io.data.Batch batch,
FileSnapshot snapshot,
FileTriggerRouter triggerRouter,
FileTrigger fileTrigger,
java.io.File file,
java.lang.String targetBaseDir,
java.lang.String targetFile)
buildScriptFileSnapshot in class FileSyncZipScriptpublic void buildScriptEnd(org.jumpmind.symmetric.io.data.Batch batch)
buildScriptEnd in class FileSyncZipScript