public interface ResultTaggable
Modifier and Type | Method and Description |
---|---|
void |
addResultTag(ResultKeyword keyword,
java.lang.String value)
Adds a tag (keyword and value) to the output of this object in the final
results file.
|
void |
addResultTag(java.lang.String keyword,
java.lang.String value) |
void addResultTag(ResultKeyword keyword, java.lang.String value)
addResultTag(ResultKeywords.UNIT, "bytes")
.keyword
- the keyvalue
- the valuevoid addResultTag(java.lang.String keyword, java.lang.String value)