Interface PatchCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean singlePatch​(java.lang.String pathFromPatchfile, java.lang.String patchPath, java.lang.String rejectPath)
      the method will be called for every patch.
    • Method Detail

      • singlePatch

        boolean singlePatch​(java.lang.String pathFromPatchfile,
                            java.lang.String patchPath,
                            java.lang.String rejectPath)
        the method will be called for every patch.
        Parameters:
        pathFromPatchfile - the path in the path file
        patchPath - the path of the patch
        rejectPath - the path of the reject file
        Returns:
        return TRUE to filter out the prospective patch