public class InfoMessage extends Message
_offset, _subMessage, message, NULL| Constructor and Description |
|---|
InfoMessage(JhoveMessage message)
Create an InfoMessage.
|
InfoMessage(JhoveMessage message,
long offset)
Create an InfoMessage.
|
InfoMessage(JhoveMessage message,
String subMessage)
Create an InfoMessage.
|
InfoMessage(JhoveMessage message,
String subMessage,
long offset)
Create an InfoMessage.
|
InfoMessage(String message)
Create an InfoMessage.
|
InfoMessage(String message,
long offset)
Create an InfoMessage.
|
InfoMessage(String message,
String subMessage)
Create an InfoMessage.
|
InfoMessage(String message,
String subMessage,
long offset)
Create an InfoMessage.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
getId, getJhoveMessage, getMessage, getOffset, getSubMessagepublic InfoMessage(String message)
message - Human-readable string giving the information.public InfoMessage(JhoveMessage message)
id - Unique ID (within the module) for the messagemessage - Human-readable string giving the information.public InfoMessage(String message, long offset)
message - Human-readable string giving the information.offset - The offset in the file relevant to the
situation being describedpublic InfoMessage(JhoveMessage message, long offset)
id - Unique ID (within the module) for the messagemessage - Human-readable string giving the information.offset - The offset in the file relevant to the
situation being describedpublic InfoMessage(String message, String subMessage)
message - Human-readable string giving the information.subMessage - Human-readable additional information.public InfoMessage(JhoveMessage message, String subMessage)
id - Unique ID (within the module) for the messagemessage - Human-readable string giving the information.subMessage - Human-readable additional information.public InfoMessage(String message, String subMessage, long offset)
message - Human-readable string giving the information.subMessage - Human-readable additional information.offset - The offset in the file relevant to the
situation being describedpublic InfoMessage(JhoveMessage message, String subMessage, long offset)
id - Unique ID (within the module) for the messagemessage - Human-readable string giving the information.subMessage - Human-readable additional information.offset - The offset in the file relevant to the
situation being describedCopyright © 2008–2019 The Open Preservation Foundation. All rights reserved.