boolean isChild()

in src/main/java/org/apache/sling/bundleresource/impl/PathMapping.java [86:89]


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