Uses of Enum Class
org.openpreservation.messages.Message.Severity
-
Uses of Message.Severity in org.openpreservation.messages
Modifier and TypeMethodDescriptionMessage.getSeverity()
Get the message severitystatic Message.Severity
Returns the enum constant of this class with the specified name.static Message.Severity[]
Message.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMessageFactory.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 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-messageMessageLog.getMessagesBySeverity
(Message.Severity severity) -
Uses of Message.Severity in org.openpreservation.odf.validation