public class Path extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
createPath(Box box) |
static <T extends Box> |
getPath(AbstractContainerBox containerBox,
String path) |
static <T extends Box> |
getPath(Box box,
String path) |
static <T extends Box> |
getPath(Container container,
String path) |
static <T extends Box> |
getPaths(Box box,
String path) |
static <T extends Box> |
getPaths(Container container,
String path) |
static boolean |
isContained(Box box,
String path) |
public static <T extends Box> T getPath(AbstractContainerBox containerBox, String path)
Copyright © 2015. All rights reserved.