Uses of Interface
org.springframework.shell.support.search.SearchMatchResult
Packages that use SearchMatchResult
-
Uses of SearchMatchResult in org.springframework.shell.component
Methods in org.springframework.shell.component that return SearchMatchResultMethods in org.springframework.shell.component with parameters of type SearchMatchResultModifier and TypeMethodDescriptionstatic PathSearch.ScoredPath
PathSearch.ScoredPath.of
(Path path, SearchMatchResult result) -
Uses of SearchMatchResult in org.springframework.shell.support.search
Classes in org.springframework.shell.support.search that implement SearchMatchResultMethods in org.springframework.shell.support.search that return SearchMatchResultModifier and TypeMethodDescriptionMatch a pattern into a given text.SearchMatchAlgorithm.match
(boolean caseSensitive, boolean normalize, boolean forward, String text, String pattern) Match given text with pattern as a result.static SearchMatchResult
SearchMatchResult.of
(int start, int end, int score, int[] positions, SearchMatchAlgorithm algo) ConstructSearchMatchResult
with given parameters.static SearchMatchResult
SearchMatchResult.ofMinus()
static SearchMatchResult
SearchMatchResult.ofZeros()