Uses of Interface
jetbrains.buildServer.util.pathMatcher.PathNode
-
Packages that use PathNode Package Description jetbrains.buildServer.util.pathMatcher -
-
Uses of PathNode in jetbrains.buildServer.util.pathMatcher
Classes in jetbrains.buildServer.util.pathMatcher with type parameters of type PathNode Modifier and Type Interface Description static interface
AntPatternTreeMatcher.SearchCallback<T extends PathNode>
interface
PathNode<T extends PathNode<T>>
Abstract tree node element to use withAntPatternTreeMatcher
.Subinterfaces of PathNode in jetbrains.buildServer.util.pathMatcher Modifier and Type Interface Description interface
PathNodeEx<T extends PathNodeEx<T>>
Smarter path node.Methods in jetbrains.buildServer.util.pathMatcher with type parameters of type PathNode Modifier and Type Method Description static <T extends PathNode<T>>
TPathNodeUtils. createFromParentPath(T parent, Iterable<String> pathParts)
static <T extends PathNode<T>>
TPathNodeUtils. getChild(T node, String childName)
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.Methods in jetbrains.buildServer.util.pathMatcher with parameters of type PathNode Modifier and Type Method Description static boolean
PathNodeUtils. hasChildren(PathNode node)
-