Package ch.ergon.adam.yml
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionch.ergon.adam.core.db.interfaces.SchemaSinkcreateSink(String url) ch.ergon.adam.core.db.interfaces.SchemaSourcecreateSource(String url) ch.ergon.adam.core.db.interfaces.SqlExecutorcreateSqlExecutor(String url) booleansupportsUrl(String url)
-
Constructor Details
-
YmlFactory
public YmlFactory()
-
-
Method Details
-
supportsUrl
- Specified by:
supportsUrlin interfacech.ergon.adam.core.db.interfaces.SourceAndSinkAdapter
-
createSource
- Specified by:
createSourcein interfacech.ergon.adam.core.db.interfaces.SourceAndSinkAdapter
-
createSink
- Specified by:
createSinkin interfacech.ergon.adam.core.db.interfaces.SourceAndSinkAdapter
-
createSqlExecutor
- Specified by:
createSqlExecutorin interfacech.ergon.adam.core.db.interfaces.SourceAndSinkAdapter
-