Package com.funnelback.plugin
Interface PluginUtilsBase
-
- All Superinterfaces:
PluginDetails,PluginDetailsBase,PluginDocsDetails
public interface PluginUtilsBase extends PluginDetails, PluginDocsDetails
-
-
Field Summary
-
Fields inherited from interface com.funnelback.plugin.details.model.PluginDetailsBase
PLUGIN_CONFIG_QUALIFIER, PLUGIN_ENCRYPTED_QUALIFIER, PLUGIN_PREFIX
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default List<ProductSubtopicCategory>getMetadataTags()Define a list of metadata tags describing purpose of plugin SeeProductSubtopic-
Methods inherited from interface com.funnelback.plugin.details.PluginDetails
getConfigFiles, getConfigKeys, getFilterClass, getJsoupFilterClass, getPluginDescription, getPluginName, getPluginTarget
-
Methods inherited from interface com.funnelback.plugin.details.model.PluginDetailsBase
getKeyPrefix, getPluginId
-
Methods inherited from interface com.funnelback.plugin.docs.PluginDocsDetails
getAudience, getMarketplaceSubtype, getProductSubtopic, getProductTopic
-
-
-
-
Method Detail
-
getMetadataTags
default List<ProductSubtopicCategory> getMetadataTags()
Description copied from interface:PluginDetailsDefine a list of metadata tags describing purpose of plugin SeeProductSubtopic- Specified by:
getMetadataTagsin interfacePluginDetails
-
-