Package com.adobe.fd.fp.service
Interface FPIntegrationServiceProvider
-
public interface FPIntegrationServiceProvider
Provider interface which can be implemented to provide the list of integration scripts that should be included in the for a given provider value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getFPIntegrationScriptPaths(java.lang.String providerValue)
Method returning the list of integration paths for this provider implementation.
-
-
-
Method Detail
-
getFPIntegrationScriptPaths
java.util.List<java.lang.String> getFPIntegrationScriptPaths(java.lang.String providerValue)
Method returning the list of integration paths for this provider implementation. The provider should have a unique provider value.- Parameters:
providerValue
-String
representing the identifier of the integration path provider.- Returns:
List
providing the list of integration paths.
-
-