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

A

append(StringBuilder, String, int) - Method in class org.apache.maven.plugin.patch.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
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
build() - Method in class org.apache.maven.plugin.patch.HelpMojo
 

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
 
DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugin.patch.HelpMojo
 
destFile - Variable in class org.apache.maven.plugin.patch.ApplyMojo
The output file which is the original file, plus modifications from the patch.
detail - Variable in class org.apache.maven.plugin.patch.HelpMojo
If true, display all settable properties for each goal.

E

execute() - Method in class org.apache.maven.plugin.patch.ApplyMojo
Apply the patches.
execute() - Method in class org.apache.maven.plugin.patch.HelpMojo
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.
findNamedChild(Node, String) - Method in class org.apache.maven.plugin.patch.HelpMojo
 
findPatchesToApply(List, File) - Method in class org.apache.maven.plugin.patch.ApplyMojo
 
findSingleChild(Node, String) - Method in class org.apache.maven.plugin.patch.HelpMojo
 

G

getIndentLevel(String) - Static method in class org.apache.maven.plugin.patch.HelpMojo
Gets the indentation level of the specified line.
getPropertyFromExpression(String) - Method in class org.apache.maven.plugin.patch.HelpMojo
 
getSingleChild(Node, String) - Method in class org.apache.maven.plugin.patch.HelpMojo
 
getValue(Node, String) - Method in class org.apache.maven.plugin.patch.HelpMojo
 
goal - Variable in class org.apache.maven.plugin.patch.HelpMojo
The name of the goal for which to show help.

H

HelpMojo - Class in org.apache.maven.plugin.patch
Display help information on maven-patch-plugin.
Call mvn patch:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugin.patch.HelpMojo
 

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.
indentSize - Variable in class org.apache.maven.plugin.patch.HelpMojo
The number of spaces per indentation level, should be positive.
isNotEmpty(String) - Static method in class org.apache.maven.plugin.patch.HelpMojo
 

L

lineLength - Variable in class org.apache.maven.plugin.patch.HelpMojo
The maximum length of a display line, should be positive.

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.
PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugin.patch.HelpMojo
 

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.
repeat(String, int) - Static method in class org.apache.maven.plugin.patch.HelpMojo
Repeat a String n times to form a new string.
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.
toLines(String, int, int, int) - Static method in class org.apache.maven.plugin.patch.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugin.patch.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.

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

writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugin.patch.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugin.patch.HelpMojo
 
writeTrackingFile(Map) - Method in class org.apache.maven.plugin.patch.ApplyMojo
 
A B C D E F G H I L N O P R S T U W 
All Classes All Packages