Class PathNodeUtils
- java.lang.Object
-
- jetbrains.buildServer.util.pathMatcher.PathNodeUtils
-
public class PathNodeUtils extends Object
- Author:
- sergey.pak Date: 12/19/2014 Time: 7:29 PM
-
-
Constructor Summary
Constructors Constructor Description PathNodeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends PathNode<T>>
TcreateFromParentPath(T parent, Iterable<String> pathParts)
static <T extends PathNode<T>>
TgetChild(T node, String childName)
static String
getFullPath(PathNodeEx pathNode)
static boolean
hasChildren(PathNode node)
-
-
-
Method Detail
-
getFullPath
@NotNull public static String getFullPath(@NotNull PathNodeEx pathNode)
-
createFromParentPath
@Nullable public static <T extends PathNode<T>> T createFromParentPath(@NotNull T parent, @NotNull Iterable<String> pathParts)
-
hasChildren
public static boolean hasChildren(@NotNull PathNode node)
-
-