Class FileSyncZipScript

java.lang.Object
org.jumpmind.symmetric.file.FileSyncZipScript
Direct Known Subclasses:
BashFileSyncZipScript, BeanShellFileSyncZipScript

public abstract class FileSyncZipScript extends Object
  • Constructor Details

    • FileSyncZipScript

      public FileSyncZipScript()
  • Method Details

    • getScriptFileName

      public abstract String getScriptFileName(Batch batch)
    • buildScriptStart

      public abstract void buildScriptStart(Batch batch)
    • buildScriptFileSnapshot

      public abstract void buildScriptFileSnapshot(Batch batch, FileSnapshot snapshot, FileTriggerRouter triggerRouter, FileTrigger fileTrigger, File file, String targetBaseDir, String targetFile)
    • buildScriptEnd

      public abstract void buildScriptEnd(Batch batch)
    • getScript

      public StringBuilder getScript()
    • appendln

      public void appendln()
    • appendln

      public void appendln(String string)
    • append

      public void append(String string)