Uses of Interface
jetbrains.buildServer.util.pathMatcher.AntPatternTreeMatcher.SearchCallback
-
Packages that use AntPatternTreeMatcher.SearchCallback Package Description jetbrains.buildServer.util.pathMatcher -
-
Uses of AntPatternTreeMatcher.SearchCallback in jetbrains.buildServer.util.pathMatcher
Methods in jetbrains.buildServer.util.pathMatcher with parameters of type AntPatternTreeMatcher.SearchCallback Modifier and Type Method Description static <T extends PathNode<T>>
Collection<T>AntPatternTreeMatcher. scanWithCallback(T node, Collection<String> mixedRules, AntPatternTreeMatcher.SearchCallback<T> callback, AntPatternTreeMatcher.ScanOption... options)
Searches for necessary elements within the tree node using supplied collection of search rules.
-