Package com.funnelback.plugin.gatherer
Interface PluginGatherContext
-
- All Superinterfaces:
PluginBaseConfigContext,PluginBaseConfigFileContext,PluginBaseContext
public interface PluginGatherContext extends PluginBaseContext, PluginBaseConfigContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetConfigSetting(String key, String value)Set the config settings for the current collection.-
Methods inherited from interface com.funnelback.plugin.PluginBaseConfigContext
getConfigKeysMatchingPattern, getConfigKeysWithPrefix, getConfigSetting
-
Methods inherited from interface com.funnelback.plugin.PluginBaseConfigFileContext
pluginConfigurationFile, pluginConfigurationFileAsBytes
-
Methods inherited from interface com.funnelback.plugin.PluginBaseContext
getCollectionName, getSearchHome
-
-