Interface ConfigStepMove

All Superinterfaces:
ConfigStep

public interface ConfigStepMove extends ConfigStep
Removes files from the output directory. type: pre-step or post-step depending on mode
  • Method Details

    • getSource

      String getSource()
    • setSource

      void setSource(String source)
    • getTarget

      String getTarget()
    • setTarget

      void setTarget(String target)