Class YmlFactory

java.lang.Object
ch.ergon.adam.yml.YmlFactory
All Implemented Interfaces:
ch.ergon.adam.core.db.interfaces.SourceAndSinkAdapter

public class YmlFactory extends Object implements ch.ergon.adam.core.db.interfaces.SourceAndSinkAdapter
  • Constructor Details

    • YmlFactory

      public YmlFactory()
  • Method Details

    • supportsUrl

      public boolean supportsUrl(String url)
      Specified by:
      supportsUrl in interface ch.ergon.adam.core.db.interfaces.SourceAndSinkAdapter
    • createSource

      public ch.ergon.adam.core.db.interfaces.SchemaSource createSource(String url)
      Specified by:
      createSource in interface ch.ergon.adam.core.db.interfaces.SourceAndSinkAdapter
    • createSink

      public ch.ergon.adam.core.db.interfaces.SchemaSink createSink(String url)
      Specified by:
      createSink in interface ch.ergon.adam.core.db.interfaces.SourceAndSinkAdapter
    • createSqlExecutor

      public ch.ergon.adam.core.db.interfaces.SqlExecutor createSqlExecutor(String url)
      Specified by:
      createSqlExecutor in interface ch.ergon.adam.core.db.interfaces.SourceAndSinkAdapter