* @param xmlParseUtils Has utilities that are used to parse out the
* config file.
*/
DigestEntryGetMessage (InitMapHolder imh, Strings strings) {
InitMapHolder initMapHolder = imh;
this.strings= strings;
// Get the Logger reference.
logger = (Logger)initMapHolder.getEntry(InitMapHolder.LOGGER);
// Create the log entry objects.
msgEntry = new MessageLogEntry(this, VERSION);
// Get the XmlParseUtils reference.
this.xmlParseUtils = (XmlParseUtils)initMapHolder.getEntry(
InitMapHolder.XML_PARSE_UTILS);
// Get the FileUtils reference.
fileUtils = (FileUtils)initMapHolder.getEntry(
InitMapHolder.FILE_UTILS);
}