Package com.funnelback.mock.helpers
Interface PluginConfigurationFileSettingMock
-
- All Known Implementing Classes:
MockFilterContext,MockIndexConfigProviderContext,MockJsoupSetupContext,MockPluginGatherContext,MockSearchLifeCycleContext,MockUpdateLifecycleContext
public interface PluginConfigurationFileSettingMock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPlugingConfigurationFileContent(String filename, String content)Sets the content of a plugin configuration file on the mock.voidsetPlugingConfigurationFileContentAsBytes(String filename, byte[] content)Sets the content of a plugin configuration file on the mock.
-
-
-
Method Detail
-
setPlugingConfigurationFileContent
void setPlugingConfigurationFileContent(String filename, String content)
Sets the content of a plugin configuration file on the mock.- Parameters:
filename- the name of the plugin configuration file e.g. `maps.cfg`content- plugin configuration data
-
setPlugingConfigurationFileContentAsBytes
void setPlugingConfigurationFileContentAsBytes(String filename, byte[] content)
Sets the content of a plugin configuration file on the mock.- Parameters:
filename- the name of the plugins configuration file e.g. `maps.cfg`content- plugin configuration data
-
-