Interface CommonExtendedPluginContext

    • Method Detail

      • getConfigurationBool

        boolean getConfigurationBool​(String settingName)
        Gets the configuration setting from the default plugin Configuration object or else from the plugin settings
        Parameters:
        settingName - The setting to retrieve
        Returns:
        The setting value
      • getConfigurationInt

        int getConfigurationInt​(String settingName)
        Gets the configuration setting from the default plugin Configuration object or else from the plugin settings
        Parameters:
        settingName - The setting to retrieve
        Returns:
        The setting value
      • getConfigurationObject

        <T> T getConfigurationObject​(String settingName)
        Gets the given configuration setting as an Object
        Parameters:
        settingName - The setting to retrieve as an Object
        Returns:
        The object
      • getConfigurationString

        String getConfigurationString​(String settingName)
        Gets the configuration setting from the default plugin Configuration object or else from the plugin settings
        Parameters:
        settingName - The setting to retrieve
        Returns:
        The setting value