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 plugins configuration file e.g. maps.cfg
        content -
      • 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 -