Interface PluginConfigurationFileSettingMock

    • 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