Class AbstractConfigProviderImpl

    • Constructor Detail

      • AbstractConfigProviderImpl

        public AbstractConfigProviderImpl()
    • Method Detail

      • convert

        @Deprecated
        public <T extends Config> T convert​(Config config)
        Deprecated.
        Only used to convert data from the old (< 1.5) to the new (≥ 1.5) storage format. New implementations of this extension point do not need to implement this.
        Type Parameters:
        T - expected type of the returned configuration item.
        Parameters:
        config - the configuration to convert
      • getProviderId

        public String getProviderId()
        Description copied from class: ConfigProvider
        An ID uniquely identifying this provider, the id of each Config must start with this ID separated by a '.'!
        Specified by:
        getProviderId in class ConfigProvider
        Returns:
        the unique id for this provider.
      • load

        public void load()
        Overridden for backward compatibility to let subtype customize the file name.
        Overrides:
        load in class Descriptor<Config>