Package com.epam.reportportal.message
Interface MessageParser
-
- All Known Implementing Classes:
HashMarkSeparatedMessageParser
public interface MessageParserParses formatted message for ReportPortal
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringRP_MESSAGE_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportPortalMessageparse(java.lang.String message)booleansupports(java.lang.String message)
-
-
-
Field Detail
-
RP_MESSAGE_PREFIX
static final java.lang.String RP_MESSAGE_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
ReportPortalMessage parse(java.lang.String message) throws java.io.IOException
- Throws:
java.io.IOException
-
supports
boolean supports(java.lang.String message)
-
-