LaunchSource.java 319 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.cq.launches.api;

import org.apache.sling.api.resource.Resource;

public interface LaunchSource {
    public Resource getSourceRootResource();

    public boolean isDeep();
}