Interface GuideModuleImporterGetter
-
public interface GuideModuleImporterGetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuideModuleImporter
getGuideModuleImporter(Resource guideContainer)
This API gets the actual implementation of GuideModuleImporter to be used by any application.
-
-
-
Method Detail
-
getGuideModuleImporter
GuideModuleImporter getGuideModuleImporter(@Nonnull Resource guideContainer)
This API gets the actual implementation of GuideModuleImporter to be used by any application. It takes care of deprecated Adaptive document.
-
-