Interface IConfigLoader

All Known Implementing Classes:
ArtifactoryConfigLoader, FileConfigLoader

public interface IConfigLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<?,?>
    load(String configKey)
    Load scheduler configs associated with the configKey.
  • Method Details

    • load

      Map<?,?> load(String configKey)
      Load scheduler configs associated with the configKey.
      Parameters:
      configKey - The key from which we want to get the scheduler config.
      Returns:
      The scheduler configs