public class BeanShellFileSyncZipScript extends FileSyncZipScript
| Modifier and Type | Field and Description |
|---|---|
protected IExtensionService |
extensionService |
| Constructor and Description |
|---|
BeanShellFileSyncZipScript(IExtensionService extensionService) |
| 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, getScriptprotected IExtensionService extensionService
public BeanShellFileSyncZipScript(IExtensionService extensionService)
public 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