Interface PluginConfiguration


  • public interface PluginConfiguration
    The configuration of a Plugin that allows retrieving configuration values from the WhiteRabbit properties file ~/.whiterabbit.properties.
    • Method Detail

      • getMandatoryValue

        java.lang.String getMandatoryValue​(java.lang.String propertyName)
        Get property pluginId.propertyName from the config file. Throws an exception if the property is not available.
        Parameters:
        propertyName - the property name to get.
        Returns:
        the value of the property.
        Throws:
        java.lang.RuntimeException - if the property is not available in the config file.