- java.lang.Object
-
- io.annot8.testing.testimpl.AbstractTestContent<File>
-
- io.annot8.testing.testimpl.content.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestFileContent.Builderstatic classTestFileContent.BuilderFactory
-
Constructor Summary
Constructors Constructor Description TestFileContent()TestFileContent(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStore, String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<File> data)TestFileContent(io.annot8.core.stores.AnnotationStore annotations, String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<File> data)TestFileContent(String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<File> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends io.annot8.core.data.Content<File>>getContentClass()-
Methods inherited from class io.annot8.testing.testimpl.AbstractTestContent
getAnnotations, getData, getDataClass, getId, getName, getProperties, setAnnotations, setData, setData, setId, setName, setProperties
-
Methods inherited from interface io.annot8.core.data.Content
getAnnotations, getData, getDataClass, getName
-
-
-
-
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)
-
-