- java.lang.Object
-
- io.annot8.components.base.components.AbstractComponent
-
- io.annot8.components.files.sources.AbstractFileSystemSource
-
- io.annot8.components.files.sources.FileSystemSource
-
- All Implemented Interfaces:
io.annot8.core.components.Annot8Component,io.annot8.core.components.Source,AutoCloseable
public class FileSystemSource extends AbstractFileSystemSource
-
-
Constructor Summary
Constructors Constructor Description FileSystemSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(io.annot8.core.context.Context context)io.annot8.core.components.responses.SourceResponseread(io.annot8.core.data.ItemFactory itemFactory)-
Methods inherited from class io.annot8.components.files.sources.AbstractFileSystemSource
createItem, getAcceptedFilePatterns, getSettings
-
-
-
-
Method Detail
-
configure
public void configure(io.annot8.core.context.Context context) throws io.annot8.core.exceptions.BadConfigurationException, io.annot8.core.exceptions.MissingResourceException- Specified by:
configurein interfaceio.annot8.core.components.Annot8Component- Overrides:
configurein classAbstractFileSystemSource- Throws:
io.annot8.core.exceptions.BadConfigurationExceptionio.annot8.core.exceptions.MissingResourceException
-
read
public io.annot8.core.components.responses.SourceResponse read(io.annot8.core.data.ItemFactory itemFactory)
-
-