Class TestFileContent

  • All Implemented Interfaces:
    io.annot8.common.data.content.FileContent, io.annot8.core.data.Content<File>, io.annot8.core.helpers.WithId, io.annot8.core.helpers.WithProperties

    public class TestFileContent
    extends AbstractTestContent<File>
    implements io.annot8.common.data.content.FileContent
    • Constructor Detail

      • TestFileContent

        public TestFileContent()
      • TestFileContent

        public TestFileContent​(String id,
                               String name,
                               io.annot8.core.properties.ImmutableProperties properties,
                               Supplier<File> data)
      • TestFileContent

        public TestFileContent​(io.annot8.core.stores.AnnotationStore annotations,
                               String id,
                               String name,
                               io.annot8.core.properties.ImmutableProperties properties,
                               Supplier<File> data)
      • TestFileContent

        public TestFileContent​(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStore,
                               String id,
                               String name,
                               io.annot8.core.properties.ImmutableProperties properties,
                               Supplier<File> data)
    • Method Detail

      • getContentClass

        public Class<? extends io.annot8.core.data.Content<File>> getContentClass()
        Specified by:
        getContentClass in interface io.annot8.core.data.Content<File>