@Exported public static final class MessageCollectors.VersioningMessageCollector extends Object
| Constructor and Description |
|---|
VersioningMessageCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(AssetId asset,
String message) |
void |
addMessage(String message) |
String |
getMessage()
Returns the message collected during the operation.
|
String |
getMessage(AssetId asset)
Returns the message collected for the specified asset.
|
public void addMessage(String message)
public String getMessage(AssetId asset)
asset - the asset for which the message is to be read.public String getMessage()