Index

A B C D E F G H I P R S 
All Classes and Interfaces|All Packages

A

autoDetectOverrides() - Method in class software.xdev.far.BaseProcessor
 

B

baseDir - Variable in class software.xdev.far.BaseMojo
The base directory from which to perform the find and replace.
BaseMojo<D extends ExecData> - Class in software.xdev.far
 
BaseMojo(Consumer<D>) - Constructor for class software.xdev.far.BaseMojo
 
BaseProcessor<D extends ExecData> - Class in software.xdev.far
 
BaseProcessor(D) - Constructor for class software.xdev.far.BaseProcessor
 
BaseProcessor(D, boolean) - Constructor for class software.xdev.far.BaseProcessor
 
baseProcessorClassForAutoDetectOverrides() - Method in class software.xdev.far.BaseProcessor
 

C

compileFindRegex() - Method in class software.xdev.far.BaseMojo
 
compileFindRegex() - Method in class software.xdev.far.filecontents.FileContentsMojo
 
createDefaultData() - Method in class software.xdev.far.BaseMojo
 
createTempFile(File) - Method in class software.xdev.far.filecontents.FileContentsProcessor
 
createTempFile(File) - Method in class software.xdev.far.find_and_replace.FindAndReplaceProcessor
Deprecated.
 

D

DirectoryNamesMojo - Class in software.xdev.far.directorynames
 
DirectoryNamesMojo() - Constructor for class software.xdev.far.directorynames.DirectoryNamesMojo
 
DirectoryNamesProcessor - Class in software.xdev.far.directorynames
 
DirectoryNamesProcessor(ExecData) - Constructor for class software.xdev.far.directorynames.DirectoryNamesProcessor
 

E

encoding - Variable in class software.xdev.far.filecontents.FileContentsMojo
Specify file encoding during file-contents replacement
encoding - Variable in class software.xdev.far.find_and_replace.FindAndReplaceMojo
Deprecated.
Specify file encoding during file-contents replacement
enrichData(ExecData) - Method in class software.xdev.far.BaseMojo
 
enrichData(ExecData) - Method in class software.xdev.far.directorynames.DirectoryNamesMojo
 
enrichData(ExecData) - Method in class software.xdev.far.filecontents.FileContentsMojo
 
enrichData(ExecData) - Method in class software.xdev.far.filenames.FileNamesMojo
 
enrichData(ExecData) - Method in class software.xdev.far.find_and_replace.FindAndReplaceMojo
Deprecated.
 
exclusions - Variable in class software.xdev.far.BaseMojo
Regex filenames/directory-names to exclude.
execData - Variable in class software.xdev.far.BaseProcessor
 
ExecData - Class in software.xdev.far
 
ExecData(Log, Path, boolean, Pattern, String, List<String>, List<Pattern>, boolean) - Constructor for class software.xdev.far.ExecData
 
ExecData(ExecData) - Constructor for class software.xdev.far.ExecData
 
execute() - Method in class software.xdev.far.BaseMojo
 
executeInternal - Variable in class software.xdev.far.BaseMojo
 

F

FileContentsExecData - Class in software.xdev.far.filecontents
 
FileContentsExecData(ExecData, Charset, boolean) - Constructor for class software.xdev.far.filecontents.FileContentsExecData
 
FileContentsMojo - Class in software.xdev.far.filecontents
 
FileContentsMojo() - Constructor for class software.xdev.far.filecontents.FileContentsMojo
 
FileContentsProcessor - Class in software.xdev.far.filecontents
 
FileContentsProcessor(FileContentsExecData) - Constructor for class software.xdev.far.filecontents.FileContentsProcessor
 
fileMask - Variable in class software.xdev.far.BaseMojo
A CSV of the file types to search in.
FileNamesMojo - Class in software.xdev.far.filenames
 
FileNamesMojo() - Constructor for class software.xdev.far.filenames.FileNamesMojo
 
FileNamesProcessor - Class in software.xdev.far.filenames
 
FileNamesProcessor(ExecData) - Constructor for class software.xdev.far.filenames.FileNamesProcessor
 
FindAndReplaceExecData - Class in software.xdev.far.find_and_replace
Deprecated.
Only exists for compatibility reasons
FindAndReplaceExecData(ExecData, boolean, boolean, boolean, Charset) - Constructor for class software.xdev.far.find_and_replace.FindAndReplaceExecData
Deprecated.
 
FindAndReplaceMojo - Class in software.xdev.far.find_and_replace
Deprecated.
Only exists for compatibility reasons
FindAndReplaceMojo() - Constructor for class software.xdev.far.find_and_replace.FindAndReplaceMojo
Deprecated.
 
FindAndReplaceProcessor - Class in software.xdev.far.find_and_replace
Deprecated.
Only exists for compatibility reasons
FindAndReplaceProcessor(FindAndReplaceExecData) - Constructor for class software.xdev.far.find_and_replace.FindAndReplaceProcessor
Deprecated.
 
findRegex - Variable in class software.xdev.far.BaseMojo
The regex string to find.

G

getBaseDirPath() - Method in class software.xdev.far.ExecData
 
