Interface JhoveMessageFactory
-
public interface JhoveMessageFactoryFactory interface for JhoveMessage creation- Author:
- Carl Wilson carlwilson AT github
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JhoveMessagegetMessage(String id)Retrieve JhoveMessage by unique persistent id
-
-
-
Method Detail
-
getMessage
JhoveMessage getMessage(String id) throws NoSuchElementException
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
-
-