- java.lang.Object
-
- io.annot8.testing.testimpl.AbstractTestContent<java.io.File>
-
- io.annot8.testing.testimpl.content.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
-
-
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, 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends io.annot8.core.data.Content<java.io.File>>getContentClass()-
Methods inherited from class io.annot8.testing.testimpl.AbstractTestContent
getAnnotations, getData, getDataClass, getId, getName, getProperties, setAnnotations, setData, setData, setId, setName, setProperties
-
-
-
-
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)
-
-