Class TestFileContent

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


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

      Constructors 
      Constructor Description
      TestFileContent​()  
      TestFileContent​(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStore, java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.File> data)  
      TestFileContent​(io.annot8.core.stores.AnnotationStore annotations, java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.File> data)  
      TestFileContent​(java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.File> data)  
    • Constructor Detail

      • TestFileContent

        public TestFileContent​()
      • TestFileContent

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

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

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

      • getContentClass

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