Interface SetupContext

    • Method Detail

      • setConfigSetting

        void setConfigSetting​(String key,
                              String value)
        Set the config settings for the current collection.
        Parameters:
        key - The name of the collection.cfg or global.cfg parameter
        value - The value to be set for the collection.cfg or global.cfg parameter
      • getCollectionConfigFile

        File getCollectionConfigFile​(String filename)

        Provides access to configuration files inside the collection configuration folder.

        This is useful to access custom collection-level configuration files

        Parameters:
        filename - Name of the file to access
        Returns:
        A File path pointing to the desired file inside the collection configuration folder