Package io.cucumber.query
Class Repository
- java.lang.Object
-
- io.cucumber.query.Repository
-
public final class Repository extends Object
A write only repository of Cucumber Messages.This class is effectively a simple in memory database. It can be updated in through the
update(Envelope)method, and be queried byQuery.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepository.Builderstatic classRepository.RepositoryFeature
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Repository.Builderbuilder()voidupdate(io.cucumber.messages.types.Envelope envelope)
-
-
-
Method Detail
-
builder
public static Repository.Builder builder()
-
update
public void update(io.cucumber.messages.types.Envelope envelope)
-
-