Class GherkinMessagesFeatureParser
- java.lang.Object
-
- io.cucumber.core.gherkin.messages.GherkinMessagesFeatureParser
-
- All Implemented Interfaces:
FeatureParser
public final class GherkinMessagesFeatureParser extends Object implements FeatureParser
-
-
Constructor Summary
Constructors Constructor Description GherkinMessagesFeatureParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Optional<Feature>parse(URI path, InputStream source, Supplier<UUID> idGenerator)Optional<Feature>parse(URI path, String source, Supplier<UUID> idGenerator)Deprecated.Stringversion()
-
-
-
Method Detail
-
parse
@Deprecated public Optional<Feature> parse(URI path, String source, Supplier<UUID> idGenerator)
Deprecated.- Specified by:
parsein interfaceFeatureParser
-
parse
public Optional<Feature> parse(URI path, InputStream source, Supplier<UUID> idGenerator) throws IOException
- Specified by:
parsein interfaceFeatureParser- Throws:
IOException
-
version
public String version()
- Specified by:
versionin interfaceFeatureParser
-
-