Class ConfiguredAtlasProvider
- java.lang.Object
-
- org.openstreetmap.atlas.mutator.configuration.parsing.provider.ConfiguredAtlasProvider
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfiguredAtlasProvider extends java.lang.Object implements java.io.SerializableConfigured wrapper around anAtlasProvider, 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 associatedAtlasProvideras a clean configuration.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIGURATION_ROOT
-
Constructor Summary
Constructors Constructor Description ConfiguredAtlasProvider(java.lang.String name, org.openstreetmap.atlas.utilities.configuration.Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtlasProvidergetAtlasProvider()
-
-
-
Field Detail
-
CONFIGURATION_ROOT
public static final java.lang.String CONFIGURATION_ROOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAtlasProvider
public AtlasProvider getAtlasProvider()
-
-