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.ScoredPathPathSearch.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 SearchMatchResultSearchMatchResult.of(int start, int end, int score, int[] positions, SearchMatchAlgorithm algo) ConstructSearchMatchResultwith given parameters.static SearchMatchResultSearchMatchResult.ofMinus()static SearchMatchResultSearchMatchResult.ofZeros()