public class Line extends Object
| Constructor and Description |
|---|
Line(String content) |
Line(String content,
boolean isRegex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getContent() |
int |
hashCode() |
boolean |
isRegex() |
public Line(String content)
content - the log line that represents either an expectation or an excludepublic Line(String content, boolean isRegex)
content - the log line that represents either an expectation or an excludeisRegex - if true then the content is specified as a regexpublic String getContent()
public boolean isRegex()
Copyright © 2004–2021 XWiki. All rights reserved.