getCharset() - Method in class software.xdev.far.filecontents.FileContentsExecData
 
getCharset() - Method in class software.xdev.far.find_and_replace.FindAndReplaceExecData
Deprecated.
 
getExclusions() - Method in class software.xdev.far.ExecData
 
getFileMasks() - Method in class software.xdev.far.ExecData
 
getFindRegex() - Method in class software.xdev.far.ExecData
 
getLogger() - Method in class software.xdev.far.ExecData
 
getReplaceValue() - Method in class software.xdev.far.ExecData
 

H

handleDirectory(File) - Method in class software.xdev.far.BaseProcessor
 
handleDirectory(File) - Method in class software.xdev.far.directorynames.DirectoryNamesProcessor
 
handleDirectory(File) - Method in class software.xdev.far.find_and_replace.FindAndReplaceProcessor
Deprecated.
 
handleFile(File) - Method in class software.xdev.far.BaseProcessor
 
handleFile(File) - Method in class software.xdev.far.filenames.FileNamesProcessor
 
handleFile(File) - Method in class software.xdev.far.find_and_replace.FindAndReplaceProcessor
Deprecated.
 
handleFileContents(File) - Method in class software.xdev.far.BaseProcessor
 
handleFileContents(File) - Method in class software.xdev.far.filecontents.FileContentsProcessor
 
handleFileContents(File) - Method in class software.xdev.far.find_and_replace.FindAndReplaceProcessor
Deprecated.
 

I

isProcessDirectoryNames() - Method in class software.xdev.far.find_and_replace.FindAndReplaceExecData
Deprecated.
 
isProcessFileContents() - Method in class software.xdev.far.find_and_replace.FindAndReplaceExecData
Deprecated.
 
isProcessFilenames() - Method in class software.xdev.far.find_and_replace.FindAndReplaceExecData
Deprecated.
 
isRecursive() - Method in class software.xdev.far.ExecData
 
isReplaceAll() - Method in class software.xdev.far.ExecData
 
isReplaceLineBased() - Method in class software.xdev.far.filecontents.FileContentsExecData
 

P

processDirectory(ListIterator<File>, File) - Method in class software.xdev.far.BaseProcessor
 
processDirectoryNames - Variable in class software.xdev.far.BaseProcessor
 
processFile(File) - Method in class software.xdev.far.BaseProcessor
 
processFileContents - Variable in class software.xdev.far.BaseProcessor
 
processFilenames - Variable in class software.xdev.far.BaseProcessor
 
project - Variable in class software.xdev.far.BaseMojo
 

R

recursive - Variable in class software.xdev.far.BaseMojo
Whether the find and replace is recursive from the baseDir.
renameFileDefault(File) - Method in class software.xdev.far.BaseProcessor
 
replaceAll - Variable in class software.xdev.far.BaseMojo
Whether the find and replace maven plugin replaces all matches or just the first match.
replaceLineBased - Variable in class software.xdev.far.filecontents.FileContentsMojo
Specify to match line based or otherwise match the whole document.
replacementType - Variable in class software.xdev.far.find_and_replace.FindAndReplaceMojo
Deprecated.
A CSV of what type of replacement(s) being done.
replaceValue - Variable in class software.xdev.far.BaseMojo
The value to replace the matching findRegex with.
run() - Method in class software.xdev.far.BaseProcessor
 

S

setBaseDir(String) - Method in class software.xdev.far.BaseMojo
 
setEncoding(String) - Method in class software.xdev.far.filecontents.FileContentsMojo
 
setEncoding(String) - Method in class software.xdev.far.find_and_replace.FindAndReplaceMojo
Deprecated.
 
setExclusions(String) - Method in class software.xdev.far.BaseMojo
 
setFileMask(String) - Method in class software.xdev.far.BaseMojo
 
setFindRegex(String) - Method in class software.xdev.far.BaseMojo
 
setProject(MavenProject) - Method in class software.xdev.far.BaseMojo
 
setRecursive(boolean) - Method in class software.xdev.far.BaseMojo
 
setReplaceAll(boolean) - Method in class software.xdev.far.BaseMojo
 
setReplaceLineBased(boolean) - Method in class software.xdev.far.filecontents.FileContentsMojo
 
setReplaceValue(String) - Method in class software.xdev.far.BaseMojo
 
setSkip(boolean) - Method in class software.xdev.far.BaseMojo
 
shouldExcludeFile(File) - Method in class software.xdev.far.BaseProcessor
 
shouldProcessFile(File) - Method in class software.xdev.far.BaseProcessor
 
skip - Variable in class software.xdev.far.BaseMojo
Skip execution of the plugin.
software.xdev.far - package software.xdev.far
 
software.xdev.far.directorynames - package software.xdev.far.directorynames
 
software.xdev.far.filecontents - package software.xdev.far.filecontents
 
software.xdev.far.filenames - package software.xdev.far.filenames
 
software.xdev.far.find_and_replace - package software.xdev.far.find_and_replace
 
A B C D E F G H I P R S 
All Classes and Interfaces|All Packages