Module io.annot8.components.files
Class AbstractFileSystemSource
- java.lang.Object
-
- io.annot8.common.components.AbstractComponent
-
- io.annot8.common.components.AbstractSource
-
- io.annot8.components.files.sources.AbstractFileSystemSource
-
- All Implemented Interfaces:
io.annot8.api.components.Annot8Component,io.annot8.api.components.Source,AutoCloseable
- Direct Known Subclasses:
FileSystemSource.Source
public abstract class AbstractFileSystemSource extends io.annot8.common.components.AbstractSource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancreateItem(io.annot8.api.data.ItemFactory itemFactory, Path path)protected Set<Pattern>getAcceptedFilePatterns()protected FileSystemSourceSettingsgetSettings()-
Methods inherited from class io.annot8.common.components.AbstractComponent
createDefaultLogger, createDefaultMetrics, log, metrics, setLogger, setMetrics
-
-
-
-
Method Detail
-
getSettings
protected FileSystemSourceSettings getSettings()
-
createItem
protected boolean createItem(io.annot8.api.data.ItemFactory itemFactory, Path path)
-
-