- java.lang.Object
-
- io.annot8.testing.testimpl.components.ItemCollector
-
- All Implemented Interfaces:
io.annot8.core.components.Annot8Component,io.annot8.core.components.Processor,AutoCloseable
public class ItemCollector extends Object implements io.annot8.core.components.Processor
-
-
Constructor Summary
Constructors Constructor Description ItemCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()List<io.annot8.core.data.Item>getItems()io.annot8.core.components.responses.ProcessorResponseprocess(io.annot8.core.data.Item item)
-
-
-
Method Detail
-
process
public io.annot8.core.components.responses.ProcessorResponse process(io.annot8.core.data.Item item)
- Specified by:
processin interfaceio.annot8.core.components.Processor
-
getItems
public List<io.annot8.core.data.Item> getItems()
-
clear
public void clear()
-
-