Interface JhoveMessageFactory
public interface JhoveMessageFactory
Factory interface for JhoveMessage creation
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptiongetMessage(String id) Retrieve JhoveMessage by unique persistent id
-
Method Details
-
getMessage
Retrieve JhoveMessage by unique persistent id- Parameters:
id- the id of the message to be retrieved- Returns:
- the message with persistent id equal to id
- Throws:
NoSuchElementException- if no message with id can be retrieved
-