Package com.adobe.aemds.guide.service
Interface GuideMergedJsonProvider
-
public interface GuideMergedJsonProviderGuideMergedJsonProvider provides the API to get merged json of Guide
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGuideMergedJson(java.lang.String mergedJsonPath)Gets the Guide Merged Json
-
-
-
Method Detail
-
getGuideMergedJson
java.lang.String getGuideMergedJson(java.lang.String mergedJsonPath) throws GuideExceptionGets the Guide Merged Json- Parameters:
mergedJsonPath- The path containing the guide merged json- Returns:
- the string containing the guide merged json
- Throws:
GuideException- if something goes wrong
-
-