Uses of Class
jetbrains.buildServer.util.pathMatcher.AntPatternTreeMatcher.ScanOption
-
Packages that use AntPatternTreeMatcher.ScanOption Package Description jetbrains.buildServer.util.pathMatcher -
-
Uses of AntPatternTreeMatcher.ScanOption in jetbrains.buildServer.util.pathMatcher
Methods in jetbrains.buildServer.util.pathMatcher that return AntPatternTreeMatcher.ScanOption Modifier and Type Method Description static AntPatternTreeMatcher.ScanOptionAntPatternTreeMatcher.ScanOption. valueOf(String name)Returns the enum constant of this type with the specified name.static AntPatternTreeMatcher.ScanOption[]AntPatternTreeMatcher.ScanOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.util.pathMatcher with parameters of type AntPatternTreeMatcher.ScanOption Modifier and Type Method Description static <T extends PathNode<T>>
Collection<T>AntPatternTreeMatcher. scan(T node, Collection<String> includeRules, Collection<String> excludeRules, AntPatternTreeMatcher.ScanOption... options)Searches for necessary elements within the tree node using supplied collections of include and exclude rules.
Exclude rules are applied first.static <T extends PathNode<T>>
Collection<T>AntPatternTreeMatcher. scan(T node, Collection<String> mixedRules, AntPatternTreeMatcher.ScanOption... options)Searches for necessary elements within the tree node using supplied collection of search rules.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.
-