Class SimpleContext
- java.lang.Object
-
- io.annot8.implementations.support.context.SimpleContext
-
- All Implemented Interfaces:
io.annot8.api.context.Context
public class SimpleContext extends Object implements io.annot8.api.context.Context
-
-
Constructor Summary
Constructors Constructor Description SimpleContext(io.annot8.api.components.Resource... resources)SimpleContext(Collection<io.annot8.api.components.Resource> resources)
-
-
-
Constructor Detail
-
SimpleContext
public SimpleContext(io.annot8.api.components.Resource... resources)
-
SimpleContext
public SimpleContext(Collection<io.annot8.api.components.Resource> resources)
-
-
Method Detail
-
getResources
public Stream<io.annot8.api.components.Resource> getResources()
- Specified by:
getResourcesin interfaceio.annot8.api.context.Context
-
-