Interface CatalogStoreFactory.Context

    • Method Detail

      • getOptions

        Map<String,​String> getOptions()
        Returns the options with which the catalog store is created.

        An implementation should perform validation of these options.

      • getConfiguration

        ReadableConfig getConfiguration()
        Gives read-only access to the configuration of the current session.
      • getClassLoader

        ClassLoader getClassLoader()
        Returns the class loader of the current session.

        The class loader is in particular useful for discovering further (nested) factories.