Class TestAnnotationStoreFactory

  • All Implemented Interfaces:
    io.annot8.common.implementations.stores.AnnotationStoreFactory


    public class TestAnnotationStoreFactory
    extends java.lang.Object
    implements io.annot8.common.implementations.stores.AnnotationStoreFactory
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.annot8.core.stores.AnnotationStore create​(io.annot8.core.data.Content<?> content)  
      static io.annot8.common.implementations.stores.AnnotationStoreFactory getInstance​()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestAnnotationStoreFactory

        public TestAnnotationStoreFactory​()
    • Method Detail

      • getInstance

        public static io.annot8.common.implementations.stores.AnnotationStoreFactory getInstance​()
      • create

        public io.annot8.core.stores.AnnotationStore create​(io.annot8.core.data.Content<?> content)
        Specified by:
        create in interface io.annot8.common.implementations.stores.AnnotationStoreFactory