BlueprintManager.java
519 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.day.cq.wcm.api.WCMException
*/
package com.day.cq.wcm.msm.api;
import com.day.cq.wcm.api.WCMException;
import com.day.cq.wcm.msm.api.Blueprint;
import java.util.Collection;
public interface BlueprintManager {
public Collection<Blueprint> getBlueprints() throws WCMException;
public Blueprint getBlueprint(String var1) throws WCMException;
public Blueprint getContainingBlueprint(String var1) throws WCMException;
}