A B C D E F I N O P R S T U W 
All Classes All Packages

A

ApplyMojo - Class in org.apache.maven.plugin.patch
Apply one or more patches to project sources.
ApplyMojo() - Constructor for class org.apache.maven.plugin.patch.ApplyMojo
 
applyPatches(Map) - Method in class org.apache.maven.plugin.patch.ApplyMojo
 

B

backups - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Whether to make backups of the original files before modding them.
binary - Variable in class org.apache.maven.plugin.patch.ApplyMojo
apply --binary option to patch command line

C

checkForWatchPhrases(String) - Method in class org.apache.maven.plugin.patch.ApplyMojo
 
checkStrictPatchCompliance(List) - Method in class org.apache.maven.plugin.patch.ApplyMojo
 
createPatchCommand(File) - Method in class org.apache.maven.plugin.patch.ApplyMojo
Add a new Patch task to the Ant calling mechanism.

D

DEFAULT_IGNORED_PATCH_PATTERNS - Static variable in class org.apache.maven.plugin.patch.ApplyMojo
 
DEFAULT_IGNORED_PATCHES - Static variable in class org.apache.maven.plugin.patch.ApplyMojo
 
destFile - Variable in class org.apache.maven.plugin.patch.ApplyMojo
The output file which is the original file, plus modifications from the patch.

E

execute() - Method in class org.apache.maven.plugin.patch.ApplyMojo
Apply the patches.
executeCommandLine(Commandline, StreamConsumer, StreamConsumer) - Method in class org.apache.maven.plugin.patch.ApplyMojo
 

F

failFast - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Flag being true if the desired behavior is to fail the build on the first failed patch detected.
failurePhrases - Variable in class org.apache.maven.plugin.patch.ApplyMojo
List of phrases to watch for in the command output from the patch tool.
findPatchesToApply(List, File) - Method in class org.apache.maven.plugin.patch.ApplyMojo
 

I

ignoredPatches - Variable in class org.apache.maven.plugin.patch.ApplyMojo
When the strictPatching flag is set, this parameter is useful to mark certain contents of the patch-source directory that should be ignored without causing the build to fail.
ignoreWhitespace - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Whether to ignore whitespaces when applying the patches.

N

naturalOrderProcessing - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Setting natural order processing to true will cause all patches in a directory to be processed in a natural order alleviating the need to declare patches directly in the project file.

O

optimizations - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Flag to enable/disable optimization file from being written.
org.apache.maven.plugin.patch - package org.apache.maven.plugin.patch
 
originalFile - Variable in class org.apache.maven.plugin.patch.ApplyMojo
The original file which will be modified by the patch.

P

PATCH_FAILURE_WATCH_PHRASES - Static variable in class org.apache.maven.plugin.patch.ApplyMojo
 
patchDirectory - Variable in class org.apache.maven.plugin.patch.ApplyMojo
The base directory for the file names specified by the parameter patches.
patches - Variable in class org.apache.maven.plugin.patch.ApplyMojo
The list of patch file names, supplying the order in which patches should be applied.
patchFile - Variable in class org.apache.maven.plugin.patch.ApplyMojo
The single patch file to apply.
patchTrackingFile - Variable in class org.apache.maven.plugin.patch.ApplyMojo
This is the tracking file used to maintain a list of the patches applied to the unpacked project sources which are currently in the target directory.

R

removeEmptyFiles - Variable in class org.apache.maven.plugin.patch.ApplyMojo
When set to true, the empty files resulting from the patching process are removed.
reverse - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Whether to treat these patches as having reversed source and dest in the patch syntax.

S

skipApplication - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Whether to skip this goal's execution.
strictPatching - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Flag that, when set to true, will make sure that all patches included in the patches list must be present and describe the full contents of the patch directory.
strip - Variable in class org.apache.maven.plugin.patch.ApplyMojo
The number of directories to be stripped from patch file paths, before applying, starting from the leftmost, or root-est.

T

targetDirectory - Variable in class org.apache.maven.plugin.patch.ApplyMojo
The target directory for applying patches.

U

useDefaultIgnores - Variable in class org.apache.maven.plugin.patch.ApplyMojo
Whether to exclude default ignored patch items, such as .svn or CVS directories.

W

writeTrackingFile(Map) - Method in class org.apache.maven.plugin.patch.ApplyMojo
 
A B C D E F I N O P R S T U W 
All Classes All Packages