c

org.locationtech.geomesa.convert

ClassPathConfigProvider

class ClassPathConfigProvider extends ConverterConfigProvider with GeoMesaConvertParser

Provides access converter configs on the classpath

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassPathConfigProvider
  2. GeoMesaConvertParser
  3. LazyLogging
  4. ConverterConfigProvider
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassPathConfigProvider()

Value Members

  1. def loadConfigs(): Map[String, Config]
  2. def parseConf(config: Config): Map[String, Config]
    Definition Classes
    GeoMesaConvertParser