Class ConfiguredAtlasProvider

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfiguredAtlasProvider
    extends java.lang.Object
    implements java.io.Serializable
    Configured wrapper around an AtlasProvider, the class of which can be swapped underneath with any proper implementation. The associated provider configuration will be passed to the default constructor of the associated AtlasProvider as a clean configuration.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFIGURATION_ROOT  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfiguredAtlasProvider​(java.lang.String name, org.openstreetmap.atlas.utilities.configuration.Configuration configuration)  
    • Field Detail

      • CONFIGURATION_ROOT

        public static final java.lang.String CONFIGURATION_ROOT
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConfiguredAtlasProvider

        public ConfiguredAtlasProvider​(java.lang.String name,
                                       org.openstreetmap.atlas.utilities.configuration.Configuration configuration)