Uses of Interface
org.openpreservation.messages.Message
Package
Description
-
Uses of Message in org.openpreservation.format.xml
Modifier and TypeMethodDescriptionParseResult.getMessages()
TheList
ofMessage
instances generated when parsing the document, which may be emptyModifier and TypeMethodDescriptionstatic final ValidationResult
ValidationResults.of
(ParseResult parseResult, boolean valid, List<Message> messages) Creates a newValidationResult
object from the supplied values. -
Uses of Message in org.openpreservation.messages
Modifier and TypeMethodDescriptionRetrieve errorMessage
by unique persistent idRetrieve error Message by unique persistent id and format with the given argumentsRetrieve fatal Message by unique persistent idRetrieve error Message by unique persistent id and format with the given argumentsRetrieve info Message by unique persistent idRetrieve info Message by unique persistent id and format with the given argumentsMessageFactory.getMessage
(String id, Message.Severity severity) RetrieveMessage
by unique persistent id andSeverity
MessageFactory.getMessage
(String id, Message.Severity severity, Object... args) Retrieve Message by unique persistent id and format with the given argumentsstatic Message
Messages.getMessageInstance
(String message) Create a new message instance with a DEFAULT_IDstatic Message
Messages.getMessageInstance
(String id, Message.Severity severity, String message) Create a Message instance with the give id and message valuestatic Message
Messages.getMessageInstance
(String id, Message.Severity severity, String message, String subMessage) Create a new Message instance with the given id, message and sub-messageMessageFactory.getWarning
(String id) Retrieve warning Message by unique persistent idMessageFactory.getWarning
(String id, Object... args) Retrieve warning Message by unique persistent id and format with the given argumentsModifier and TypeMethodDescriptionMessageLog.getErrors()
MessageLog.getInfos()
MessageLog.getMessages()
MessageLog.getMessagesById
(String id) MessageLog.getMessagesBySeverity
(Message.Severity severity) MessageLog.getMessagesForPath
(String path) MessageLog.getWarnings()
Modifier and TypeMethodDescriptionint
Add aMessage
to the log for a particular path.Modifier and TypeMethodDescriptionint
MessageLog.add
(String path, Collection<? extends Message> messages) Add aCollection
ofMessages
to the log for a particular path.int
static MessageLog
Messages.messageLogInstance
(String path, List<Message> messages) -
Uses of Message in org.openpreservation.odf.apps
Modifier and TypeMethodDescriptionstatic final void
static final void
static final void
static final void
-
Uses of Message in org.openpreservation.odf.validation