Class FileSystemSource

    • Constructor Summary

      Constructors 
      Constructor Description
      FileSystemSource​()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(io.annot8.core.context.Context context)  
      io.annot8.core.components.responses.SourceResponse read​(io.annot8.core.data.ItemFactory itemFactory)  
      • Methods inherited from interface io.annot8.core.components.Annot8Component

        buildCapabilities, close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileSystemSource

        public FileSystemSource​()
    • Method Detail

      • configure

        public void configure​(io.annot8.core.context.Context context)
                       throws io.annot8.core.exceptions.BadConfigurationException,
                              io.annot8.core.exceptions.MissingResourceException
        Overrides:
        configure in class AbstractFileSystemSource
        Throws:
        io.annot8.core.exceptions.BadConfigurationException
        io.annot8.core.exceptions.MissingResourceException
      • read

        public io.annot8.core.components.responses.SourceResponse read​(io.annot8.core.data.ItemFactory itemFactory)