Interface ModifyCommand.Worker

All Known Subinterfaces:
ModifyWorkerHelper
Enclosing interface:
ModifyCommand

public static interface ModifyCommand.Worker
Implementations should use the ModifyWorkerHelper for this.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    create(String toBeCreated, File file, boolean overwrite)
     
    void
    delete(String toBeDeleted, boolean recursive)
     
    void
    modify(String path, File file)
     
    void
    move(String path, String newPath, boolean overwrite)