Uses of Class
io.annot8.testing.testimpl.content.TestFileContent
-
Packages that use TestFileContent Package Description io.annot8.testing.testimpl.content -
-
Uses of TestFileContent in io.annot8.testing.testimpl.content
Methods in io.annot8.testing.testimpl.content that return TestFileContent Modifier and Type Method Description protected TestFileContentTestFileContent.Builder. create(String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<File> data)Method parameters in io.annot8.testing.testimpl.content with type arguments of type TestFileContent Modifier and Type Method Description TestFileContent.BuilderTestFileContent.BuilderFactory. create(io.annot8.core.data.Item item, io.annot8.common.implementations.stores.SaveCallback<TestFileContent,TestFileContent> saver)TestFileContent.BuilderTestFileContent.BuilderFactory. create(io.annot8.core.data.Item item, io.annot8.common.implementations.stores.SaveCallback<TestFileContent,TestFileContent> saver)Constructor parameters in io.annot8.testing.testimpl.content with type arguments of type TestFileContent Constructor Description Builder(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStoreFactory, io.annot8.common.implementations.stores.SaveCallback<TestFileContent,TestFileContent> saver)Builder(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStoreFactory, io.annot8.common.implementations.stores.SaveCallback<TestFileContent,TestFileContent> saver)
-