Uses of Interface
io.annot8.api.components.Resource
-
Packages that use Resource Package Description io.annot8.api.context Context is used to pass additional resources and information to a component.io.annot8.api.pipelines -
-
Uses of Resource in io.annot8.api.context
Methods in io.annot8.api.context that return types with arguments of type Resource Modifier and Type Method Description Stream<Resource>Context. getResources()Get all the resources -
Uses of Resource in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines with parameters of type Resource Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. withResource(Resource resource)
-