public class GherkinLine extends java.lang.Object implements IGherkinLine
| Constructor and Description |
|---|
GherkinLine(java.lang.String lineText) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
java.lang.String |
getLineText(int indentToRemove) |
java.lang.String |
getRestTrimmed(int length) |
java.util.List<GherkinLineSpan> |
getTableCells() |
java.util.List<GherkinLineSpan> |
getTags() |
java.lang.Integer |
indent() |
boolean |
isEmpty() |
boolean |
startsWith(java.lang.String prefix) |
boolean |
startsWithTitleKeyword(java.lang.String text) |
public java.lang.Integer indent()
indent in interface IGherkinLinepublic void detach()
detach in interface IGherkinLinepublic java.lang.String getLineText(int indentToRemove)
getLineText in interface IGherkinLinepublic boolean isEmpty()
isEmpty in interface IGherkinLinepublic boolean startsWith(java.lang.String prefix)
startsWith in interface IGherkinLinepublic java.lang.String getRestTrimmed(int length)
getRestTrimmed in interface IGherkinLinepublic java.util.List<GherkinLineSpan> getTags()
getTags in interface IGherkinLinepublic boolean startsWithTitleKeyword(java.lang.String text)
startsWithTitleKeyword in interface IGherkinLinepublic java.util.List<GherkinLineSpan> getTableCells()
getTableCells in interface IGherkinLine