Package io.cucumber.messages
Interface Messages.GherkinDocumentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument,Messages.GherkinDocument.Builder
- Enclosing class:
- Messages
public static interface Messages.GherkinDocumentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.GherkinDocument.CommentgetComments(int index)All the comments in the Gherkin documentintgetCommentsCount()All the comments in the Gherkin documentList<Messages.GherkinDocument.Comment>getCommentsList()All the comments in the Gherkin documentMessages.GherkinDocument.CommentOrBuildergetCommentsOrBuilder(int index)All the comments in the Gherkin documentList<? extends Messages.GherkinDocument.CommentOrBuilder>getCommentsOrBuilderList()All the comments in the Gherkin documentMessages.GherkinDocument.FeaturegetFeature().io.cucumber.messages.GherkinDocument.Feature feature = 2;Messages.GherkinDocument.FeatureOrBuildergetFeatureOrBuilder().io.cucumber.messages.GherkinDocument.Feature feature = 2;StringgetUri()The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) of the source, typically a file path relative to the root directorycom.google.protobuf.ByteStringgetUriBytes()The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) of the source, typically a file path relative to the root directorybooleanhasFeature().io.cucumber.messages.GherkinDocument.Feature feature = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUri
String getUri()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) of the source, typically a file path relative to the root directory
string uri = 1;
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) of the source, typically a file path relative to the root directory
string uri = 1;
-
hasFeature
boolean hasFeature()
.io.cucumber.messages.GherkinDocument.Feature feature = 2;
-
getFeature
Messages.GherkinDocument.Feature getFeature()
.io.cucumber.messages.GherkinDocument.Feature feature = 2;
-
getFeatureOrBuilder
Messages.GherkinDocument.FeatureOrBuilder getFeatureOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature feature = 2;
-
getCommentsList
List<Messages.GherkinDocument.Comment> getCommentsList()
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;
-
getComments
Messages.GherkinDocument.Comment getComments(int index)
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;
-
getCommentsCount
int getCommentsCount()
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;
-
getCommentsOrBuilderList
List<? extends Messages.GherkinDocument.CommentOrBuilder> getCommentsOrBuilderList()
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;
-
getCommentsOrBuilder
Messages.GherkinDocument.CommentOrBuilder getCommentsOrBuilder(int index)
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;
-
-