Class TestFileContent

  • All Implemented Interfaces:
    io.annot8.api.data.Content<File>, io.annot8.api.helpers.WithDescription, io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithProperties, FileContent

    public class TestFileContent
    extends AbstractTestContent<File>
    implements FileContent
    • Constructor Detail

      • TestFileContent

        public TestFileContent()
      • TestFileContent

        public TestFileContent​(io.annot8.api.data.Item item)
      • TestFileContent

        public TestFileContent​(io.annot8.api.data.Item item,
                               String id,
                               String description,
                               io.annot8.api.properties.ImmutableProperties properties,
                               Supplier<File> data)
      • TestFileContent

        public TestFileContent​(io.annot8.api.data.Item item,
                               io.annot8.api.stores.AnnotationStore annotations,
                               String id,
                               String description,
                               io.annot8.api.properties.ImmutableProperties properties,
                               Supplier<File> data)
    • Method Detail

      • getContentClass

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