
com.adobe.aemds.guide.fdinternal.api.GuideModuleImporterGetter Maven / Gradle / Ivy
package com.adobe.aemds.guide.fdinternal.api;
import com.adobe.aemds.guide.service.GuideModuleImporter;
import org.apache.sling.api.resource.Resource;
import javax.annotation.Nonnull;
/**
* @pad.exclude Exclude from published API
*/
public interface GuideModuleImporterGetter {
/**
* This API gets the actual implementation of GuideModuleImporter to
* be used by any application. It takes care of deprecated Adaptive document.
*/
GuideModuleImporter getGuideModuleImporter(@Nonnull Resource guideContainer);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy