protected void added()

in src/main/java/org/apache/sling/clam/oak/internal/NodeObservingJcrPropertyDigger.java [141:145]


    protected void added(@NotNull final String path, @NotNull final Set<String> added, @NotNull final Set<String> deleted, @NotNull final Set<String> changed, @NotNull final Map<String, String> properties, @NotNull final CommitInfo commitInfo) {
        if (!commitInfo.isExternal()) {
            dig(path, concat(added, changed), pattern, propertyType, configuration.property_length_max(), commitInfo.getUserId());
        }
    }