Module io.annot8.testing.testimpl
Class TestFileContent.Builder
- java.lang.Object
-
- io.annot8.common.implementations.content.AbstractContentBuilder<File,TestFileContent>
-
- io.annot8.testing.testimpl.content.TestFileContent.Builder
-
- All Implemented Interfaces:
io.annot8.core.data.Content.Builder<TestFileContent,File>,io.annot8.core.helpers.builders.WithFromBuilder<io.annot8.core.data.Content.Builder<TestFileContent,File>,TestFileContent>,io.annot8.core.helpers.builders.WithIdBuilder<io.annot8.core.data.Content.Builder<TestFileContent,File>>,io.annot8.core.helpers.builders.WithPropertiesBuilder<io.annot8.core.data.Content.Builder<TestFileContent,File>>,io.annot8.core.helpers.builders.WithSave<TestFileContent>
- Enclosing class:
- TestFileContent
public static class TestFileContent.Builder extends io.annot8.common.implementations.content.AbstractContentBuilder<File,TestFileContent>
-
-
Constructor Summary
Constructors Constructor Description Builder(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStoreFactory, io.annot8.common.implementations.stores.SaveCallback<TestFileContent,TestFileContent> saver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TestFileContentcreate(String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<File> data)
-
-
-
Constructor Detail
-
Builder
public Builder(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStoreFactory, io.annot8.common.implementations.stores.SaveCallback<TestFileContent,TestFileContent> saver)
-
-
Method Detail
-
create
protected TestFileContent create(String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<File> data)
- Specified by:
createin classio.annot8.common.implementations.content.AbstractContentBuilder<File,TestFileContent>
-
-