Module io.annot8.components.files
Package io.annot8.components.files.sinks
Class AnnotationsToTextFile
- java.lang.Object
-
- io.annot8.common.components.AbstractComponentDescriptor<T,S>
-
- io.annot8.common.components.AbstractProcessorDescriptor<AnnotationsToTextFile.Processor,AnnotationsToTextFile.Settings>
-
- io.annot8.components.files.sinks.AnnotationsToTextFile
-
- All Implemented Interfaces:
io.annot8.api.components.Annot8ComponentDescriptor<AnnotationsToTextFile.Processor,AnnotationsToTextFile.Settings>,io.annot8.api.components.ProcessorDescriptor<AnnotationsToTextFile.Processor,AnnotationsToTextFile.Settings>
@ComponentName("Annotations to Text File") @ComponentDescription("Appends annotation values to a text file") @SettingsClass(Settings.class) public class AnnotationsToTextFile extends io.annot8.common.components.AbstractProcessorDescriptor<AnnotationsToTextFile.Processor,AnnotationsToTextFile.Settings>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationsToTextFile.Processorstatic classAnnotationsToTextFile.Settings
-
Constructor Summary
Constructors Constructor Description AnnotationsToTextFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.api.capabilities.Capabilitiescapabilities()protected AnnotationsToTextFile.ProcessorcreateComponent(io.annot8.api.context.Context context, AnnotationsToTextFile.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 AnnotationsToTextFile.Processor createComponent(io.annot8.api.context.Context context, AnnotationsToTextFile.Settings settings)
- Specified by:
createComponentin classio.annot8.common.components.AbstractComponentDescriptor<AnnotationsToTextFile.Processor,AnnotationsToTextFile.Settings>
-
-