Class TestItemFactory

  • All Implemented Interfaces:
    io.annot8.api.data.ItemFactory

    public class TestItemFactory
    extends Object
    implements io.annot8.api.data.ItemFactory
    • Constructor Detail

      • TestItemFactory

        public TestItemFactory()
    • Method Detail

      • create

        public io.annot8.api.data.Item create()
        Specified by:
        create in interface io.annot8.api.data.ItemFactory
      • create

        public io.annot8.api.data.Item create​(io.annot8.api.data.Item parent)
        Specified by:
        create in interface io.annot8.api.data.ItemFactory
      • getCreatedItems

        public List<io.annot8.api.data.Item> getCreatedItems()