Module io.annot8.testing.testimpl
Class TestFileContent.Builder
- java.lang.Object
-
- io.annot8.implementations.support.content.AbstractContentBuilder<File,TestFileContent>
-
- io.annot8.testing.testimpl.content.TestFileContent.Builder
-
- All Implemented Interfaces:
io.annot8.api.data.Content.Builder<TestFileContent,File>,io.annot8.api.helpers.builders.WithFromBuilder<io.annot8.api.data.Content.Builder<TestFileContent,File>,TestFileContent>,io.annot8.api.helpers.builders.WithIdBuilder<io.annot8.api.data.Content.Builder<TestFileContent,File>>,io.annot8.api.helpers.builders.WithPropertiesBuilder<io.annot8.api.data.Content.Builder<TestFileContent,File>>,io.annot8.api.helpers.builders.WithSave<TestFileContent>
- Enclosing class:
- TestFileContent
public static class TestFileContent.Builder extends AbstractContentBuilder<File,TestFileContent>
-
-
Constructor Summary
Constructors Constructor Description Builder(io.annot8.api.data.Item item, AnnotationStoreFactory annotationStoreFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TestFileContentcreate(String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<File> data)-
Methods inherited from class io.annot8.implementations.support.content.AbstractContentBuilder
from, getItem, save, withData, withDescription, withId, withoutProperty, withoutProperty, withProperties, withProperty, withPropertyIfPresent
-
-
-
-
Constructor Detail
-
Builder
public Builder(io.annot8.api.data.Item item, AnnotationStoreFactory annotationStoreFactory)
-
-
Method Detail
-
create
protected TestFileContent create(String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<File> data)
- Specified by:
createin classAbstractContentBuilder<File,TestFileContent>
-
-