Interface ApplyStep

All Superinterfaces:
Apply
All Known Implementing Classes:
ApplyClosure

public interface ApplyStep extends Apply
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(File file, Object object)
     
    void
    apply(File source, File destination, Object object, net.filebot.postprocess.Feedback log)
     
    default void
    apply(Map<File,net.filebot.similarity.Match<File,?>> map, RenameAction operation, net.filebot.postprocess.Feedback log)