- apply() - Method in CreatePatches
-
Creates the patches.
- apply(File, File, String, Charset, File) - Method in Differ
-
Creates one or more patches from one or more file pairs.
- apply(File, File, String, Charset, File) - Method in Patcher
-
Applies one or more patches to one or more files.
- apply(Project) - Method in PatchingPlugin
-
Applies the plug-in to the parameter project.
- apply() - Method in ProcessPatches
-
Applies the patches to the content.
- applyDirectory(File, File, String, Charset, File) - Method in Differ
-
Creates a directory of patches from directories of content and modifications.
- applyDirectory(File, File, String, Charset, File) - Method in Patcher
-
Applies a directory of patches to a directory of content.
- applyFile(File, File, Charset, File, List<String>) - Method in Differ
-
Generates a patch file from a content file and a modified file.
- applyFile(File, File, Charset, File, List<String>) - Method in Patcher
-
Applies a patch file to a content file.
- applyOrThrow(File, File, List<String>, Patch<String>, int) - Method in Differ
-
- applyOrThrow(List<String>, List<String>) - Method in Patcher
-