ConfigurationHandler.java 390 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  javax.jcr.Property
 */
package com.adobe.aemfd.watchfolder.spi;

import com.adobe.aemfd.watchfolder.config.WatchFolderConfiguration;
import javax.jcr.Property;

public interface ConfigurationHandler {
    public boolean enhanceConfiguration(WatchFolderConfiguration var1, Property var2) throws Exception;
}