ResourceNameRolloutConflictHandler.java
522 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.day.cq.wcm.api.WCMException
* org.apache.sling.api.resource.ResourceResolver
*/
package com.day.cq.wcm.msm.api;
import com.day.cq.wcm.api.WCMException;
import com.day.cq.wcm.msm.api.LiveRelationship;
import org.apache.sling.api.resource.ResourceResolver;
public interface ResourceNameRolloutConflictHandler {
public boolean handleNameConflict(LiveRelationship var1, ResourceResolver var2, boolean var3) throws WCMException;
}