All Downloads are FREE. Search and download functionalities are using the official Maven repository.

difflib.event.PatchHandler Maven / Gradle / Ivy

package difflib.event;

import difflib.Patch;

/**
 * Interface to handle list of patch about specific file.
 */
public interface PatchHandler {
    void handle(String originalPath, String revisedPath, Patch patch);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy