Package io.cucumber.gherkin
Class GherkinParser
java.lang.Object
io.cucumber.gherkin.GherkinParser
Main entry point for the Gherkin library
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GherkinParser.Builderbuilder()Stream<io.cucumber.messages.types.Envelope>parse(io.cucumber.messages.types.Envelope envelope) Stream<io.cucumber.messages.types.Envelope>Stream<io.cucumber.messages.types.Envelope>parse(String uri, InputStream source) Stream<io.cucumber.messages.types.Envelope>
-
Method Details
-
builder
-
parse
- Throws:
IOException
-
parse
public Stream<io.cucumber.messages.types.Envelope> parse(String uri, InputStream source) throws IOException - Throws:
IOException
-
parse
-
parse
public Stream<io.cucumber.messages.types.Envelope> parse(io.cucumber.messages.types.Envelope envelope)
-