Class FindAndReplaceExecData
java.lang.Object
software.xdev.far.ExecData
software.xdev.far.find_and_replace.FindAndReplaceExecData
Deprecated.
Only exists for compatibility reasons
-
Constructor Summary
ConstructorsConstructorDescriptionFindAndReplaceExecData(ExecData other, boolean processFileContents, boolean processFilenames, boolean processDirectoryNames, Charset charset) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.Methods inherited from class software.xdev.far.ExecData
getBaseDirPath, getExclusions, getFileMasks, getFindRegex, getLogger, getReplaceValue, isRecursive, isReplaceAll
-
Constructor Details
-
Method Details
-
isProcessFileContents
public boolean isProcessFileContents()Deprecated. -
isProcessFilenames
public boolean isProcessFilenames()Deprecated. -
isProcessDirectoryNames
public boolean isProcessDirectoryNames()Deprecated. -
getCharset
Deprecated.
-