Module io.annot8.components.files
Class SimpleFileSystemSource
- java.lang.Object
-
- io.annot8.common.components.AbstractComponentDescriptor<T,S>
-
- io.annot8.common.components.AbstractSourceDescriptor<SimpleFileSystemSource.Source,SimpleFileSystemSource.Settings>
-
- io.annot8.components.files.sources.SimpleFileSystemSource
-
- All Implemented Interfaces:
io.annot8.api.components.Annot8ComponentDescriptor<SimpleFileSystemSource.Source,SimpleFileSystemSource.Settings>,io.annot8.api.components.SourceDescriptor<SimpleFileSystemSource.Source,SimpleFileSystemSource.Settings>
@ComponentName("Simple File System Source") @ComponentDescription("Take a list of folders and processes files in them, without watching for changes or new files") @SettingsClass(Settings.class) public class SimpleFileSystemSource extends io.annot8.common.components.AbstractSourceDescriptor<SimpleFileSystemSource.Source,SimpleFileSystemSource.Settings>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleFileSystemSource.FileOrderstatic classSimpleFileSystemSource.Settingsstatic classSimpleFileSystemSource.Source
-
Constructor Summary
Constructors Constructor Description SimpleFileSystemSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.api.capabilities.Capabilitiescapabilities()protected SimpleFileSystemSource.SourcecreateComponent(io.annot8.api.context.Context context, SimpleFileSystemSource.Settings settings)-
Methods inherited from class io.annot8.common.components.AbstractComponentDescriptor
create, getName, getSettings, setName, setSettings
-
-
-
-
Method Detail
-
capabilities
public io.annot8.api.capabilities.Capabilities capabilities()
-
createComponent
protected SimpleFileSystemSource.Source createComponent(io.annot8.api.context.Context context, SimpleFileSystemSource.Settings settings)
- Specified by:
createComponentin classio.annot8.common.components.AbstractComponentDescriptor<SimpleFileSystemSource.Source,SimpleFileSystemSource.Settings>
-
-