Class ImportingConfigurationSourceProvider

java.lang.Object
org.gwizard.config.ImportingConfigurationSourceProvider
All Implemented Interfaces:
io.dropwizard.configuration.ConfigurationSourceProvider

public class ImportingConfigurationSourceProvider extends Object implements io.dropwizard.configuration.ConfigurationSourceProvider
We have to open the file and look for import statements in the yaml, then merge together what snippets we find.
  • Constructor Details

    • ImportingConfigurationSourceProvider

      public ImportingConfigurationSourceProvider()
  • Method Details