DurboImportResult.java 317 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  javax.jcr.Node
 */
package com.day.cq.replication.impl.content.durbo;

import java.util.List;
import javax.jcr.Node;

public interface DurboImportResult {
    public Node getCreatedNode();

    public List<String> getFailedPaths();
}