Package io.cucumber.core.gherkin
Interface FeatureParser
-
public interface FeatureParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default 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 Optional<Feature> parse(URI path, String source, Supplier<UUID> idGenerator)
Deprecated.
-
parse
default Optional<Feature> parse(URI path, InputStream source, Supplier<UUID> idGenerator) throws IOException
- Throws:
IOException
-
version
String version()
-
-