boolean isChild()

in src/main/java/org/apache/sling/bundleresource/impl/PathMapping.java [82:84]


    boolean isChild(final String resourcePath) {
        return resourcePath.startsWith(resourceRootPrefix) || resourcePath.equals(resourceRoot);
    }