A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

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

B

C

configure(Closure) - Method in CreatePatches
Task configuration.
configure(Closure) - Method in ProcessPatches
Task configuration.
configureDefaultTaskDependencies(Project, Task) - Method in PatchingPlugin
copy(File, File, Logger) - Method in Files
createCreatePatchesTask(Project) - Method in PatchingPlugin
CreatePatches - Class in com.brambolt.gradle.patching.tasks
createProcessPatchesTask(Project) - Method in PatchingPlugin

D

Differ - Class in com.brambolt.gradle.patching
@see com.brambolt.gradle.patching.tasks.CreatePatches
Differ(int, Logger) - Constructor in Differ

E

F

Files - Class in com.brambolt.gradle.patching
Utilities.
findDefaultDestinationDir() - Method in CreatePatches
The default destination directory is ${buildDir}/patches.
findDefaultDestinationDir() - Method in ProcessPatches
Looks up the destination directory of the processResources task, if available, or returns null.

G

getLines(File) - Method in Lines
Returns the lines of the parameter file.

H

I

J

K

L

Lines - Class in com.brambolt.gradle.patching
Utilities.

M

N

O

P

Patcher - Class in com.brambolt.gradle.patching
@see com.brambolt.gradle.patching.tasks.ProcessPatches
Patcher(Logger) - Constructor in Patcher
PatchingPlugin - Class in com.brambolt.gradle
ProcessPatches - Class in com.brambolt.gradle.patching.tasks

Q

R

S

T

U

V

W

writeLines(List<String>, File, Charset) - Method in Lines

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _