Interface AdapterFactory


  • public interface AdapterFactory
    Factory that creates a Virtual Schema Adapter
    • Method Detail

      • getSupportedAdapterNames

        Set<String> getSupportedAdapterNames()
        List the adapter names the adapter handles
        Returns:
        names for which the adapter is responsible
      • createAdapter

        VirtualSchemaAdapter createAdapter()
        Create a new instance of the Virtual Schema Adapter
        Returns:
        new instance
      • getAdapterVersion

        String getAdapterVersion()
        Get the version of the Virtual Schema Adapter
        Returns:
        Virtual Schema Adapter version
      • getAdapterName

        String getAdapterName()
        Get the name of the Virtual Schema Adapter
        Returns:
        Virtual Schema Adapter name