Class HelpMdReferenceTextSearchRefactoringSupplier
java.lang.Object
com._1c.g5.v8.dt.html.refactoring.BasicHtmlTextSearchRefactoringSupplier
com._1c.g5.v8.dt.internal.md.help.bm.refactoring.HelpMdReferenceTextSearchRefactoringSupplier
- All Implemented Interfaces:
ITextSearchSupplier,ITextSearchRefactoringSupplier
public class HelpMdReferenceTextSearchRefactoringSupplier
extends BasicHtmlTextSearchRefactoringSupplier
ITextSearchRefactoringSupplier for HTML files
Provides logic for full text search refactoring in Help content-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanfilterExtension(Match match) Extend filter for everyMatchfrom search result collectionMethods inherited from class com._1c.g5.v8.dt.html.refactoring.BasicHtmlTextSearchRefactoringSupplier
createChanges, createChanges, filterSearchResult, getMatches, getSearchStringsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.dt.search.core.refactoring.ITextSearchRefactoringSupplier
getGroupingObject
-
Constructor Details
-
HelpMdReferenceTextSearchRefactoringSupplier
public HelpMdReferenceTextSearchRefactoringSupplier()
-
-
Method Details
-
filterExtension
Description copied from class:BasicHtmlTextSearchRefactoringSupplierExtend filter for everyMatchfrom search result collectionDescendant classes may override this method to provide their own search result filter extension
- Overrides:
filterExtensionin classBasicHtmlTextSearchRefactoringSupplier- Parameters:
match- the search result for filtering, cannot benull- Returns:
trueif specified result passes filter conditions,falsein otherwise
-