*/
public void configure(BundleContext context, String path) {
PathNode pathNode;
Bundle bundle = context.getBundle();
URL resourceDir = getClass().getResource(path);
pathNode = new BundlePathNode(bundle, resourceDir.getPath());
configure(pathNode);
}