Module io.annot8.testing.testimpl
Package io.annot8.testing.testimpl
Class TestAnnotationStoreFactory
- java.lang.Object
-
- io.annot8.testing.testimpl.TestAnnotationStoreFactory
-
- All Implemented Interfaces:
io.annot8.common.implementations.stores.AnnotationStoreFactory
public class TestAnnotationStoreFactory extends Object implements io.annot8.common.implementations.stores.AnnotationStoreFactory
-
-
Constructor Summary
Constructors Constructor Description TestAnnotationStoreFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.core.stores.AnnotationStorecreate(io.annot8.core.data.Content<?> content)static io.annot8.common.implementations.stores.AnnotationStoreFactorygetInstance()
-
-
-
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:
createin interfaceio.annot8.common.implementations.stores.AnnotationStoreFactory
-
-