Class YmlSource

java.lang.Object
ch.ergon.adam.yml.YmlSource
All Implemented Interfaces:
ch.ergon.adam.core.db.interfaces.SchemaSource, AutoCloseable

public class YmlSource extends Object implements ch.ergon.adam.core.db.interfaces.SchemaSource
  • Constructor Details

    • YmlSource

      public YmlSource(ch.ergon.adam.core.filetree.FileTreeTraverser fileTraverser)
  • Method Details

    • getSchema

      public ch.ergon.adam.core.db.schema.Schema getSchema()
      Specified by:
      getSchema in interface ch.ergon.adam.core.db.interfaces.SchemaSource
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable